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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dstartup.c235 char *kobj_file_buf; variable
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c4538 char *kobj_file_buf; variable
4546 * and reboot the system, then use mdb to look at kobj_file_buf.
4558 if (kobj_file_buf == NULL) { /* allocate buffer */
4560 buf = kobj_file_buf = kobj_alloc(size, KM_WAIT|KM_TMP);

Completed in 58 milliseconds