Searched refs:dret (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/picl/plugins/sun4v/mdesc/ |
H A D | dr.c | 312 int dret = 0; in get_reg_prop() local 314 dret = di_prop_lookup_ints(DDI_DEV_T_ANY, dn, OBP_REG, pdata); in get_reg_prop() 315 if (dret > 0) in get_reg_prop() 316 return (dret); in get_reg_prop() 320 dret = di_prom_prop_lookup_ints(ph, dn, OBP_REG, pdata); in get_reg_prop() 321 return (dret < 0? 0 : dret); in get_reg_prop()
|
/titanic_41/usr/src/cmd/picl/plugins/common/devtree/ |
H A D | picldevtree.c | 424 int dret; in has_reg_prop() local 426 dret = di_prop_lookup_ints(DDI_DEV_T_ANY, dn, OBP_REG, &pdata); in has_reg_prop() 427 if (dret > 0) in has_reg_prop() 432 dret = di_prom_prop_lookup_ints(ph, dn, OBP_REG, &pdata); in has_reg_prop() 433 return (dret < 0 ? 0 : 1); in has_reg_prop() 448 int dret; in get_device_type() local 451 dret = di_prop_lookup_strings(DDI_DEV_T_ANY, dn, OBP_DEVICETYPE, in get_device_type() 453 if (dret <= 0) { in get_device_type() 457 dret = di_prom_prop_lookup_strings(ph, dn, OBP_DEVICETYPE, in get_device_type() 459 if (dret <= 0) { in get_device_type() [all …]
|
/titanic_41/usr/src/lib/libdtrace/common/ |
H A D | dt_cc.c | 704 dt_node_t *dret; in dt_action_trace() local 708 dret = yypcb->pcb_dret; in dt_action_trace() 709 dmp = dt_module_lookup_by_ctf(dtp, dret->dn_ctfp); in dt_action_trace() 712 ctflib = dt_module_getlibid(dtp, dmp, dret->dn_ctfp); in dt_action_trace() 715 ctflib, dret->dn_type) + 1; in dt_action_trace() 718 dret->dn_type) + 1; in dt_action_trace() 725 dmp->dm_name, ctflib, dret->dn_type); in dt_action_trace() 728 dmp->dm_name, dret->dn_type); in dt_action_trace()
|