Searched refs:pcisel (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/sys/sys/ |
| H A D | pciio.h | 60 struct pcisel { struct 68 struct pcisel pc_sel; /* domain+bus+slot+function */ argument 85 struct pcisel pc_sel; /* domain+bus+slot+function */ 107 struct pcisel pi_sel; /* device to operate on */ 114 struct pcisel pbi_sel; /* device to operate on */ 136 struct pcisel plvi_sel; /* device to operate on */ 148 struct pcisel pbm_sel; /* device to operate on */ 155 struct pcisel pbi_sel; /* device to operate on */
|
| /freebsd-13.1/usr.sbin/pciconf/ |
| H A D | pciconf.c | 75 static struct pcisel getsel(const char *str); 899 read_config(int fd, struct pcisel *sel, long reg, int width) in read_config() 913 static struct pcisel 968 static struct pcisel 973 struct pcisel sel; in parsesel() 1003 static struct pcisel 1018 readone(int fd, struct pcisel *sel, long reg, int width) in readone() 1033 struct pcisel sel; in readit()
|
| H A D | pciconf.h | 43 uint32_t read_config(int fd, struct pcisel *sel, long reg, int width);
|
| /freebsd-13.1/sys/compat/freebsd32/ |
| H A D | freebsd32_ioctl.h | 52 struct pcisel pbm_sel;
|
| /freebsd-13.1/usr.sbin/bhyve/ |
| H A D | pci_passthru.c | 93 struct pcisel psc_sel; 119 read_config(const struct pcisel *sel, long reg, int width) in read_config() 135 write_config(const struct pcisel *sel, long reg, int width, uint32_t data) in write_config() 178 struct pcisel sel; in cfginitmsi() 580 bzero(&sc->psc_sel, sizeof(struct pcisel)); in cfginit()
|
| /freebsd-13.1/sys/dev/pci/ |
| H A D | pci_user.c | 70 struct pcisel pc_sel; /* domain+bus+slot+function */ 87 struct pcisel pc_sel; /* domain+bus+slot+function */
|