Searched refs:bootnum (Results 1 – 1 of 1) sorted by relevance
77 int bootnum; member217 opts.bootnum = strtoul(optarg, NULL, 16); in parse_args()388 handle_activity(int bootnum, bool active) in handle_activity() argument395 asprintf(&name, "%s%04X", "Boot", bootnum); in handle_activity()463 remove_from_order(uint16_t bootnum) in remove_from_order() argument477 if (le16dec(data + i) == bootnum) in remove_from_order()483 warnx("Boot variable %04x not in BootOrder", bootnum); in remove_from_order()491 delete_bootvar(int bootnum) in delete_bootvar() argument501 if (bootnum < 0 || bootnum > 0xffff) in delete_bootvar()502 errx(1, "Bad boot variable %#x", bootnum); in delete_bootvar()[all …]