Searched defs:use_path (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/modload/
H A Dmodload.c57 int use_path = 0; local
70 use_path++;
87 if (!use_path && modpath[0] != '/') {
98 if (modctl(MODLOAD, use_path, path, &id) != 0) {
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj_stubs.c39 kobj_load_module(struct modctl *modp, int use_path) argument
58 kobj_path_exists(char *name, int use_path) argument
65 kobj_open_path(char *name, int use_path, int use_moddir_suffix) argument
H A Dkobj.c1854 kobj_load_module(struct modctl *modp, int use_path) argument
1877 file = kobj_open_path(filename, use_path, 1);
1880 file = kobj_open_path(filename, use_path, 0);
3418 kobj_path_exists(char *name, int use_path) argument
3422 file = kobj_open_path(name, use_path, 1);
3425 file = kobj_open_path(name, use_path, 0);
3439 kobj_open_path(char *name, int use_path, int use_moddir_suffix) argument
3452 if (!use_path)
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_event.c3403 uint_t use_path; local
3409 long use_path; member in struct:__anon178
3418 use_path = (uint_t)((modloada_t *)a)->use_path;
3431 if (use_path)
/illumos-gate/usr/src/uts/common/os/
H A Dmodctl.c353 modctl_modload(int use_path, char *filename, int *rvp) argument
368 modp = mod_hold_installed_mod(filenamep, use_path, 0, &retval);

Completed in 77 milliseconds