Home
last modified time | relevance | path

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

/freebsd-13.1/sys/sys/
H A Dpciio.h176 #define PCIOCBARMMAP _IOWR('p', 8, struct pci_bar_mmap) macro
/freebsd-13.1/sys/compat/freebsd32/
H A Dfreebsd32_ioctl.c121 error = fo_ioctl(fp, PCIOCBARMMAP, (caddr_t)&pbm, td->td_ucred, td); in freebsd32_ioctl_barmmap()
/freebsd-13.1/usr.sbin/bhyve/
H A Dpci_passthru.c450 if (ioctl(pcifd, PCIOCBARMMAP, &pbm) != 0) { in init_msix_table()
651 { PCIOCREAD, PCIOCWRITE, PCIOCGETBAR, PCIOCBARIO, PCIOCBARMMAP }; in passthru_init()
/freebsd-13.1/usr.sbin/pciconf/
H A Dpciconf.c1135 if (ioctl(fd, PCIOCBARMMAP, &pbm) < 0) in dump_bar()
/freebsd-13.1/sys/dev/pci/
H A Dpci_user.c1381 case PCIOCBARMMAP: in pci_ioctl()