Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fwflash/plugins/transport/common/
H A Dsd.c498 di_node_t thisnode; in fw_identify() local
516 thisnode = di_drv_first_node(driver, rootnode); in fw_identify()
518 if (thisnode == DI_NODE_NIL) { in fw_identify()
530 for (; thisnode != DI_NODE_NIL; thisnode = di_drv_next_node(thisnode)) { in fw_identify()
532 if ((devpath = di_devfs_path(thisnode)) == NULL) { in fw_identify()
541 if (di_prop_lookup_ints(DDI_DEV_T_ANY, thisnode, in fw_identify()
612 if ((newdev->addresses[0] = sdfw_find_link(thisnode, in fw_identify()
748 if (di_prop_lookup_strings(DDI_DEV_T_ANY, thisnode, in fw_identify()
756 if ((di_prop_lookup_strings(DDI_DEV_T_ANY, thisnode, in fw_identify()
763 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 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()
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()
/illumos-gate/usr/src/cmd/stmsboot/
H A Dstmsboot_util.c102 static int popcheck_devnvl(di_node_t thisnode, nvlist_t *devnvl,
988 popcheck_devnvl(di_node_t thisnode, nvlist_t *devnvl, char *strdevid) in popcheck_devnvl() argument
999 devfspath = di_devfs_path(thisnode); in popcheck_devnvl()
1014 if (di_prop_lookup_strings(DDI_DEV_T_ANY, di_parent_node(thisnode), in popcheck_devnvl()
1022 if (strncmp(di_driver_name(di_parent_node(thisnode)), in popcheck_devnvl()
1070 curpath = find_link(thisnode); in popcheck_devnvl()