DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
SVR5

physreq_free(D3)


physreq_free -- free a physical alignment requirements structure

Synopsis

   #include <sys/kmem.h>
   #include <sys/ddi.h>
   

void physreq_free(physreq_t *preqp);

Description

physreq_free frees a physreq structure, previously allocated by physreq_alloc(D3).

Arguments


preqp
Pointer to a previously allocated physreq(D4) structure.

Return values

None.

Usage

The pointer preqp must point to a physreq structure obtained through a previous call to physreq_alloc.

Context and synchronization

Non-blockable, user, or blockable context.

Hardware applicability

All

Version applicability

ddi: 5, 5mp, 6, 6mp, 7, 7mp, 7.1, 7.1mp, 8, 8mp

References

physreq(D4) physreq_alloc(D3)

``Memory allocation'' in HDK Technical Reference


19 June 2005
© 2005 The SCO Group, Inc. All rights reserved.
OpenServer 6 and UnixWare (SVR5) HDK - June 2005