Searched refs:confp (Results 1 – 2 of 2) sorted by relevance
| /freebsd/usr.sbin/bhyve/amd64/ |
| H A D | pci_lpc.c | 513 struct pci_conf conf, *confp; in pci_lpc_init() local 538 confp = NULL; in pci_lpc_init() 540 confp = &conf; in pci_lpc_init() 542 vendor = pci_config_read_reg(confp, nvl, PCIR_VENDOR, 2, LPC_VENDOR); in pci_lpc_init() 543 device = pci_config_read_reg(confp, nvl, PCIR_DEVICE, 2, LPC_DEV); in pci_lpc_init() 544 revid = pci_config_read_reg(confp, nvl, PCIR_REVID, 1, LPC_REVID); in pci_lpc_init() 545 subvendor = pci_config_read_reg(confp, nvl, PCIR_SUBVEND_0, 2, in pci_lpc_init() 547 subdevice = pci_config_read_reg(confp, nvl, PCIR_SUBDEV_0, 2, in pci_lpc_init()
|
| /freebsd/usr.sbin/pciconf/ |
| H A D | pciconf.c | 232 fetch_devs(int fd, const char *name, struct pci_conf **confp, size_t *countp) in fetch_devs() argument 282 *confp = p; in fetch_devs()
|