Home
last modified time | relevance | path

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

/freebsd/usr.sbin/efibootmgr/
H A Defibootmgr.c77 int bootnum; member
221 opts.bootnum = strtoul(arg, NULL, 16); in parse_args()
394 handle_activity(int bootnum, bool active) in handle_activity() argument
401 asprintf(&name, "%s%04X", "Boot", bootnum); in handle_activity()
469 remove_from_order(uint16_t bootnum) in remove_from_order() argument
483 if (le16dec(data + i) == bootnum) in remove_from_order()
489 warnx("Boot variable %04x not in BootOrder", bootnum); in remove_from_order()
497 delete_bootvar(int bootnum) in delete_bootvar() argument
507 if (bootnum < 0 || bootnum > 0xffff) in delete_bootvar()
508 errx(1, "Bad boot variable %#x", bootnum); in delete_bootvar()
[all …]
/freebsd/
H A DUPDATING1553 the -b (bootnum) parameter for commands where the bootnum was previously