Home
last modified time | relevance | path

Searched defs:CIS_MEM_ALLOC (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcis.h231 #define CIS_MEM_ALLOC(len) cis_malloc((uint32_t)len) macro
234 #define CIS_MEM_ALLOC(len) malloc((uint32_t)len) macro
238 #define CIS_MEM_ALLOC(len) cis_malloc((uint32_t)len) macro