Home
last modified time | relevance | path

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

/dragonfly/sys/bus/pci/
H A Dpci_user.c682 pcidev = pci_find_dbsf(bio->pbi_sel.pc_domain,
683 bio->pbi_sel.pc_bus, bio->pbi_sel.pc_dev,
684 bio->pbi_sel.pc_func);
/dragonfly/sys/sys/
H A Dpciio.h118 struct pcisel pbi_sel; /* device to operate on */ member
/dragonfly/usr.sbin/pciconf/
H A Dpciconf.c452 bar.pbi_sel = p->pc_sel; in list_bars()