| /pciutils/lib/ |
| H A D | win32-sysdbg.c | 119 NTSTATUS status; in win32_sysdbg_setup() local 147 if ((status >= 0 && ret_len == sizeof(id)) || status == STATUS_UNSUCCESSFUL) in win32_sysdbg_setup() 152 else if (status != STATUS_ACCESS_DENIED) in win32_sysdbg_setup() 154 if (status == STATUS_NOT_IMPLEMENTED || status == STATUS_INVALID_INFO_CLASS) in win32_sysdbg_setup() 156 else if (status == STATUS_DEBUGGER_INACTIVE) in win32_sysdbg_setup() 181 if ((status >= 0 && ret_len == sizeof(id)) || status == STATUS_UNSUCCESSFUL) in win32_sysdbg_setup() 195 if (status == STATUS_NOT_IMPLEMENTED || status == STATUS_INVALID_INFO_CLASS) in win32_sysdbg_setup() 197 else if (status == STATUS_DEBUGGER_INACTIVE) in win32_sysdbg_setup() 199 else if (status == STATUS_ACCESS_DENIED) in win32_sysdbg_setup() 248 NTSTATUS status; in win32_sysdbg_read() local [all …]
|
| H A D | darwin.c | 82 kern_return_t status; in darwin_detect() local 87 status = IOServiceOpen(service, mach_task_self(), 0, &connect); in darwin_detect() 91 if (!service || (kIOReturnSuccess != status)) in darwin_detect() 118 kern_return_t status; in darwin_read() local 134 status = IOConnectCallStructMethod(d->access->fd, kACPIMethodAddressSpaceRead, in darwin_read() 137 if ((kIOReturnSuccess != status)) in darwin_read() 138 …d->access->error("darwin_read: kACPIMethodAddressSpaceRead failed: %s", mach_error_string(status)); in darwin_read() 162 kern_return_t status; in darwin_write() local 190 status = IOConnectCallStructMethod(d->access->fd, kACPIMethodAddressSpaceWrite, in darwin_write() 193 if ((kIOReturnSuccess != status)) in darwin_write() [all …]
|
| H A D | physmem-windows.c | 672 NTSTATUS status; in init_physmem_ntdll() local 756 if (status == 0) in init_physmem_ntdll() 759 … a->debug("failed: %s (0x%lx).", win32_strerror(physmem->RtlNtStatusToDosError(status)), status); in init_physmem_ntdll() 761 a->debug("failed: 0x%lx.", status); in init_physmem_ntdll() 762 switch (status) in init_physmem_ntdll() 860 NTSTATUS status; in physmem_map() local 878 if (status < 0) in physmem_map() 880 switch (status) in physmem_map() 956 NTSTATUS status; in physmem_unmap() local 983 if (status < 0) in physmem_unmap() [all …]
|
| H A D | fbsd-device.c | 128 conf.status = 0; in fbsd_scan() 137 if (conf.status == PCI_GETCONF_ERROR || in fbsd_scan() 138 conf.status == PCI_GETCONF_LIST_CHANGED) in fbsd_scan() 159 while (conf.status == PCI_GETCONF_MORE_DEVS); in fbsd_scan() 189 conf.status = 0; in fbsd_fill_info()
|
| H A D | win32-cfgmgr32.c | 781 ULONG status = 0; in get_device_driver_path() local 784 …if (CM_Get_DevNode_Status(&status, &problem, devinst, 0) != CR_SUCCESS || !(status & DN_DRIVER_LOA… in get_device_driver_path() 885 ULONG status; in fill_resources() local 898 cr = CM_Get_DevNode_Status(&status, &problem, devinst, 0); in fill_resources() 911 if (!(status & DN_HAS_PROBLEM)) in fill_resources() 928 (!(status & DN_HAS_PROBLEM) || problem != CM_PROB_HARDWARE_DISABLED)) in fill_resources()
|
| H A D | caps.c | 36 word status = pci_read_word(d, PCI_STATUS); in pci_scan_trad_caps() local 40 if (!(status & PCI_STATUS_CAP_LIST)) in pci_scan_trad_caps()
|
| H A D | i386-io-haiku.h | 39 status_t status; member
|
| /pciutils/lmr/ |
| H A D | margin.c | 171 if (status) in read_params_internal() 180 if (status) in read_params_internal() 185 if (status) in read_params_internal() 190 if (status) in read_params_internal() 195 if (status) in read_params_internal() 200 if (status) in read_params_internal() 205 if (status) in read_params_internal() 210 if (status) in read_params_internal() 470 bool status; in margin_read_params() local 473 if (!status) in margin_read_params() [all …]
|
| H A D | margin_args.c | 238 bool status = true; in margin_parse_util_args() local 240 status = false; in margin_parse_util_args() 242 status = false; in margin_parse_util_args() 243 if (!status && argc > 1) in margin_parse_util_args() 245 if (!status) in margin_parse_util_args()
|
| /pciutils/ |
| H A D | ls-caps.c | 123 u32 status; in cap_pcix_nobridge() local 142 (status & PCI_PCIX_STATUS_BUS) >> 8, in cap_pcix_nobridge() 143 (status & PCI_PCIX_STATUS_DEVICE) >> 3, in cap_pcix_nobridge() 144 (status & PCI_PCIX_STATUS_FUNCTION), in cap_pcix_nobridge() 145 FLAG(status, PCI_PCIX_STATUS_64BIT), in cap_pcix_nobridge() 146 FLAG(status, PCI_PCIX_STATUS_133MHZ), in cap_pcix_nobridge() 147 FLAG(status, PCI_PCIX_STATUS_SC_DISCARDED), in cap_pcix_nobridge() 154 FLAG(status, PCI_PCIX_STATUS_266MHZ), in cap_pcix_nobridge() 155 FLAG(status, PCI_PCIX_STATUS_533MHZ)); in cap_pcix_nobridge() 163 u32 status, upstcr, downstcr; in cap_pcix_bridge() local [all …]
|
| H A D | lspci.c | 862 FLAG(status, PCI_STATUS_CAP_LIST), in show_verbose() 863 FLAG(status, PCI_STATUS_66MHZ), in show_verbose() 864 FLAG(status, PCI_STATUS_UDF), in show_verbose() 865 FLAG(status, PCI_STATUS_FAST_BACK), in show_verbose() 866 FLAG(status, PCI_STATUS_PARITY), in show_verbose() 870 FLAG(status, PCI_STATUS_SIG_TARGET_ABORT), in show_verbose() 871 FLAG(status, PCI_STATUS_REC_TARGET_ABORT), in show_verbose() 874 FLAG(status, PCI_STATUS_DETECTED_PARITY), in show_verbose() 875 FLAG(status, PCI_STATUS_INTx)); in show_verbose() 924 if (status & PCI_STATUS_66MHZ) in show_verbose() [all …]
|
| H A D | ls-ecaps.c | 514 u16 ctrl, status; in cap_vc() local 752 FLAG(status, PCI_16GT_STATUS_EQU_COMP), in cap_phy_16gt() 756 FLAG(status, PCI_16GT_STATUS_EQU_REQ)); in cap_phy_16gt() 806 FLAG(status, PCI_32GT_STATUS_EQU_COMP), in cap_phy_32gt() 810 FLAG(status, PCI_32GT_STATUS_EQU_REQ), in cap_phy_32gt() 812 FLAG(status, PCI_32GT_STATUS_MOD_TS), in cap_phy_32gt() 813 FLAG(status, PCI_32GT_STATUS_TX_PRE_ON), in cap_phy_32gt() 815 FLAG(status, PCI_32GT_STATUS_NO_EQU)); in cap_phy_32gt() 835 FLAG(status, PCI_64GT_STATUS_EQU_COMP), in cap_phy_64gt() 839 FLAG(status, PCI_64GT_STATUS_EQU_REQ), in cap_phy_64gt() [all …]
|
| H A D | TODO | 8 - PCIe 2nd set of control/status registers (have spec)
|
| H A D | ChangeLog | 25 * lspci decodes CXL 1.1 device link status information. 101 * Improved decoding of PCIe control and status registers. 556 * Decode PCIe Gen 3 speeds and link status fields. 964 control register and INTx enable/status in device control/status 1232 * lspci.c (show_express_link): Fixed decoding of link status register. 1519 * lspci.c: Decode all bits of the secondary status word in type 1 headers. 2229 * lspci.c (show_verbose): Display `Cap' flag in device status.
|
| /pciutils/tests/ |
| H A D | bridge-ctl-vga16 | 10 Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR- 75 Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
|
| H A D | cap-vc-and-rcl | 294 Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR- 592 Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR- 890 Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR- 1188 Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR- 1617 Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
|
| H A D | cap-exp-rev-slot | 10 Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
|
| H A D | cap-ptm-1 | 6 Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
|
| H A D | cap-dpc | 11 Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
|
| H A D | cap-pcie-1 | 9 Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
|
| H A D | cap-aer-log | 10 Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
|
| H A D | cap-aer-hdr | 10 Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
|
| H A D | cap-aer-ecrc-label | 10 Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
|
| H A D | cap-exp-aspm-latencies | 10 Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
|
| H A D | cap-exp-dev2 | 10 Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
|