Searched refs:kids (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/xen/xenbus/ |
H A D | xenbusb.c | 204 device_t *kids; in xenbusb_device_exists() local 209 if (device_get_children(dev, &kids, &count)) in xenbusb_device_exists() 214 ivars = device_get_ivars(kids[i]); in xenbusb_device_exists() 216 result = kids[i]; in xenbusb_device_exists() 220 free(kids, M_TEMP); in xenbusb_device_exists() 439 device_t *kids; in xenbusb_probe_children() local 443 if (device_get_children(dev, &kids, &count) == 0) { in xenbusb_probe_children() 445 if (device_get_state(kids[i]) != DS_NOTPRESENT) { in xenbusb_probe_children() 450 xenbusb_verify_device(dev, kids[i]); in xenbusb_probe_children() 454 error = device_probe_and_attach(kids[i]); in xenbusb_probe_children() [all …]
|
/freebsd/stand/libsa/zfs/ |
H A D | zfsimpl.c | 1121 nvlist_t **kids = NULL; in vdev_from_nvlist() local 1139 &nkids, &kids, NULL); in vdev_from_nvlist() 1144 rc = nvlist_find(kids[i], ZPOOL_CONFIG_GUID, in vdev_from_nvlist() 1149 rc = vdev_init(guid, kids[i], &vdev); in vdev_from_nvlist() 1165 if (kids != NULL) { in vdev_from_nvlist() 1167 nvlist_destroy(kids[i]); in vdev_from_nvlist() 1168 free(kids); in vdev_from_nvlist() 1223 nvlist_t **kids = NULL; in vdev_update_from_nvlist() local 1233 &nkids, &kids, NULL); in vdev_update_from_nvlist() 1238 rc = nvlist_find(kids[i], ZPOOL_CONFIG_GUID, in vdev_update_from_nvlist() [all …]
|
/freebsd/sys/dev/agp/ |
H A D | agp.c | 108 device_t *kids; in agp_find_display() local 115 if (device_get_children(bus, &kids, &numkids) != 0) in agp_find_display() 118 dev = kids[i]; in agp_find_display() 122 free(kids, M_TEMP); in agp_find_display() 127 free(kids, M_TEMP); in agp_find_display()
|
/freebsd/sys/dev/sge/ |
H A D | if_sge.c | 267 device_t *kids; in sge_get_mac_addr_apc() local 284 if (device_get_children(bus, &kids, &numkids) != 0) in sge_get_mac_addr_apc() 287 dev = kids[i]; in sge_get_mac_addr_apc() 294 free(kids, M_TEMP); in sge_get_mac_addr_apc() 301 free(kids, M_TEMP); in sge_get_mac_addr_apc()
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | bib | 737 Go now to the flock, and fetch me from thence two good kids of the goats; and I will make them savo… 744 And she put the skins of the kids of the goats upon his hands, and upon the smooth of his neck: 3207 And he shall take of the congregation of the children of Israel two kids of the goats for a sin off… 3938 …ve, the lambs of the first year twelve, with their meat offering: and the kids of the goats for si… 7422 …e shall meet thee three men going up to God to Bethel, one carrying three kids, and another carryi… 9436 … and the children of Israel pitched before them like two little flocks of kids; but the Syrians fi… 11974 And Josiah gave to the people, of the flock, lambs and kids, all for the passover offerings, for al… 17546 …among women, go thy way forth by the footsteps of the flock, and feed thy kids beside the shepherd…
|