Searched refs:init_path (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/kern/ |
H A D | init_main.c | 698 static char init_path[MAXPATHLEN] = variable 704 SYSCTL_STRING(_kern, OID_AUTO, init_path, CTLFLAG_RD, init_path, 0, 753 strlcpy(init_path, var, sizeof(init_path)); in start_init() 756 free_init_path = tmp_init_path = strdup(init_path, M_TEMP); in start_init() 803 printf("init: not found in path %s\n", init_path); in start_init()
|
/freebsd/sbin/init/ |
H A D | init.c | 794 char init_path[PATH_MAX], *path, *path_component; in reroot_phase_two() local 814 nbytes = kenv(KENV_GET, "init_path", init_path, sizeof(init_path)); in reroot_phase_two() 816 init_path_len = sizeof(init_path); in reroot_phase_two() 818 init_path, &init_path_len, NULL, 0); in reroot_phase_two() 828 path_component = init_path; in reroot_phase_two() 835 emergency("cannot exec init from %s: %m", init_path); in reroot_phase_two()
|
/freebsd/stand/common/ |
H A D | help.common | 262 set init_path=<path>[:<path>...]
|
/freebsd/tools/tools/sysdoc/ |
H A D | tunables.mdoc | 732 kern.init_path
|