Searched refs:nkid (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/ow/
H A Dowc_gpiobus.c124 int nkid; local
130 nkid = 0;
131 if (device_get_children(dev, &kids, &nkid) == 0)
133 if (nkid == 0)
H A Dow.c234 int nkid, i; local
237 if (device_get_children(dev, &children, &nkid) != 0)
240 for (i = 0; i < nkid; i++) {
459 int nkid, i; local
473 if (device_get_children(ndev, &children, &nkid) != 0)
475 for (i = 0; i < nkid; i++) {
/freebsd-11-stable/sys/dev/iicbus/
H A Diiconf.c419 int i, error, lenread, lenwrote, nkid, rpstart, addr; local
423 if ((error = device_get_children(dev, &children, &nkid)) != 0)
425 if (nkid != 1) {
/freebsd-11-stable/sys/dev/ofw/
H A Dofw_bus_subr.c733 int nkid, i; local
746 if (device_get_children(bus, &children, &nkid) != 0)
749 for (i = 0; i < nkid; i++) {

Completed in 80 milliseconds