Searched refs:kobj_load_module (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/krtld/ |
H A D | kobj_stubs.c | 39 kobj_load_module(struct modctl *modp, int use_path) function
|
H A D | kobj.c | 1335 (void) kobj_load_module(cp, 1); 1397 (void) kobj_load_module(mctl, 1); 1854 kobj_load_module(struct modctl *modp, int use_path) function 1901 _kobj_printf(ops, "kobj_load_module: %s read header failed\n", 1961 _kobj_printf(ops, "kobj_load_module: %s error reading " 2101 if (kobj_load_module(modp, 0) != 0)
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | kobj.h | 163 extern int kobj_load_module(struct modctl *, int);
|
/illumos-gate/usr/src/cmd/mdb/common/kmdb/kctl/ |
H A D | kctl_dmod.c | 174 rc = kobj_load_module(modp, 0);
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | modctl.c | 104 * module loading thread control structure. Calls to kobj_load_module()() are 2623 * Calls to kobj_load_module()() are handled off to this routine in a 2637 ltp->retval = kobj_load_module(ltp->mp, ltp->usepath); 3422 /* wait for thread to complete kobj_load_module */ 3428 retval = kobj_load_module(mp, usepath);
|
Completed in 77 milliseconds