Home
last modified time | relevance | path

Searched refs:init_path (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/sys/kern/
H A Dinit_main.c700 static char init_path[MAXPATHLEN] = variable
706 SYSCTL_STRING(_kern, OID_AUTO, init_path, CTLFLAG_RD, init_path, 0,
755 strlcpy(init_path, var, sizeof(init_path)); in start_init()
758 free_init_path = tmp_init_path = strdup(init_path, M_TEMP); in start_init()
805 printf("init: not found in path %s\n", init_path); in start_init()
/freebsd-14.2/sbin/init/
H A Dinit.c806 char init_path[PATH_MAX], *path, *path_component; in reroot_phase_two() local
826 nbytes = kenv(KENV_GET, "init_path", init_path, sizeof(init_path)); in reroot_phase_two()
828 init_path_len = sizeof(init_path); in reroot_phase_two()
830 init_path, &init_path_len, NULL, 0); in reroot_phase_two()
840 path_component = init_path; in reroot_phase_two()
847 emergency("cannot exec init from %s: %m", init_path); in reroot_phase_two()
/freebsd-14.2/stand/common/
H A Dhelp.common262 set init_path=<path>[:<path>...]
/freebsd-14.2/tools/tools/sysdoc/
H A Dtunables.mdoc732 kern.init_path