Searched refs:pci_conf (Results 1 – 11 of 11) sorted by relevance
/freebsd/usr.sbin/pciconf/ |
H A D | pciconf.h | 36 void list_caps(int fd, struct pci_conf *p, int level); 37 void list_errors(int fd, struct pci_conf *p); 38 uint8_t pci_find_cap(int fd, struct pci_conf *p, uint8_t id); 39 uint16_t pcie_find_cap(int fd, struct pci_conf *p, uint16_t id); 40 void print_bar(int fd, struct pci_conf *p, const char *label, uint16_t bar);
|
H A D | cap.c | 46 static void list_ecaps(int fd, struct pci_conf *p); 51 cap_power(int fd, struct pci_conf *p, uint8_t ptr) in cap_power() 65 cap_agp(int fd, struct pci_conf *p, uint8_t ptr) in cap_agp() 119 cap_vpd(int fd __unused, struct pci_conf *p __unused, uint8_t ptr __unused) in cap_vpd() 126 cap_msi(int fd, struct pci_conf *p, uint8_t ptr) in cap_msi() 145 cap_pcix(int fd, struct pci_conf *p, uint8_t ptr) in cap_pcix() 221 cap_ht(int fd, struct pci_conf *p, uint8_t ptr) in cap_ht() 300 cap_vendor(int fd, struct pci_conf *p, uint8_t ptr) in cap_vendor() 358 cap_debug(int fd, struct pci_conf *p, uint8_t ptr) in cap_debug() 368 cap_subvendor(int fd, struct pci_conf * [all...] |
H A D | pciconf.c | 71 static void list_bridge(int fd, struct pci_conf *p); 72 static void list_bars(int fd, struct pci_conf *p); 75 static void list_verbose(struct pci_conf *p); 76 static void list_vpd(int fd, struct pci_conf *p); 77 static const char *guess_class(struct pci_conf *p); 78 static const char *guess_subclass(struct pci_conf *p); 209 struct pci_conf conf[255], *p; in list_devs() 308 print_bus_range(int fd, struct pci_conf *p, int secreg, int subreg) in print_bus_range() 350 print_bridge_windows(int fd, struct pci_conf *p) in print_bridge_windows() 429 print_cardbus_mem_window(int fd, struct pci_conf *p, int basereg, int limitreg, in print_cardbus_mem_window() [all …]
|
H A D | err.c | 137 list_errors(int fd, struct pci_conf *p) in list_errors()
|
/freebsd/tools/tools/pciroms/ |
H A D | pciroms.c | 80 static uint32_t pci_testrombar(int pci_fd, struct pci_conf *dev); 81 static int pci_enable_bars(int pci_fd, struct pci_conf *dev, 83 static int pci_disable_bars(int pci_fd, struct pci_conf *dev, 174 struct pci_conf devs[MAX_PCI_DEVS]; in pci_enum_devs() 177 struct pci_conf *p; in pci_enum_devs() 254 pci_testrombar(int pci_fd, struct pci_conf *dev) in pci_testrombar() 341 pci_enable_bars(int pci_fd, struct pci_conf *dev, uint16_t *oldcmd) in pci_enable_bars() 375 pci_disable_bars(int pci_fd, struct pci_conf *dev, uint16_t *oldcmd) in pci_disable_bars()
|
/freebsd/sys/sys/ |
H A D | pciio.h | 65 struct pci_conf { struct 98 struct pci_conf *matches; /* match buffer */ argument
|
/freebsd/tools/tools/dmardump/ |
H A D | dmardump.c | 57 static struct pci_conf * 61 static struct pci_conf conf; in pci_find_conf() 99 struct pci_conf *conf; in dump_context_table()
|
/freebsd/sys/dev/pci/ |
H A D | pci_user.c | 155 struct pci_conf *match_buf) in pci_conf_match_native() 221 struct pci_conf *match_buf) in pci_conf_match32() 378 struct pci_conf *match_buf) in pci_conf_match_freebsd6() 442 struct pci_conf *match_buf) in pci_conf_match_freebsd6_32() 506 struct pci_conf pc; 520 struct pci_conf *match_buf) in pci_conf_match() 673 return (sizeof(struct pci_conf)); in pci_conf_size() 773 pci_conf_for_copyout(const struct pci_conf *pcp, union pci_conf_union *pcup, in pci_conf_for_copyout()
|
H A D | pcivar.h | 338 struct pci_conf conf;
|
H A D | pci.c | 5364 struct pci_conf *p; in DB_SHOW_COMMAND_FLAGS()
|
/freebsd/usr.sbin/bhyve/ |
H A D | pci_passthru.c | 790 struct pci_conf conf[1]; in passthru_lookup_pptdev()
|