Searched refs:di_ret (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_cvt.c | 714 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 D | cfga_list.c | 1341 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 D | g_adm.c | 6393 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()
|