Symbol: DDI_FM_NOT_CAPABLE
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
12059
if (hba->fm_caps == DDI_FM_NOT_CAPABLE) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_solaris.c
12098
if (hba->fm_caps == DDI_FM_NOT_CAPABLE) {
usr/src/uts/common/io/fibre-channel/fca/oce/oce_buf.c
232
if (fm_caps == DDI_FM_NOT_CAPABLE) {
usr/src/uts/common/io/fibre-channel/fca/oce/oce_fm.c
47
if (dev->fm_caps == DDI_FM_NOT_CAPABLE) {
usr/src/uts/common/io/fibre-channel/fca/oce/oce_fm.c
75
if (dev->fm_caps == DDI_FM_NOT_CAPABLE) {
usr/src/uts/common/io/fibre-channel/fca/oce/oce_hw.c
381
if (fm_caps == DDI_FM_NOT_CAPABLE) {
usr/src/uts/common/io/fibre-channel/fca/oce/oce_main.c
584
uint32_t fm_caps_values[] = {DDI_FM_NOT_CAPABLE, OCE_FM_CAPABILITY,
usr/src/uts/common/io/fibre-channel/fca/oce/oce_main.c
621
DDI_FM_NOT_CAPABLE, OCE_FM_CAPABILITY, OCE_FM_CAPABILITY,
usr/src/uts/common/io/fibre-channel/fca/oce/oce_tx.c
972
if (fm_caps == DDI_FM_NOT_CAPABLE) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_fm.c
207
if (ha->fm_capabilities == DDI_FM_NOT_CAPABLE) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_init.c
1799
ha->fm_capabilities = DDI_FM_NOT_CAPABLE;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_init.c
1802
ha->fm_capabilities = DDI_FM_NOT_CAPABLE;
usr/src/uts/common/io/nxge/nxge_fm.c
365
nxgep->fm_capabilities = DDI_FM_NOT_CAPABLE;
usr/src/uts/common/io/sata/adapters/ahci/ahci.c
3477
if (ahci_ctlp->ahcictl_fm_cap == DDI_FM_NOT_CAPABLE) {
usr/src/uts/common/io/sata/adapters/si3124/si3124.c
5725
if (si_ctlp->fm_capabilities == DDI_FM_NOT_CAPABLE)
usr/src/uts/common/io/scsi/impl/scsi_fm.c
73
if (sd->sd_fm_capable != DDI_FM_NOT_CAPABLE)
usr/src/uts/common/io/scsi/impl/scsi_fm.c
85
if (sd->sd_fm_capable != DDI_FM_NOT_CAPABLE)
usr/src/uts/common/io/scsi/impl/scsi_hba.c
1016
if (tran->tran_fm_capable == DDI_FM_NOT_CAPABLE)
usr/src/uts/common/io/scsi/impl/scsi_hba.c
1029
(ddi_fm_capable(self) == DDI_FM_NOT_CAPABLE)) {
usr/src/uts/common/io/scsi/targets/sd.c
7389
devp->sd_fm_capable == DDI_FM_NOT_CAPABLE) {
usr/src/uts/common/os/ddifm.c
690
int pcap, newcap = DDI_FM_NOT_CAPABLE;
usr/src/uts/common/os/ddifm.c
694
*fmcap = DDI_FM_NOT_CAPABLE;
usr/src/uts/common/os/ddifm.c
728
*fmcap = DDI_FM_NOT_CAPABLE;
usr/src/uts/common/os/ddifm.c
876
return (DDI_FM_NOT_CAPABLE);
usr/src/uts/common/os/ndifm.c
685
return (DDI_FM_NOT_CAPABLE);
usr/src/uts/common/os/ndifm.c
688
return (DDI_FM_NOT_CAPABLE);
usr/src/uts/common/sys/ddifm.h
53
#define DDI_FM_DEFAULT_CAP(cap) (cap == DDI_FM_NOT_CAPABLE)
usr/src/uts/intel/io/pchtemp/pchtemp.c
206
if (pch->pcht_fm_caps != DDI_FM_NOT_CAPABLE) {