Searched refs:default_path (Results 1 – 12 of 12) sorted by relevance
/titanic_44/usr/src/psm/stand/cpr/common/ |
H A D | support.c | 93 char *str, *default_path; in cpr_reset_properties() local 100 default_path = CPR_DEFAULT; in cpr_reset_properties() 102 if ((fd = cpr_fs_open(default_path)) == -1) { in cpr_reset_properties() 104 str, default_path); in cpr_reset_properties() 111 prom_printf("%s: error reading %s\n", str, default_path); in cpr_reset_properties() 114 prom_printf("%s: bad magic number in %s\n", str, default_path); in cpr_reset_properties()
|
/titanic_44/usr/src/psm/stand/lib/names/sparc/common/ |
H A D | uname-m.c | 42 extern char *default_path; 100 (void) strcat(mod_path, default_path); in mod_path_uname_m()
|
H A D | uname-i.c | 49 extern char *default_path;
|
/titanic_44/usr/src/psm/stand/boot/sparc/common/ |
H A D | boot_plat.c | 76 char *default_path; variable 499 default_path = plat_defaults->plat_defaults_path; in system_check() 503 dprintf("default_path: %s\n", default_path); in system_check()
|
/titanic_44/usr/src/uts/intel/sys/ |
H A D | bootconf.h | 224 extern char *default_path;
|
/titanic_44/usr/src/uts/sun/sys/ |
H A D | bootconf.h | 228 extern char *default_path;
|
/titanic_44/usr/src/uts/common/conf/ |
H A D | param.c | 81 char *default_path; /* default module loading path */ variable
|
/titanic_44/usr/src/uts/i86pc/os/ |
H A D | startup.c | 1507 current = (default_path == NULL) ? kobj_module_path : default_path; in update_default_path() 1515 default_path = newpath; in update_default_path()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | modctl.c | 778 modpath_copy = i_ddi_strdup(default_path, KM_SLEEP); in new_vfs_in_modpath() 898 len = strlen(default_path); in modctl_getmodpathlen() 907 if (copyout(default_path, data, strlen(default_path) + 1) != 0) in modctl_getmodpath()
|
H A D | modsysfile.c | 1496 default_path = sysp->sys_ptr; in setparams()
|
/titanic_44/usr/src/uts/common/krtld/ |
H A D | kobj.c | 4073 if (default_path != NULL) in kobj_sync() 4074 kobj_module_path = default_path; in kobj_sync() 4076 default_path = kobj_module_path; in kobj_sync()
|
/titanic_44/usr/src/uts/common/c2/ |
H A D | audit_event.c | 3412 extern char *default_path; in aus_modctl() 3429 au_uwrite(au_to_text(default_path)); in aus_modctl()
|