Home
last modified time | relevance | path

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

/dragonfly/sys/bus/pci/
H A Dpci_user.c157 && (match_buf->pd_unit != matches[i].pd_unit)) in pci_conf_match()
207 u_long pd_unit; /* device unit number */ member
213 u_long pd_unit; /* Unit number */ member
283 && (match_buf->pd_unit != matches[i].pd_unit)) in pci_conf_match_old()
480 dinfo->conf.pd_unit =
484 dinfo->conf.pd_unit = 0;
541 conf_old.pd_unit =
542 dinfo->conf.pd_unit;
/dragonfly/sys/sys/
H A Dpciio.h85 u_long pd_unit; /* device unit number */ member
91 u_long pd_unit; /* Unit number */ member
/dragonfly/sys/dev/raid/mfi/
H A Dmfi_syspd.c115 sc->pd_unit = device_get_unit(dev); in mfi_syspd_attach()
133 sc->pd_dev_t = disk_create(sc->pd_unit, &sc->pd_disk, &mfi_syspd_ops); in mfi_syspd_attach()
H A Dmfivar.h145 int pd_unit; member
/dragonfly/usr.sbin/pciconf/
H A Dpciconf.c222 (p->pd_name && *p->pd_name) ? (int)p->pd_unit : in list_devs()