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

/illumos-gate/usr/src/cmd/halt/
H A Dhalt.c1057 int entnum; local
1059 entnum = BE_ENTRY_DEFAULT;
1062 entnum = strtoul(bootargs_buf, NULL, 10);
1066 if (rc == 0 && (rc = be_get_boot_args(&fbarg, entnum)) == 0) {
1086 fbarg_entnum = entnum;

Completed in 230 milliseconds