Home
last modified time | relevance | path

Searched refs:di_ret (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_cvt.c714 int is_scsi_vhci_dev, di_ret, devlen; in construct_nodepath_from_dinode() local
738 di_ret = di_prop_lookup_strings(DDI_DEV_T_ANY, node, in construct_nodepath_from_dinode()
740 if (di_ret == -1) { in construct_nodepath_from_dinode()
749 di_ret = di_prop_lookup_bytes(DDI_DEV_T_ANY, node, in construct_nodepath_from_dinode()
751 if (di_ret == -1) { in construct_nodepath_from_dinode()
H A Dcfga_list.c1341 int limited_stat = 0, match_minor, rv, di_ret; in stat_FCP_dev() local
1376 di_ret = di_prop_lookup_bytes(DDI_DEV_T_ANY, node, in stat_FCP_dev()
1378 if (di_ret == -1) { in stat_FCP_dev()
/titanic_50/usr/src/cmd/luxadm/
H A Dg_adm.c6393 int di_ret; in get_host_controller_pwwn() local
6465 di_ret = di_prop_lookup_bytes(DDI_DEV_T_ANY, node, in get_host_controller_pwwn()
6467 if (di_ret == -1 || port_wwn_data == NULL) { in get_host_controller_pwwn()