Searched refs:FLAG_DISABLE_RCM (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_ctl.c162 if (((apidp->flags & FLAG_DISABLE_RCM) == 0) &&
199 if ((apidp->flags & FLAG_DISABLE_RCM) == 0) {
222 if ((apidp->flags & FLAG_DISABLE_RCM) == 0) {
309 if ((apidp->flags & FLAG_DISABLE_RCM) == 0) {
333 if ((apidp->flags & FLAG_DISABLE_RCM) == 0) {
340 if ((apidp->flags & FLAG_DISABLE_RCM) == 0) {
413 if ((apidp->flags & FLAG_DISABLE_RCM) == 0) {
436 if ((apidp->flags & FLAG_DISABLE_RCM) == 0)
453 if ((apidp->flags & FLAG_DISABLE_RCM) == 0)
464 if ((apidp->flags & FLAG_DISABLE_RCM)
[all...]
H A Dcfga_scsi.c91 apidt.flags |= FLAG_DISABLE_RCM;
146 apidt.flags |= FLAG_DISABLE_RCM;
H A Dcfga_scsi.h198 #define FLAG_DISABLE_RCM 0x01 macro
H A Dcfga_utils.c893 if ((apidp->flags & FLAG_DISABLE_RCM) == 0) {
929 if ((apidp->flags & FLAG_DISABLE_RCM) == 0) {
/illumos-gate/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_usb.h102 #define FLAG_DISABLE_RCM 0x00000001 /* flags */ macro
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_fp.c87 apidt.flags |= FLAG_DISABLE_RCM;
H A Dcfga_cs.c153 if ((apidt->flags & FLAG_DISABLE_RCM) != 0) {
186 if ((apidt->flags & FLAG_DISABLE_RCM) != 0) {
220 if ((apidt->flags & FLAG_DISABLE_RCM) != 0) {
290 if ((apidt->flags & FLAG_DISABLE_RCM) != 0) {
901 if ((apidt->flags & FLAG_DISABLE_RCM) == 0) {
H A Dcfga_fp.h250 #define FLAG_DISABLE_RCM 0x00000001 macro

Completed in 75 milliseconds