Searched refs:ap_getopt (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/ |
H A D | ap_seq.c | 73 if (check && (!ap_getopt(a, OPT_FORCE)) && (!ap_confirm(a))) { 239 if (cmd != CMD_UNASSIGN && ap_getopt(a, OPT_UNASSIGN) == 0)
|
H A D | ap.h | 74 #define ap_getopt(a, o) ((a)->opts.flags & ((uint_t)1 << (o))) macro
|
H A D | ap_sbd.c | 545 if (ap_getopt(a, OPT_FORCE)) 547 if (ap_getopt(a, OPT_SUSPEND_OK)) 588 if (ap_getopt(a, OPT_SIM)) { 1371 int parsable = ap_getopt(a, OPT_PARSABLE);
|
H A D | ap.c | 683 all = ap_getopt(a, OPT_LIST_ALL); 736 if ((a->tgt == AP_BOARD) && ap_getopt(a, OPT_LIST_ALL))
|
H A D | ap_msg.c | 451 if (a == NULL || ap_getopt(a, OPT_VERBOSE) == 0)
|
H A D | ap_rcm.c | 1176 if (ap_getopt(a, OPT_FORCE))
|
Completed in 72 milliseconds