Merge commit 'b31320a79e2054c6739b5229259dbf98f3afc547' into merges
[unleashed.git] / share / man / man9f / ddi_dma_mem_free.9f
blob6f919b3b7bfc783291b799bc1a284f43f7e74088
1 '\" te
2 .\" Copyright (c) 1994, Sun Microsystems, Inc.
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH DDI_DMA_MEM_FREE 9F "Sep 26, 1994"
7 .SH NAME
8 ddi_dma_mem_free \- free previously allocated memory
9 .SH SYNOPSIS
10 .LP
11 .nf
12 #include <sys/ddi.h>
13 #include <sys/sunddi.h>
17 \fBvoid\fR \fBddi_dma_mem_free\fR(\fBddi_acc_handle_t *\fR\fIhandlep\fR);
18 .fi
20 .SH PARAMETERS
21 .sp
22 .ne 2
23 .na
24 \fB\fIhandlep\fR \fR
25 .ad
26 .RS 12n
27 Pointer to the data access handle previously allocated by a call to
28 \fBddi_dma_mem_alloc\fR(9F).
29 .RE
31 .SH INTERFACE LEVEL
32 .sp
33 .LP
34 Solaris DDI specific (Solaris DDI).
35 .SH DESCRIPTION
36 .sp
37 .LP
38 \fBddi_dma_mem_free()\fR deallocates the memory acquired by
39 \fBddi_dma_mem_alloc\fR(9F). In addition, it destroys the data access handle
40 \fIhandlep\fR associated with the memory.
41 .SH CONTEXT
42 .sp
43 .LP
44 \fBddi_dma_mem_free()\fR can be called from user, kernel, or interrupt context.
45 .SH SEE ALSO
46 .sp
47 .LP
48 \fBddi_dma_mem_alloc\fR(9F)
49 .sp
50 .LP
51 \fIWriting Device Drivers\fR