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"
8 ddi_dma_mem_free \- free previously allocated memory
13 #include <sys/sunddi.h>
17 \fBvoid\fR \fBddi_dma_mem_free\fR(\fBddi_acc_handle_t *\fR\fIhandlep\fR);
27 Pointer to the data access handle previously allocated by a call to
28 \fBddi_dma_mem_alloc\fR(9F).
34 Solaris DDI specific (Solaris DDI).
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.
44 \fBddi_dma_mem_free()\fR can be called from user, kernel, or interrupt context.
48 \fBddi_dma_mem_alloc\fR(9F)
51 \fIWriting Device Drivers\fR