Home
last modified time | relevance | path

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

/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_mii.c141 if (device_get_children(dev, &children, &nchildren) == 0) { in miibus_attach()
246 if (device_get_children(dev, &children, &nchildren) != 0) in miibus_hinted_child()
436 if (device_get_children(*miibus, &children, &nchildren) != 0) { in mii_attach()
513 rv = device_get_children(*miibus, &children, &nchildren); in mii_attach()
H A Ddevice.c188 device_get_children(device_t dev, device_t **devlistp, int *devcountp) in device_get_children() function
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dbus.h112 int device_get_children(device_t dev, device_t **devlistp, int *devcountp);
/haiku/src/add-ons/kernel/drivers/network/ether/sis19x/dev/sge/
H A Dif_sge.c284 if (device_get_children(bus, &kids, &numkids) != 0) in sge_get_mac_addr_apc()
/haiku/src/add-ons/kernel/drivers/network/ether/sis900/dev/sis/
H A Dif_sis.c363 if (device_get_children(*busp, &pci_children, &pci_childcount)) in sis_find_bridge()