Home
last modified time | relevance | path

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

/freebsd/usr.sbin/efibootmgr/
H A Defibootmgr.c92 int bootnum; member
236 opts.bootnum = strtoul(arg, NULL, 16); in parse_args()
409 handle_activity(int bootnum, bool active) in handle_activity() argument
416 asprintf(&name, "%s%04X", "Boot", bootnum); in handle_activity()
484 remove_from_order(uint16_t bootnum) in remove_from_order() argument
498 if (le16dec(data + i) == bootnum) in remove_from_order()
504 warnx("Boot variable %04x not in BootOrder", bootnum); in remove_from_order()
512 delete_bootvar(int bootnum) in delete_bootvar() argument
522 if (bootnum < 0 || bootnum > 0xffff) in delete_bootvar()
523 errx(1, "Bad boot variable %#x", bootnum); in delete_bootvar()
[all …]
/freebsd/
H A DUPDATING1573 the -b (bootnum) parameter for commands where the bootnum was previously