Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_common_impl.h132 #define KMEM_ALLOC(size, flag) kmem_alloc(size, flag) macro
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_common_impl.h181 #define KMEM_ALLOC(size, flag) kmem_alloc(size, flag) macro
H A Dnxge_impl.h525 KMEM_ALLOC, /* use kmem_alloc(). */ enumerator