Searched refs:apc_cmd (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dsad_conf.c100 if ((apc1->apc_cmd == SAP_ALL) || (apc2->apc_cmd == SAP_ALL))
104 if ((apc1->apc_cmd == SAP_ONE) && (apc2->apc_cmd == SAP_ONE)) {
110 if ((apc1->apc_cmd == SAP_RANGE) && (apc2->apc_cmd == SAP_RANGE)) {
122 if (apc1->apc_cmd == SAP_RANGE) {
123 ASSERT(apc2->apc_cmd == SAP_ONE);
128 ASSERT(apc1->apc_cmd == SAP_ONE);
129 ASSERT(apc2->apc_cmd
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dsad.h106 uint_t apc_cmd; /* command (see below) */ member in struct:apcommon
145 #define sap_cmd sap_common.apc_cmd
198 #define ap_type ap_common.apc_cmd
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_proxy.h89 * apc_cmd is provided as a standard place to put simple commands,
92 u_long apc_cmd; member in struct:ap_control

Completed in 47 milliseconds