Home
last modified time | relevance | path

Searched refs:return_type (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_sample.c55 static void return_type(proc_list *);
220 return_type(proc); in write_sample_server()
237 return_type(proc); in write_sample_server()
282 return_type(proc_list *plist) in return_type() function
/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_locking.c69 enum return_type { enum
86 enum return_type return_type; member
1083 if (lock->return_type == ret_one) { in register_lock()
1086 } else if (lock->return_type == ret_any && lock->arg == RETURN_VAL) { in register_lock()
1088 } else if (lock->return_type == ret_any) { in register_lock()
1090 } else if (lock->return_type == ret_zero) { in register_lock()
1093 } else if (lock->return_type == ret_valid_ptr) { in register_lock()
H A Ddissect.c55 static struct symbol *return_type; variable
481 do_expression(u_lval(return_type), stmt->expression); in do_statement()
595 return_type = base_type(type); in do_symbol()
H A Dsmatch_db.c699 struct symbol *return_type; member
711 call_results_to_rl(call_expr, ret_info->return_type, argv[0], &rl); in db_return_callback()
730 ret_info.return_type = get_type(expr); in db_return_vals()
731 if (!ret_info.return_type) in db_return_vals()
755 ret_info.return_type = &llong_ctype; in db_return_vals_from_str()
779 ret_info.return_type = get_type(expr); in db_return_vals_no_args()
780 ret_info.return_type = get_real_base_type(ret_info.return_type); in db_return_vals_no_args()
781 if (!ret_info.return_type) in db_return_vals_no_args()
H A Dsmatch_type.c860 struct symbol *arg, *return_type, *arg_type; in type_str_helper() local
863 return_type = get_real_base_type(type); in type_str_helper()
864 n = type_str_helper(buf, size, return_type); in type_str_helper()
H A Dsmatch_flow.c959 struct symbol *return_type; in fake_a_return() local
964 return_type = get_real_base_type(cur_func_sym); in fake_a_return()
965 return_type = get_real_base_type(return_type); in fake_a_return()
966 if (return_type != &void_ctype) { in fake_a_return()
/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dmdb_amd64util.c285 int return_type = mdb_ctf_type_kind(mfp.mtf_return); in mdb_amd64_kvm_stack_iter() local
296 if ((return_type == CTF_K_STRUCT || in mdb_amd64_kvm_stack_iter()
297 return_type == CTF_K_UNION) && in mdb_amd64_kvm_stack_iter()