Home
last modified time | relevance | path

Searched refs:host_read_config (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/bhyve/
H A Dpci_passthru.c170 host_read_config(int fd, const struct pcisel *sel, long reg, int width) in host_read_config() function
188 return (host_read_config(pcifd, sel, reg, width)); in passthru_read_config()
200 ret = host_read_config(fd, sel, reg, width); in pci_host_read_config()