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

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

Completed in 113 milliseconds