Searched refs:kobj_open (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj_stubs.c91 kobj_open(char *filename) function
H A Dkobj.c3521 kobj_open(char *filename) function
3556 "kobj_open: vn_open of %s fails, ",
3563 _kobj_printf(ops, "kobj_open: '%s'", filename);
3574 "kobj_open: can't open %s\n", filename);
3576 _kobj_printf(ops, "kobj_open: '%s'", filename);
3585 * Calls to kobj_open() are handled off to this routine as a separate thread.
3729 if ((fd = kobj_open(name)) == -1) {
/illumos-gate/usr/src/uts/common/sys/
H A Dkobj.h176 extern intptr_t kobj_open(char *);
/illumos-gate/usr/src/cmd/mdb/common/kmdb/kctl/
H A Dkctl_dmod.c82 if ((fd = kobj_open(modname)) == -1)
102 if ((fd = kobj_open(fullname)) == -1)
107 kctl_dprintf("kobj_open %s found", fullname);
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmicrocode.c298 if ((fd = kobj_open(name)) == -1)
448 if ((fd = kobj_open(name)) == -1)
475 if ((fd = kobj_open(name)) == -1)
539 if ((fd = kobj_open(name)) == -1) {
/illumos-gate/usr/src/uts/common/os/
H A Dmodctl.c3351 if ((fd = kobj_open(systemfile)) != -1L)
3369 if ((fd = kobj_open(s0)) != -1L) {

Completed in 158 milliseconds