Lines Matching refs:child

54 	eibnx_child_t *child;
83 * resource we might've allocated; note that the child dips
92 for (child = children; child; child = nxt_child) {
93 nxt_child = child->ch_next;
95 if (child->ch_node_name) {
96 kmem_free(child->ch_node_name, MAXNAMELEN);
98 kmem_free(child, sizeof (eibnx_child_t));
140 "%s property to 0x%llx for child dip 0x%llx, ret=%d",
148 "%s property to 0x%lx for child dip 0x%llx, ret=%d",
156 "%s property to 0x%llx for child dip 0x%llx, ret=%d",
164 "%s property to 0x%llx for child dip 0x%llx, ret=%d",
172 "%s property to 0x%llx for child dip 0x%llx, ret=%d",
181 "%s property to 0x%lx for child dip 0x%llx, ret=%d",
189 "%s property to 0x%lx for child dip 0x%llx, ret=%d",
197 "%s property to 0x%lx for child dip 0x%llx, ret=%d",
205 "%s property to 0x%lx for child dip 0x%llx, ret=%d",
213 "%s property to 0x%lx for child dip 0x%llx, ret=%d",
221 "%s property to 0x%lx for child dip 0x%llx, ret=%d",
229 "%s property to 0x%lx for child dip 0x%llx, ret=%d",
237 "%s property to 0x%lx for child dip 0x%llx, ret=%d",
245 "%s property to 0x%lx for child dip 0x%llx, ret=%d",
254 "%s property to 0x%lx for child dip 0x%llx, ret=%d",
262 "%s property to 0x%lx for child dip 0x%llx, ret=%d",
270 "%s property to '%s' for child dip 0x%llx, ret=%d",
278 "%s property to '%s' for child dip 0x%llx, ret=%d",
286 "%s property to '%s' for child dip 0x%llx, ret=%d",
292 eibnx_name_child(dev_info_t *child, char *name, size_t namesz)
296 if ((node_name = ddi_get_parent_data(child)) == NULL) {
297 ENX_DPRINTF_ERR("ddi_get_parent_data(child=0x%llx) "
298 "returned NULL", child);
533 * To unconfigure an eoib node, we only need to set the child's
535 * find the dip for the pathname and set it in this child, or
536 * allocate a new dip and set it in this child.