Searched refs:bootnum (Results 1 – 2 of 2) sorted by relevance
77 int bootnum; member221 opts.bootnum = strtoul(arg, NULL, 16); in parse_args()394 handle_activity(int bootnum, bool active) in handle_activity() argument401 asprintf(&name, "%s%04X", "Boot", bootnum); in handle_activity()469 remove_from_order(uint16_t bootnum) in remove_from_order() argument483 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() argument507 if (bootnum < 0 || bootnum > 0xffff) in delete_bootvar()508 errx(1, "Bad boot variable %#x", bootnum); in delete_bootvar()[all …]
1553 the -b (bootnum) parameter for commands where the bootnum was previously