Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.h166 OPT_REQ, /* option required */ enumerator
H A Dbootadm_loader.c89 "update_entry", OPT_REQ, update_entry, 0, /* menu */
H A Dbootadm.c304 "update_entry", OPT_REQ, update_entry, 0, /* menu */
949 if ((table[i].option == OPT_REQ) ^ (opt != NULL)) { in check_subcmd_and_options()