Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/raidz/
H A Draidz_expand_005_pos.ksh90 device_count=0
95 device_count=$((device_count+1))
98 index=$((RANDOM%(device_count-nparity)))
/freebsd/sys/dev/hyperv/pcib/
H A Dvmbus_pcib.c331 uint32_t device_count; member
337 uint32_t device_count; member
474 uint32_t device_count; member
759 for (child_no = 0; child_no < dr->device_count; child_no++) { in pci_devices_present_work()
832 if (hbus->detaching && relations->device_count > 0) in hv_pci_devices_present()
836 (sizeof(struct pci_func_desc) * relations->device_count); in hv_pci_devices_present()
839 dr->device_count = relations->device_count; in hv_pci_devices_present()
840 if (dr->device_count != 0) in hv_pci_devices_present()
842 sizeof(struct hv_pcidev_desc) * dr->device_count); in hv_pci_devices_present()
862 if (hbus->detaching && relations->device_count > 0) in hv_pci_devices_present2()
[all …]
/freebsd/sys/arm/mv/clk/
H A Da37x0_sb_periph_clk_driver.c114 sc->device_count = SB_DEV_COUNT; in a37x0_sb_periph_clk_attach()
H A Da37x0_nb_periph_clk_driver.c145 sc->device_count = NB_DEV_COUNT; in a37x0_nb_periph_clk_attach()
H A Da37x0_periph_clk_driver.c97 for (i = 0; i< sc->device_count; i++) { in a37x0_periph_clk_attach()
H A Dperiph.h283 int device_count; member