Lines Matching refs:result
141 int result, i, j, spec_id, sw_version;
167 result = ndi_devi_alloc(hal_dip, "unit", (pnode_t)DEVI_SID_NODEID,
170 if (result != NDI_SUCCESS) {
183 result = ndi_prop_update_int(DDI_DEV_T_NONE, target_dip, "hp-node", 0);
184 if (result != NDI_SUCCESS) {
189 cmn_err(CE_CONT, "!Error code %d", result);
194 tnf_int, error, result);
336 result = ndi_prop_update_string_array(DDI_DEV_T_NONE, target_dip,
338 if (result != NDI_SUCCESS) {
343 cmn_err(CE_CONT, "!Error code %d; nelements %d", result, i);
353 tnf_int, error, result, tnf_int, nelements, i);
374 result = ndi_prop_update_int_array(DDI_DEV_T_NONE, target_dip, "reg",
376 if (result != NDI_SUCCESS) {
379 cmn_err(CE_CONT, "!Error code %d", result);
389 tnf_int, error, result);