Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
KMEM_ALLOC
usr/src/uts/common/io/hxge/hxge_common_impl.h
132
#define KMEM_ALLOC(size, flag) kmem_alloc(size, flag)
usr/src/uts/common/sys/nxge/nxge_common_impl.h
181
#define KMEM_ALLOC(size, flag) kmem_alloc(size, flag)
usr/src/uts/common/sys/nxge/nxge_impl.h
525
KMEM_ALLOC, /* use kmem_alloc(). */