Searched refs:nkid (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/iicbus/ |
H A D | iiconf.c | 468 int i, error, lenread, lenwrote, nkid, rpstart, addr; in iicbus_transfer_gen() local 472 if ((error = device_get_children(dev, &children, &nkid)) != 0) in iicbus_transfer_gen() 474 if (nkid != 1) { in iicbus_transfer_gen()
|
/freebsd/sys/dev/ow/ |
H A D | ow.c | 343 int nkid, i; in ow_child_by_romid() local 346 if (device_get_children(dev, &children, &nkid) != 0) in ow_child_by_romid() 349 for (i = 0; i < nkid; i++) { in ow_child_by_romid()
|
/freebsd/sys/dev/ofw/ |
H A D | ofw_bus_subr.c | 829 int nkid, i; in ofw_bus_find_child_device_by_phandle() local 842 if (device_get_children(bus, &children, &nkid) != 0) in ofw_bus_find_child_device_by_phandle() 845 for (i = 0; i < nkid; i++) { in ofw_bus_find_child_device_by_phandle()
|
/freebsd/sys/dev/cesa/ |
H A D | cesa.c | 981 int nkid, i; in device_from_node() local 992 if (device_get_children(root, &children, &nkid) != 0) in device_from_node() 996 for (i = 0; i < nkid; i++) { in device_from_node()
|