Home
last modified time | relevance | path

Searched refs:kobj_file_buf (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c4463 char *kobj_file_buf; variable
4483 if (kobj_file_buf == NULL) { /* allocate buffer */ in kobj_record_file()
4485 buf = kobj_file_buf = kobj_alloc(size, KM_WAIT|KM_TMP); in kobj_record_file()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dstartup.c219 extern char *kobj_file_buf;