Home
last modified time | relevance | path

Searched refs:ap_getopt (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap_seq.c73 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 Dap.h72 #define ap_getopt(a, o) ((a)->opts.flags & ((uint_t)1 << (o))) macro
H A Dap_sbd.c545 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 Dap.c683 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 Dap_msg.c451 if (a == NULL || ap_getopt(a, OPT_VERBOSE) == 0) in ap_msg()
H A Dap_rcm.c1176 if (ap_getopt(a, OPT_FORCE)) in ap_rcm_ctl()