Home
last modified time | relevance | path

Searched refs:has_bootnum (Results 1 – 1 of 1) sorted by relevance

/src/usr.sbin/efibootmgr/
H A Defibootmgr.c89 bool has_bootnum; member
217 opts.has_bootnum = true; in parse_args()
311 if ((opts.set_inactive || opts.set_active) && !opts.has_bootnum) in parse_args()
314 if (opts.delete && !opts.has_bootnum) in parse_args()
317 if (opts.set_bootnext && !opts.has_bootnum) in parse_args()
1119 opts.has_bootnum ? opts.bootnum : -1, opts.set_active); in main()