Searched refs:OPT_OPTIONAL (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/boot/bootadm/ |
H A D | bootadm.c | 106 OPT_OPTIONAL /* option may or may not be present */ enumerator 303 "list_entry", OPT_OPTIONAL, list_entry, 1, /* PUB */ 306 "update_temp", OPT_OPTIONAL, update_temp, 0, /* reboot */ 308 "list_setting", OPT_OPTIONAL, list_setting, 1, /* menu */ 318 "list", OPT_OPTIONAL, list_archive, 1, /* PUB */ 858 if (table[i].option != OPT_OPTIONAL) { in check_subcmd_and_options()
|