Home
last modified time | relevance | path

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

/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_ioctl.h51 int pbm_reg; member
H A Dfreebsd32_ioctl.c101 CP(pbm32, pbm, pbm_reg); in freebsd32_ioctl_barmmap()
/freebsd/sys/sys/
H A Dpciio.h147 int pbm_reg; /* starting address of BAR */ member
/freebsd/usr.sbin/pciconf/
H A Dpciconf.c1120 pbm.pbm_reg = strtoul(reg, &el, 0); in dump_bar()
1149 pbm.pbm_reg, pbm.pbm_map_base, pbm.pbm_bar_off, in dump_bar()
/freebsd/sys/dev/pci/
H A Dpci_user.c872 pm = pci_find_bar(pcidev, pbm->pbm_reg); in pci_bar_mmap()
/freebsd/usr.sbin/bhyve/
H A Dpci_passthru.c530 pbm.pbm_reg = PCIR_BAR(pi->pi_msix.table_bar); in init_msix_table()