Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_boot.c66 } howto_names[] = { variable
98 for (howto = 0, i = 0; howto_names[i].ev != NULL; i++) { in boot_env_to_howto()
99 val = GETENV(howto_names[i].ev); in boot_env_to_howto()
101 howto |= howto_names[i].mask; in boot_env_to_howto()
115 for (i = 0; howto_names[i].ev != NULL; i++) in boot_howto_to_env()
116 if (howto & howto_names[i].mask) in boot_howto_to_env()
117 SETENV(howto_names[i].ev, "YES"); in boot_howto_to_env()