Home
last modified time | relevance | path

Searched refs:ret_type (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Didmap_lsa.c40 idmap_lsa_xlate_sid_type(const lsa_account_t *acct, idmap_id_type *ret_type) in idmap_lsa_xlate_sid_type() argument
49 *ret_type = IDMAP_USID; in idmap_lsa_xlate_sid_type()
54 *ret_type = IDMAP_GSID; in idmap_lsa_xlate_sid_type()
74 idmap_id_type *ret_type) in lookup_lsa_by_sid() argument
111 ret = idmap_lsa_xlate_sid_type(&acct, ret_type); in lookup_lsa_by_sid()
148 idmap_id_type *ret_type) in lookup_lsa_by_name() argument
202 ret = idmap_lsa_xlate_sid_type(&acct, ret_type); in lookup_lsa_by_name()
H A Didmap_lsa.h42 char **ret_domain, idmap_id_type *ret_type);
47 char **ret_domain, idmap_id_type *ret_type);
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dfunction-redecl.c4 int ret_type(void);
5 void ret_type(void) { } /* check-should-fail */ in ret_type() function
/illumos-gate/usr/src/tools/smatch/src/
H A Dsparse-llvm.c39 LLVMTypeRef ret_type = func_return_type(sym); in sym_func_type() local
49 return LLVMFunctionType(ret_type, arg_type, n_arg, sym->variadic); in sym_func_type()
H A Dlinearize.c2452 struct symbol *ret_type; in linearize_fn() local
2486 ret_type = base_type->ctype.base_type; in linearize_fn()
2487 ret = alloc_typed_instruction(OP_RET, ret_type); in linearize_fn()
2488 if (type_size(ret_type) > 0) in linearize_fn()
H A Dsmatch_ranges.c1586 struct symbol *ret_type; in rl_intersection() local
1593 ret_type = rl_type(one); in rl_intersection()
1606 return cast_rl(ret_type, ret); in rl_intersection()