OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bootnum
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/efi/
setvar.c
84
uint16_t
bootnum
)
105
*data =
bootnum
;
127
uint16_t
bootnum
)
146
*rmlist =
bootnum
;
169
err(EXIT_FAILURE, "remove_bootorder: %s %u", target,
bootnum
);
272
set_bootnext(int fd, uint16_t
bootnum
)
283
ev.data = &
bootnum
;
284
ev.datasize = sizeof(
bootnum
);
286
printf("set BootNext = Boot%04X\n",
bootnum
);
346
set_active(int efi_fd, const char *target, uint16_t
bootnum
, bool active
[
all
...]
main.c
106
_X("delete-
bootnum
", _OA, 'B', "delete '-b' variable or arg") \
107
_X("
bootnum
", _RA, 'b', "specify a boot number") \
238
_X(uint16_t,
bootnum
, 0 ) \
260
op->
bootnum
= strtous(oarg, NULL, 16);
408
opt.
bootnum
= strtous(optarg, NULL, 16);
558
case act_del_variable: return del_variable(efi_fd, opt.target, opt.
bootnum
);
560
case act_set_active: return set_active(efi_fd, opt.target, opt.
bootnum
, opt.active);
561
case act_set_bootnext: return set_bootnext(efi_fd, opt.
bootnum
);
589
opt.target, opt.
bootnum
);
606
uint16_t
bootnum
;
local
[
all
...]
Completed in 20 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026