Searched refs:init_path (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/sys/kern/ |
| H A D | init_main.c | 688 static char init_path[MAXPATHLEN] = variable 694 SYSCTL_STRING(_kern, OID_AUTO, init_path, CTLFLAG_RD, init_path, 0, 747 strlcpy(init_path, var, sizeof(init_path)); in start_init() 750 free_init_path = tmp_init_path = strdup(init_path, M_TEMP); in start_init() 822 printf("init: not found in path %s\n", init_path); in start_init()
|
| /freebsd-12.1/sbin/init/ |
| H A D | init.c | 824 char init_path[PATH_MAX], *path, *path_component; in reroot_phase_two() local 844 nbytes = kenv(KENV_GET, "init_path", init_path, sizeof(init_path)); in reroot_phase_two() 846 init_path_len = sizeof(init_path); in reroot_phase_two() 848 init_path, &init_path_len, NULL, 0); in reroot_phase_two() 859 path_component = init_path; in reroot_phase_two() 866 emergency("cannot exec init from %s: %s", init_path, strerror(errno)); in reroot_phase_two()
|
| /freebsd-12.1/stand/common/ |
| H A D | help.common | 255 set init_path=<path>[:<path>...]
|
| /freebsd-12.1/tools/tools/sysdoc/ |
| H A D | tunables.mdoc | 733 kern.init_path
|