Searched defs:boot_line (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_console.c84 static char *boot_line = NULL; variable
218 * boot_line is set when we call here. Search it for the argument name,
229 if (boot_line == NULL)
239 for (ptr = boot_line; *ptr != '\0'; ptr++) {
350 if (boot_line != NULL) {
536 boot_line = bootstr;
660 boot_line = NULL;

Completed in 58 milliseconds