Home
last modified time | relevance | path

Searched refs:find_type (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/tools/ctf/stabs/common/
H A Dctfstabs.h70 extern ctf_id_t find_type(char *);
H A Dforth.c196 if ((tid = find_type(part)) == CTF_ERR || in fth_section_init()
H A Dctfstabs.c159 find_type(char *name) in find_type() function
H A Dgenassym.c165 if ((curtype = find_type(curname)) == CTF_ERR) in ga_process_name()
/illumos-gate/usr/src/cmd/saf/
H A Dpmadm.c58 struct taglist *find_type();
436 if (type && !(tp = find_type(fp, type))) {
799 if (type && !(tp = find_type(fp, type))) {
960 tp = find_type(fp, type); in list_svcs()
968 tp = find_type(fp, NULL); in list_svcs()
1293 find_type(fp, type) in find_type() function
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_util.h163 extern bas_type *find_type(char *);
H A Drpc_util.c454 find_type(char *type) in find_type() function
H A Drpc_cout.c444 ptr = find_type(dc->type); in inline_type()