Searched defs:CIS_MEM_FREE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcis.h229 * CIS_MEM_FREE(ptr) - same comment as CIS_MEM_ALLOC
234 #define CIS_MEM_FREE(ptr) cis_free(ptr) macro
237 #define CIS_MEM_FREE(ptr) free(ptr) macro
241 #define CIS_MEM_FREE(ptr) cis_free(ptr) macro

Completed in 45 milliseconds