Lines Matching defs:bootnum
105 _X("delete-bootnum", _OA, 'B', "delete '-b' variable or arg") \
106 _X("bootnum", _RA, 'b', "specify a boot number") \
237 _X(uint16_t, bootnum, 0 ) \
259 op->bootnum = strtous(oarg, NULL, 16);
407 opt.bootnum = strtous(optarg, NULL, 16);
557 case act_del_variable: return del_variable(efi_fd, opt.target, opt.bootnum);
559 case act_set_active: return set_active(efi_fd, opt.target, opt.bootnum, opt.active);
560 case act_set_bootnext: return set_bootnext(efi_fd, opt.bootnum);
588 opt.target, opt.bootnum);
605 uint16_t bootnum;
622 bootnum = (uint16_t)find_new_bootvar(var_array, var_cnt,
624 easprintf(&v.name, "%s%04X", opt.target, bootnum);
671 bootnum);