Symbol: DDI_INTR_ALLOC_STRICT
usr/src/uts/common/io/aac/aac.c
1616
flag = DDI_INTR_ALLOC_STRICT;
usr/src/uts/common/io/atge/atge_main.c
623
flag = DDI_INTR_ALLOC_STRICT;
usr/src/uts/common/io/bfe/bfe.c
2474
DDI_INTR_ALLOC_STRICT);
usr/src/uts/common/io/bge/bge_main2.c
4374
flag = DDI_INTR_ALLOC_STRICT;
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
492
sc->intr_count, &i, DDI_INTR_ALLOC_STRICT);
usr/src/uts/common/io/efe/efe.c
322
count, &actual, DDI_INTR_ALLOC_STRICT) != DDI_SUCCESS ||
usr/src/uts/common/io/elxl/elxl.c
437
0, 1, &actual, DDI_INTR_ALLOC_STRICT);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
17748
0, count, &actual, DDI_INTR_ALLOC_STRICT)) != DDI_SUCCESS) ||
usr/src/uts/common/io/hxge/hxge_main.c
3835
behavior = ((int_type == DDI_INTR_TYPE_FIXED) ? DDI_INTR_ALLOC_STRICT :
usr/src/uts/common/io/hxge/hxge_main.c
3990
behavior = ((int_type == DDI_INTR_TYPE_FIXED) ? DDI_INTR_ALLOC_STRICT :
usr/src/uts/common/io/i2c/ctrl/ismt/ismt.c
870
DDI_INTR_ALLOC_STRICT);
usr/src/uts/common/io/i2c/ctrl/ismt/ismt.c
882
DDI_INTR_ALLOC_STRICT);
usr/src/uts/common/io/i2c/ctrl/pchsmbus/pchsmbus.c
968
DDI_INTR_TYPE_FIXED, 0, 1, &pch->ps_nintrs, DDI_INTR_ALLOC_STRICT);
usr/src/uts/common/io/ib/adapters/tavor/tavor.c
2937
DDI_INTR_ALLOC_STRICT);
usr/src/uts/common/io/iprb/iprb.c
431
&actual, DDI_INTR_ALLOC_STRICT) != DDI_SUCCESS) {
usr/src/uts/common/io/iwn/if_iwn.c
664
&sc->sc_intr_count, DDI_INTR_ALLOC_STRICT);
usr/src/uts/common/io/mr_sas/mr_sas.c
7294
DDI_INTR_ALLOC_STRICT : DDI_INTR_ALLOC_NORMAL;
usr/src/uts/common/io/nxge/nxge_intr.c
626
DDI_INTR_ALLOC_STRICT : DDI_INTR_ALLOC_NORMAL);
usr/src/uts/common/io/nxge/nxge_main.c
6103
behavior = ((int_type == DDI_INTR_TYPE_FIXED) ? DDI_INTR_ALLOC_STRICT :
usr/src/uts/common/io/nxge/nxge_main.c
6268
behavior = ((int_type == DDI_INTR_TYPE_FIXED) ? DDI_INTR_ALLOC_STRICT :
usr/src/uts/common/io/qede/qede_main.c
1118
DDI_INTR_ALLOC_STRICT);
usr/src/uts/common/io/sata/adapters/nv_sata/nv_sata.c
3810
inum, count, &actual, DDI_INTR_ALLOC_STRICT);
usr/src/uts/common/io/sata/adapters/si3124/si3124.c
4929
inum, count, &actual, DDI_INTR_ALLOC_STRICT);
usr/src/uts/common/io/scsi/adapters/smrt/smrt_interrupts.c
147
&smrt->smrt_ninterrupts, DDI_INTR_ALLOC_STRICT) != DDI_SUCCESS) {
usr/src/uts/common/io/usb/hcd/ehci/ehci_util.c
877
DDI_INTR_ALLOC_STRICT:DDI_INTR_ALLOC_NORMAL;
usr/src/uts/common/io/usb/hcd/openhci/ohci.c
1376
DDI_INTR_ALLOC_STRICT:DDI_INTR_ALLOC_NORMAL;
usr/src/uts/common/io/usb/hcd/uhci/uhci.c
524
DDI_INTR_ALLOC_STRICT:DDI_INTR_ALLOC_NORMAL;
usr/src/uts/common/io/virtio/virtio_main.c
1573
&vio->vio_ninterrupts, DDI_INTR_ALLOC_STRICT)) != DDI_SUCCESS) {
usr/src/uts/common/io/vr/vr.c
483
DDI_INTR_ALLOC_STRICT);
usr/src/uts/common/io/xge/drv/xge.c
771
intr_behavior = DDI_INTR_ALLOC_STRICT;
usr/src/uts/common/io/yge/yge.c
1024
&actual, DDI_INTR_ALLOC_STRICT);
usr/src/uts/common/os/ddi_intr.c
261
if (behavior == DDI_INTR_ALLOC_STRICT) {
usr/src/uts/common/sys/ddi_intr_impl.h
136
(((f) == DDI_INTR_ALLOC_NORMAL) || ((f) == DDI_INTR_ALLOC_STRICT))
usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_api.h
80
#ifndef DDI_INTR_ALLOC_STRICT
usr/src/uts/i86pc/io/amd_iommu/amd_iommu_impl.c
772
DDI_INTR_TYPE_MSI, 0, req, &actual, DDI_INTR_ALLOC_STRICT);
usr/src/uts/i86pc/io/apix/apix_utils.c
1650
if (behavior == DDI_INTR_ALLOC_STRICT &&
usr/src/uts/i86pc/io/apix/apix_utils.c
1674
if (vecp != NULL || behavior == DDI_INTR_ALLOC_STRICT)
usr/src/uts/i86pc/io/apix/apix_utils.c
1732
if (i < count && behavior == DDI_INTR_ALLOC_STRICT) {
usr/src/uts/i86pc/io/pci/pci_common.c
380
if ((behavior == DDI_INTR_ALLOC_STRICT) &&
usr/src/uts/i86pc/io/pcplusmp/apic.c
1006
if (behavior == DDI_INTR_ALLOC_STRICT &&
usr/src/uts/i86pc/io/pcplusmp/apic.c
1016
behavior == DDI_INTR_ALLOC_STRICT))
usr/src/uts/i86pc/io/pcplusmp/apic.c
1027
behavior == DDI_INTR_ALLOC_STRICT)
usr/src/uts/i86pc/io/pcplusmp/apic.c
1106
behavior == DDI_INTR_ALLOC_STRICT)) {
usr/src/uts/i86pc/io/pcplusmp/apic_introp.c
881
DDI_INTR_ALLOC_STRICT);
usr/src/uts/i86pc/io/pcplusmp/apic_introp.c
885
DDI_INTR_ALLOC_STRICT);
usr/src/uts/i86xpv/io/psm/xpv_psm.c
1192
if (behavior == DDI_INTR_ALLOC_STRICT &&
usr/src/uts/i86xpv/io/psm/xpv_psm.c
1202
behavior == DDI_INTR_ALLOC_STRICT))
usr/src/uts/i86xpv/io/psm/xpv_psm.c
1340
behavior == DDI_INTR_ALLOC_STRICT)) {
usr/src/uts/intel/io/vmxnet3s/vmxnet3_main.c
1379
&ret, DDI_INTR_ALLOC_STRICT);
usr/src/uts/intel/io/vmxnet3s/vmxnet3_main.c
1388
&ret, DDI_INTR_ALLOC_STRICT) == DDI_SUCCESS)
usr/src/uts/intel/io/vmxnet3s/vmxnet3_main.c
1395
&ret, DDI_INTR_ALLOC_STRICT) == DDI_SUCCESS) {
usr/src/uts/sun4/io/px/px_msi.c
178
((flag == DDI_INTR_ALLOC_STRICT) && (count != msi_count))) {
usr/src/uts/sun4/io/px/px_msi.c
214
((flag == DDI_INTR_ALLOC_STRICT) && (count != msi_count))) {
usr/src/uts/sun4v/io/qcn.c
270
DDI_INTR_ALLOC_STRICT);