Searched refs:pcie_dbg (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/pciex/ |
H A D | pcie.c | 59 void pcie_dbg(char *fmt, ...); 2330 pcie_dbg("\tbus_dip = 0x%p\n", bus_p->bus_dip); 2331 pcie_dbg("\tbus_fm_flags = 0x%x\n", bus_p->bus_fm_flags); 2333 pcie_dbg("\tbus_bdf = 0x%x\n", bus_p->bus_bdf); 2334 pcie_dbg("\tbus_dev_ven_id = 0x%x\n", bus_p->bus_dev_ven_id); 2335 pcie_dbg("\tbus_rev_id = 0x%x\n", bus_p->bus_rev_id); 2336 pcie_dbg("\tbus_hdr_type = 0x%x\n", bus_p->bus_hdr_type); 2337 pcie_dbg("\tbus_dev_type = 0x%x\n", bus_p->bus_dev_type); 2338 pcie_dbg("\tbus_bdg_secbus = 0x%x\n", bus_p->bus_bdg_secbus); 2339 pcie_dbg("\tbus_pcie_of 2356 pcie_dbg(char *fmt, ...) function [all...] |
/illumos-gate/usr/src/uts/common/sys/ |
H A D | pcie_impl.h | 477 #define PCIE_DBG pcie_dbg 595 extern void pcie_dbg(char *fmt, ...);
|
Completed in 49 milliseconds