HomeSort by relevance Sort by last modified time
    Searched defs:kmem_alloc (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/psm/stand/boot/common/
heap_kmem.c 37 * kmem_alloc and kmem_free must not be called from interrupt level,
114 * is a null pointer. It is the responsibility of kmem_alloc() and
122 void *kmem_alloc(size_t, int);
413 * kmem_alloc returns a pointer to the allocated block; a null
441 kmem_alloc(size_t nbytes, int kmflag) function
452 printf("kmem_alloc(nbytes 0x%lx)\n", nbytes);
461 printf("illegal kmem_alloc call for %lx bytes\n", nbytes);
462 prom_panic("kmem_alloc");
476 printf("kmem_alloc failed, nbytes %lx\n", nbytes);
477 prom_panic("kmem_alloc");
    [all...]
  /onnv/onnv-gate/usr/src/lib/libzpool/common/sys/
zfs_context.h 299 #define kmem_alloc(_s, _f) umem_alloc(_s, _f) macro
  /onnv/onnv-gate/usr/src/uts/common/os/
kmem.c 2467 kmem_alloc(size_t size, int kmflag) function
    [all...]

Completed in 960 milliseconds