Home
last modified time | relevance | path

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

/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_ioctl.h47 uint32_t pbm_map_length; member
H A Dfreebsd32_ioctl.c108 CP(pbm, pbm32, pbm_map_length); in freebsd32_ioctl_barmmap()
/freebsd/sys/sys/
H A Dpciio.h141 size_t pbm_map_length; /* mapped length of the BAR, multiple member
/freebsd/usr.sbin/pciconf/
H A Dpciconf.c1201 munmap((void *)pbm.pbm_map_base, pbm.pbm_map_length); in dump_bar()
/freebsd/sys/dev/pci/
H A Dpci_user.c916 pbm->pbm_map_length = plen; in pci_bar_mmap()
/freebsd/usr.sbin/bhyve/
H A Dpci_passthru.c539 pi->pi_msix.mapped_size = pbm.pbm_map_length; in init_msix_table()