Symbol: PCI_CAP_NEXT_PTR_NULL
usr/src/cmd/pcitool/pcitool.c
509
while ((hdr_next_ptr != PCI_CAP_NEXT_PTR_NULL) &&
usr/src/cmd/pcitool/pcitool.c
540
while ((hdr_next_ptr != PCI_CAP_NEXT_PTR_NULL) &&
usr/src/uts/common/io/audio/drv/audiots/audiots.c
596
if (ptr == PCI_CAP_NEXT_PTR_NULL) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1452
while (caps_ptr != PCI_CAP_NEXT_PTR_NULL) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
19197
int cptr = PCI_CAP_NEXT_PTR_NULL;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
19204
while (cptr != PCI_CAP_NEXT_PTR_NULL) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
8350
while (cap_ptr != PCI_CAP_NEXT_PTR_NULL) {
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
4784
while (ptr != PCI_CAP_NEXT_PTR_NULL) {
usr/src/uts/common/io/pci_cap.c
166
*base_p = PCI_CAP_NEXT_PTR_NULL;
usr/src/uts/common/io/pci_cap.c
202
*base_p = PCI_CAP_NEXT_PTR_NULL;
usr/src/uts/common/io/pci_cap.c
252
*base_p = PCI_CAP_NEXT_PTR_NULL;
usr/src/uts/common/io/sata/adapters/ahci/ahci.c
4291
caps_ptr = PCI_CAP_NEXT_PTR_NULL;
usr/src/uts/common/io/sata/adapters/ahci/ahci.c
4297
for (cap_count = 0; caps_ptr != PCI_CAP_NEXT_PTR_NULL; ) {
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
13397
caps_ptr = PCI_CAP_NEXT_PTR_NULL;
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
13403
for (cap_count = 0; caps_ptr != PCI_CAP_NEXT_PTR_NULL; ) {
usr/src/uts/common/io/sfxge/sfxge_pci.c
68
off != PCI_CAP_NEXT_PTR_NULL;
usr/src/uts/common/os/pcifm.c
351
uint16_t pcix_cap_ptr = PCI_CAP_NEXT_PTR_NULL;
usr/src/uts/common/os/pcifm.c
360
if (pcix_cap_ptr != PCI_CAP_NEXT_PTR_NULL)
usr/src/uts/common/os/sunpci.c
262
{PCI_CAP_NEXT_PTR_NULL, 0, 0}
usr/src/uts/common/os/sunpci.c
333
while (cap_ptr != PCI_CAP_NEXT_PTR_NULL) {
usr/src/uts/common/os/sunpci.c
487
uint16_t cap_ptr = PCI_CAP_NEXT_PTR_NULL;
usr/src/uts/common/os/sunpci.c
505
while (cap_ptr != PCI_CAP_NEXT_PTR_NULL) {
usr/src/uts/common/os/sunpci.c
515
while (pci_cap_entp->cap_id != PCI_CAP_NEXT_PTR_NULL) {
usr/src/uts/common/os/sunpci.c
530
if (pci_cap_entp->cap_id == PCI_CAP_NEXT_PTR_NULL)
usr/src/uts/common/os/sunpci.c
856
while (cap_ptr != PCI_CAP_NEXT_PTR_NULL) {
usr/src/uts/common/os/sunpci.c
865
if (cap_ptr == PCI_CAP_NEXT_PTR_NULL) {
usr/src/uts/intel/io/hotplug/pcicfg/pcicfg.c
4856
if (cap_id_loc != PCI_CAP_NEXT_PTR_NULL) {
usr/src/uts/intel/io/hotplug/pcicfg/pcicfg.c
4861
if (slot_id_loc != PCI_CAP_NEXT_PTR_NULL) {
usr/src/uts/intel/io/hotplug/pcicfg/pcicfg.c
4899
if (cap_loc != PCI_CAP_NEXT_PTR_NULL)
usr/src/uts/intel/io/pci/pci_boot.c
2214
while (cap_ptr != PCI_CAP_NEXT_PTR_NULL && cap_ptr >= PCI_CAP_PTR_OFF) {
usr/src/uts/sun4v/io/px/px_libhv.c
91
while ((hdr_next_ptr != PCI_CAP_NEXT_PTR_NULL) &&