/src/sbin/efi/ |
main.c | 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; local in function:main [all...] |
main.c | 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; local in function:main [all...] |