Home
last modified time | relevance | path

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

/freebsd-13.1/sys/kern/
H A Dinit_main.c680 static char init_path[MAXPATHLEN] = variable
686 SYSCTL_STRING(_kern, OID_AUTO, init_path, CTLFLAG_RD, init_path, 0,
735 strlcpy(init_path, var, sizeof(init_path)); in start_init()
738 free_init_path = tmp_init_path = strdup(init_path, M_TEMP); in start_init()
784 printf("init: not found in path %s\n", init_path); in start_init()
/freebsd-13.1/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-13.1/stand/common/
H A Dhelp.common262 set init_path=<path>[:<path>...]
/freebsd-13.1/tools/tools/sysdoc/
H A Dtunables.mdoc733 kern.init_path