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

/illumos-gate/usr/src/common/devid/
H A Ddevid_impl.h54 #define DEVID_MALLOC(n) kmem_alloc(n, KM_SLEEP) macro
68 #define DEVID_MALLOC(n) malloc(n) macro

Completed in 812 milliseconds