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

/illumos-gate/usr/src/lib/libbc/inc/include/rpc/
H A Dtypes.h54 #define mem_alloc(bsize) malloc(bsize) macro
58 #define mem_alloc(bsize) kmem_alloc((u_int)bsize) macro
/illumos-gate/usr/src/uts/common/rpc/
H A Dtypes.h86 #define mem_alloc(bsize) malloc(bsize) macro
91 #define mem_alloc(bsize) kmem_alloc(bsize, KM_SLEEP) macro
/illumos-gate/usr/src/boot/lib/libz/test/
H A Dinfcover.c71 local void *mem_alloc(void *mem, unsigned count, unsigned size) function
171 strm->zalloc = mem_alloc;
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/platform-mem/
H A Dmem_mdesc.c35 mem_alloc(size_t size) function
434 if ((lhp = ldom_init(mem_alloc, mem_free)) == NULL) {
449 if ((mdp = md_init_intern(bufp, mem_alloc, mem_free)) == NULL ||
457 listp = mem_alloc(sizeof (mde_cookie_t) * num_nodes);
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c377 paddr_t new_table = (paddr_t)(uintptr_t)mem_alloc(MMU_PAGESIZE);
1282 mem_alloc(uint32_t size) function
1309 top_page_table = (paddr_t)(uintptr_t)mem_alloc(MMU_PAGESIZE);
1335 bi->bi_pt_window = (uintptr_t)mem_alloc(MMU_PAGESIZE);
/illumos-gate/usr/src/cmd/fm/modules/sun4v/etm/
H A Detm.c3407 static uint32_t mem_alloc = 0; /* indicate if alloc mem */ local
3442 mem_alloc = 1;
3578 if (mem_alloc) {
3580 mem_alloc = 0;
3594 if (mem_alloc) {
3596 mem_alloc = 0;

Completed in 76 milliseconds