Home
last modified time | relevance | path

Searched refs:rettype (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsaveargs/tests/dump/
H A Ddump.c118 int rettype = ctf_type_kind(ctfp, ss->ss_finfo.ctc_return); in check_sym() local
124 if (((rettype == CTF_K_STRUCT) || (rettype == CTF_K_UNION)) && in check_sym()
/illumos-gate/usr/src/lib/libproc/amd64/
H A DPisadep.c394 int rettype = 0; in read_args() local
414 rettype = ctf_type_kind(ctfp, finfo.ctc_return); in read_args()
421 if (((rettype == CTF_K_STRUCT) || (rettype == CTF_K_UNION)) && in read_args()