i_ddi_alloc_node
top_devinfo = i_ddi_alloc_node(NULL, rootname,
dip = i_ddi_alloc_node(pdip, name, nodeid, (int)unit, NULL, KM_SLEEP);
*ret_dip = i_ddi_alloc_node(parent, node_name, nodeid, -1, NULL,
*ret_dip = i_ddi_alloc_node(parent, node_name, nodeid, -1, NULL,
dip = i_ddi_alloc_node(pdip, node_name, (pnode_t)DEVI_PSEUDO_NODEID,
extern dev_info_t *i_ddi_alloc_node(dev_info_t *, const char *, pnode_t, int,