Home
last modified time | relevance | path

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

/dflybsd-src/sys/kern/
H A Dinit_main.c531 static char init_path[MAXPATHLEN] = variable
537 SYSCTL_STRING(_kern, OID_AUTO, init_path, CTLFLAG_RD, init_path, 0, "");
616 strncpy(init_path, var, sizeof init_path); in start_init()
617 init_path[sizeof init_path - 1] = 0; in start_init()
620 for (path = init_path; *path != '\0'; path = next) { in start_init()
704 kprintf("init: not found in path %s\n", init_path); in start_init()
/dflybsd-src/stand/boot/common/
H A Dhelp.common389 set init_path=<path>[:<path>...]