Home
last modified time | relevance | path

Searched refs:thisnode (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/lib/efcode/fcdriver/
H A Dbuild_tree.c89 fc_phandle_t thisnode; in get_prom_nodeid() local
96 for (thisnode = fc_nodeop(cdp, ppd->node, FC_CHILD_FCODE); in get_prom_nodeid()
97 thisnode != NULL; in get_prom_nodeid()
98 thisnode = fc_nodeop(cdp, thisnode, FC_PEER_FCODE)) { in get_prom_nodeid()
103 status = os_get_prop_common(cdp, thisnode, "name", in get_prom_nodeid()
106 " status: %d", thisnode, namebuf, status); in get_prom_nodeid()
110 if (thisnode) { in get_prom_nodeid()
113 pd->node = thisnode; in get_prom_nodeid()
118 debug_msg(DEBUG_UPLOAD, "Found: %p\n", thisnode); in get_prom_nodeid()
/titanic_41/usr/src/cmd/fwflash/plugins/transport/common/
H A Dsd.c251 di_node_t thisnode; in fw_identify() local
269 thisnode = di_drv_first_node(driver, rootnode); in fw_identify()
271 if (thisnode == DI_NODE_NIL) { in fw_identify()
283 for (; thisnode != DI_NODE_NIL; thisnode = di_drv_next_node(thisnode)) { in fw_identify()
285 if ((devpath = di_devfs_path(thisnode)) == NULL) { in fw_identify()
294 if (di_prop_lookup_ints(DDI_DEV_T_ANY, thisnode, in fw_identify()
365 if ((newdev->addresses[0] = find_link(thisnode, in fw_identify()
501 if (di_prop_lookup_strings(DDI_DEV_T_ANY, thisnode, in fw_identify()
509 if ((di_prop_lookup_strings(DDI_DEV_T_ANY, thisnode, in fw_identify()
516 if ((di_prop_lookup_strings(DDI_DEV_T_ANY, thisnode, in fw_identify()
H A Dses.c291 di_node_t thisnode; in fw_identify() local
311 thisnode = di_drv_first_node(driver, rootnode); in fw_identify()
313 if (thisnode == DI_NODE_NIL) { in fw_identify()
329 for (; thisnode != DI_NODE_NIL; thisnode = di_drv_next_node(thisnode)) { in fw_identify()
331 devpath = di_devfs_path(thisnode); in fw_identify()
494 thisnode, "target-port", &newdev->addresses[1]); in fw_identify()
H A Dtavor.c611 di_node_t thisnode; in fw_identify() local
617 thisnode = di_drv_first_node(drivername, rootnode); in fw_identify()
619 if (thisnode == DI_NODE_NIL) { in fw_identify()
626 for (; thisnode != DI_NODE_NIL; thisnode = di_drv_next_node(thisnode)) { in fw_identify()
628 devpath = di_devfs_path(thisnode); in fw_identify()
H A Dhermon.c262 di_node_t thisnode; in fw_identify() local
269 thisnode = di_drv_first_node(drivername, rootnode); in fw_identify()
271 if (thisnode == DI_NODE_NIL) { in fw_identify()
278 for (; thisnode != DI_NODE_NIL; thisnode = di_drv_next_node(thisnode)) { in fw_identify()
280 devpath = di_devfs_path(thisnode); in fw_identify()
/titanic_41/usr/src/cmd/avs/ncall/
H A Dncalladm.c508 ncall_node_t thisnode; in getnodelist() local
515 mirror = ioctl(ifd, NC_IOC_GETNODE, &thisnode); in getnodelist()
546 (void) memcpy(nodelist, &thisnode, sizeof (*nodelist)); in getnodelist()
/titanic_41/usr/src/cmd/stmsboot/
H A Dstmsboot_util.c102 static int popcheck_devnvl(di_node_t thisnode, nvlist_t *devnvl,
982 popcheck_devnvl(di_node_t thisnode, nvlist_t *devnvl, char *strdevid) in popcheck_devnvl() argument
993 devfspath = di_devfs_path(thisnode); in popcheck_devnvl()
1008 if (di_prop_lookup_strings(DDI_DEV_T_ANY, di_parent_node(thisnode), in popcheck_devnvl()
1016 if (strncmp(di_driver_name(di_parent_node(thisnode)), in popcheck_devnvl()
1064 curpath = find_link(thisnode); in popcheck_devnvl()