Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.h167 OPT_OPTIONAL /* option may or may not be present */ enumerator
H A Dbootadm_loader.c88 "list_entry", OPT_OPTIONAL, list_entry, 1, /* PUB */
90 "update_temp", OPT_OPTIONAL, update_temp, 0, /* reboot */
91 "list_setting", OPT_OPTIONAL, list_setting, 1, /* menu */
H A Dbootadm.c302 "list_entry", OPT_OPTIONAL, list_entry, 1, /* PUB */
305 "update_temp", OPT_OPTIONAL, update_temp, 0, /* reboot */
307 "list_setting", OPT_OPTIONAL, list_setting, 1, /* menu */
317 "list", OPT_OPTIONAL, list_archive, 1, /* PUB */
948 if (table[i].option != OPT_OPTIONAL) { in check_subcmd_and_options()