Searched refs:bootnum (Results 1 – 2 of 2) sorted by relevance
92 int bootnum; member236 opts.bootnum = strtoul(arg, NULL, 16); in parse_args()409 handle_activity(int bootnum, bool active) in handle_activity() argument416 asprintf(&name, "%s%04X", "Boot", bootnum); in handle_activity()484 remove_from_order(uint16_t bootnum) in remove_from_order() argument498 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() argument522 if (bootnum < 0 || bootnum > 0xffff) in delete_bootvar()523 errx(1, "Bad boot variable %#x", bootnum); in delete_bootvar()[all …]
1573 the -b (bootnum) parameter for commands where the bootnum was previously