Searched refs:ap_getopt (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/cfgadm_plugins/sbd/common/ |
H A D | ap_seq.c | 73 if (check && (!ap_getopt(a, OPT_FORCE)) && (!ap_confirm(a))) { in ap_suspend_check() 239 if (cmd != CMD_UNASSIGN && ap_getopt(a, OPT_UNASSIGN) == 0) in ap_seq_exec()
|
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)) in ap_ioctl() 547 if (ap_getopt(a, OPT_SUSPEND_OK)) in ap_ioctl() 588 if (ap_getopt(a, OPT_SIM)) { in ap_ioctl() 1371 int parsable = ap_getopt(a, OPT_PARSABLE); in ap_info()
|
H A D | ap.c | 683 all = ap_getopt(a, OPT_LIST_ALL); in ap_cmd_parse() 736 if ((a->tgt == AP_BOARD) && ap_getopt(a, OPT_LIST_ALL)) in ap_cnt()
|
H A D | ap_msg.c | 451 if (a == NULL || ap_getopt(a, OPT_VERBOSE) == 0) in ap_msg()
|
H A D | ap_rcm.c | 1177 if (ap_getopt(a, OPT_FORCE)) in ap_rcm_ctl()
|