Symbol: pcisel
sys/compat/freebsd32/freebsd32_ioctl.h
50
struct pcisel pbm_sel;
sys/dev/pci/pci_user.c
512
struct pcisel pc_sel; /* domain+bus+slot+function */
sys/dev/pci/pci_user.c
531
struct pcisel pc_sel; /* domain+bus+slot+function */
sys/dev/pci/pci_user.c
68
struct pcisel pc_sel; /* domain+bus+slot+function */
sys/dev/pci/pci_user.c
90
struct pcisel pc_sel; /* domain+bus+slot+function */
sys/sys/pciio.h
110
struct pcisel pi_sel; /* device to operate on */
sys/sys/pciio.h
117
struct pcisel pbi_sel; /* device to operate on */
sys/sys/pciio.h
139
struct pcisel plvi_sel; /* device to operate on */
sys/sys/pciio.h
151
struct pcisel pbm_sel; /* device to operate on */
sys/sys/pciio.h
158
struct pcisel pbi_sel; /* device to operate on */
sys/sys/pciio.h
66
struct pcisel pc_sel; /* domain+bus+slot+function */
sys/sys/pciio.h
88
struct pcisel pc_sel; /* domain+bus+slot+function */
usr.sbin/bhyve/pci_passthru.c
102
struct pcisel psc_sel;
usr.sbin/bhyve/pci_passthru.c
170
host_read_config(int fd, const struct pcisel *sel, long reg, int width)
usr.sbin/bhyve/pci_passthru.c
186
passthru_read_config(const struct pcisel *sel, long reg, int width)
usr.sbin/bhyve/pci_passthru.c
192
pci_host_read_config(const struct pcisel *sel, long reg, int width)
usr.sbin/bhyve/pci_passthru.c
206
host_write_config(int fd, const struct pcisel *sel, long reg, int width,
usr.sbin/bhyve/pci_passthru.c
221
passthru_write_config(const struct pcisel *sel, long reg, int width,
usr.sbin/bhyve/pci_passthru.c
228
pci_host_write_config(const struct pcisel *sel, long reg, int width,
usr.sbin/bhyve/pci_passthru.c
270
struct pcisel sel;
usr.sbin/bhyve/pci_passthru.c
673
bzero(&sc->psc_sel, sizeof(struct pcisel));
usr.sbin/bhyve/pci_passthru.c
730
struct pcisel *
usr.sbin/bhyve/pci_passthru.h
43
uint32_t pci_host_read_config(const struct pcisel *sel, long reg, int width);
usr.sbin/bhyve/pci_passthru.h
44
void pci_host_write_config(const struct pcisel *sel, long reg, int width,
usr.sbin/bhyve/pci_passthru.h
53
struct pcisel *passthru_get_sel(struct passthru_softc *sc);
usr.sbin/pciconf/pciconf.c
1174
read_config(int fd, struct pcisel *sel, long reg, int width)
usr.sbin/pciconf/pciconf.c
1188
static struct pcisel
usr.sbin/pciconf/pciconf.c
1243
static struct pcisel
usr.sbin/pciconf/pciconf.c
1248
struct pcisel sel;
usr.sbin/pciconf/pciconf.c
1278
static struct pcisel
usr.sbin/pciconf/pciconf.c
1293
readone(int fd, struct pcisel *sel, long reg, int width)
usr.sbin/pciconf/pciconf.c
1308
struct pcisel sel;
usr.sbin/pciconf/pciconf.c
78
static struct pcisel getsel(const char *str);
usr.sbin/pciconf/pciconf.h
41
uint32_t read_config(int fd, struct pcisel *sel, long reg, int width);