Searched refs:pci_conf (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/usr.sbin/pciconf/
H A Dpciconf.h36 void list_caps(int fd, struct pci_conf *p);
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 Dcap.c49 static void list_ecaps(int fd, struct pci_conf *p);
52 cap_power(int fd, struct pci_conf *p, uint8_t ptr)
66 cap_agp(int fd, struct pci_conf *p, uint8_t ptr)
120 cap_vpd(int fd __unused, struct pci_conf *p __unused, uint8_t ptr __unused)
127 cap_msi(int fd, struct pci_conf *p, uint8_t ptr)
146 cap_pcix(int fd, struct pci_conf *p, uint8_t ptr)
222 cap_ht(int fd, struct pci_conf *p, uint8_t ptr)
301 cap_vendor(int fd, struct pci_conf *p, uint8_t ptr)
359 cap_debug(int fd, struct pci_conf *p, uint8_t ptr)
369 cap_subvendor(int fd, struct pci_conf *
[all...]
H A Dpciconf.c73 static void list_bridge(int fd, struct pci_conf *p);
74 static void list_bars(int fd, struct pci_conf *p);
77 static void list_verbose(struct pci_conf *p);
78 static void list_vpd(int fd, struct pci_conf *p);
79 static const char *guess_class(struct pci_conf *p);
80 static const char *guess_subclass(struct pci_conf *p);
192 struct pci_conf conf[255], *p;
273 print_bus_range(int fd, struct pci_conf *p, int secreg, int subreg)
315 print_bridge_windows(int fd, struct pci_conf *p)
394 print_cardbus_mem_window(int fd, struct pci_conf *
[all...]
H A Derr.c142 list_errors(int fd, struct pci_conf *p)
/freebsd-11-stable/tools/tools/pciroms/
H A Dpciroms.c83 static uint32_t pci_testrombar(int pci_fd, struct pci_conf *dev);
84 static int pci_enable_bars(int pci_fd, struct pci_conf *dev,
86 static int pci_disable_bars(int pci_fd, struct pci_conf *dev,
177 struct pci_conf devs[MAX_PCI_DEVS];
180 struct pci_conf *p;
257 pci_testrombar(int pci_fd, struct pci_conf *dev)
344 pci_enable_bars(int pci_fd, struct pci_conf *dev, uint16_t *oldcmd)
378 pci_disable_bars(int pci_fd, struct pci_conf *dev, uint16_t *oldcmd)
/freebsd-11-stable/sys/sys/
H A Dpciio.h65 struct pci_conf { struct
98 struct pci_conf *matches; /* match buffer */
/freebsd-11-stable/tools/tools/nxge/
H A Dxge_log.c83 * @pci_conf PCI Configuration
86 xge_print_pciconf(void * pci_conf) argument
96 pciconfInfo[index].value = *((u16 *)((unsigned char *)pci_conf +
/freebsd-11-stable/tools/tools/dmardump/
H A Ddmardump.c60 static struct pci_conf *
64 static struct pci_conf conf;
102 struct pci_conf *conf;
/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_ioctl.c257 struct pci_conf pc;
258 struct pci_conf *pcp;
278 pci.match_buf_len = nmatch_to_convert * sizeof(struct pci_conf);
286 pci.matches = (struct pci_conf *)addr;
/freebsd-11-stable/sys/dev/pci/
H A Dpci_user.c68 struct pci_conf *match_buf);
101 * Match a single pci_conf structure against an array of pci_match_conf
103 * pci_match_conf structures. match_buf is a pointer to the pci_conf
109 struct pci_conf *match_buf)
278 int num_matches, struct pci_conf *match_buf);
282 struct pci_conf *match_buf)
346 struct pci_conf *match_buf)
613 * Determine how much room we have for pci_conf structures.
615 * multiple of sizeof(struct pci_conf) in case the user
628 confsz = sizeof(struct pci_conf);
[all...]
H A Dpcivar.h266 struct pci_conf conf;
H A Dpci.c5209 struct pci_conf *p;

Completed in 104 milliseconds