Searched refs:device_get_children (Results 1 – 5 of 5) sorted by relevance
/haiku/src/libs/compat/freebsd_network/ |
H A D | fbsd_mii.c | 141 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 D | device.c | 188 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 D | bus.h | 112 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 D | if_sge.c | 284 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 D | if_sis.c | 363 if (device_get_children(*busp, &pci_children, &pci_childcount)) in sis_find_bridge()
|