Lines Matching refs:child

782  * configure the child nodes of ntbridge. new_device points to ntbridge itself
800 * to let the child conf map routine know that it has to
825 /* For now: Lets only support one layer of child */
886 "Failed to add conf reg for ntbridge child.\n");
895 "Cannot map ntbridge child %x\n", devno);
913 /* Lets fake attachments points for each child, */
919 "Error configuring ntbridge child dev=%d\n", devno);
925 "ntbridge child dev=%d\n", old_dev);
977 * Unload driver just in case child configure failed!
1228 DEBUG0("ntbridge child tree not in PROBE state\n");
1236 "ntbridge: Error assigning range for child %s\n",
1268 "ntbridge child.\n");
1275 cmn_err(CE_WARN, "pcicfg: Cannot map ntbridge child %x\n",
1377 DEBUG0("ntbridge child tree not in PROBE state\n");
1385 DEBUG1("ntbridge child: no \"%s\" property\n",
1389 DEBUG0("ntbridge child: success\n");
1409 DEBUG1("pcicfg: ntbridge child range: dip = %s\n",
1434 DEBUG3("pcicfg: ntbridge child range: space=%x, base=%lx, len=%lx\n",
2587 * be conservative and assume that if there are child
3381 * NOTE: These are for both a child and PCI-PCI bridge node
3734 * Child node properties NOTE: Both for PCI-PCI bridge and child node
3753 * Attach the child to its parent
4141 * to child.
4602 phdl.error = PCICFG_SUCCESS; /* in case of empty child tree */
4973 * Make "parent" be the parent of the "child" dip
4976 pcicfg_reparent_node(dev_info_t *child, dev_info_t *parent)
4981 ASSERT(i_ddi_node_state(child) <= DS_LINKED);
4985 opdip = ddi_get_parent(child);
4987 (void) i_ndi_unconfig_node(child, DS_PROTO, 0);
4990 DEVI(child)->devi_parent = DEVI(parent);
4991 DEVI(child)->devi_bus_ctl = DEVI(parent);
4992 (void) ndi_devi_bind_driver(child, 0);