summaryrefslogtreecommitdiff
path: root/usr/src/man/man9f/ddi_umem_lock.9f
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man9f/ddi_umem_lock.9f')
-rw-r--r--usr/src/man/man9f/ddi_umem_lock.9f6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr/src/man/man9f/ddi_umem_lock.9f b/usr/src/man/man9f/ddi_umem_lock.9f
index bc8689cd6d..01b3ea22db 100644
--- a/usr/src/man/man9f/ddi_umem_lock.9f
+++ b/usr/src/man/man9f/ddi_umem_lock.9f
@@ -171,8 +171,10 @@ Requested memory is not aligned on a system page boundary.
The \fBddi_umem_lock()\fR function can only be called from user context;
\fBddi_umem_unlock()\fR from user, kernel, and interrupt contexts.
.SH SEE ALSO
-\fBddi_umem_iosetup\fR(9F), \fBddi_dma_buf_bind_handle\fR(9F),
-\fBdevmap_umem_setup\fR(9F), \fBddi_umem_alloc\fR(9F)
+\fBddi_dma_buf_bind_handle\fR(9F),
+\fBddi_umem_alloc\fR(9F),
+\fBddi_umem_iosetup\fR(9F),
+\fBdevmap_umem_setup\fR(9F)
.SH NOTES
The \fBddi_umem_unlock()\fR function consumes physical memory. The driver is
responsible for a speedy unlock to free up the resources.