Home
last modified time | relevance | path

Searched refs:dt_idhash_lookup (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_module.c463 idp = dt_idhash_lookup(dtp->dt_macros, "target"); in dt_module_create()
1177 dt_idhash_lookup(dtp->dt_macros, "egid")->di_id = getegid(); in dtrace_update()
1178 dt_idhash_lookup(dtp->dt_macros, "euid")->di_id = geteuid(); in dtrace_update()
1179 dt_idhash_lookup(dtp->dt_macros, "gid")->di_id = getgid(); in dtrace_update()
1180 dt_idhash_lookup(dtp->dt_macros, "pid")->di_id = getpid(); in dtrace_update()
1181 dt_idhash_lookup(dtp->dt_macros, "pgid")->di_id = getpgid(0); in dtrace_update()
1182 dt_idhash_lookup(dtp->dt_macros, "ppid")->di_id = getppid(); in dtrace_update()
1184 dt_idhash_lookup(dtp->dt_macros, "sid")->di_id = getsid(0); in dtrace_update()
1186 dt_idhash_lookup(dtp->dt_macros, "uid")->di_id = getuid(); in dtrace_update()
1300 (idp = dt_idhash_lookup(dmp->dm_extern, name)) != NULL) { in dtrace_lookup_by_name()
[all …]
H A Ddt_ident.h144 extern dt_ident_t *dt_idhash_lookup(dt_idhash_t *, const char *);
H A Ddt_lex.l284 dt_ident_t *idp = dt_idhash_lookup(
306 dt_ident_t *idp = dt_idhash_lookup(
H A Ddt_cc.c1709 if ((idp = dt_idhash_lookup(dtp->dt_globals, "probeprov")) != NULL) in dt_setcontext()
1711 if ((idp = dt_idhash_lookup(dtp->dt_globals, "probemod")) != NULL) in dt_setcontext()
1713 if ((idp = dt_idhash_lookup(dtp->dt_globals, "probefunc")) != NULL) in dt_setcontext()
1715 if ((idp = dt_idhash_lookup(dtp->dt_globals, "probename")) != NULL) in dt_setcontext()
1717 if ((idp = dt_idhash_lookup(dtp->dt_globals, "args")) != NULL) in dt_setcontext()
1740 if ((idp = dt_idhash_lookup(dtp->dt_globals, cvars[i])) != NULL) in dt_endcontext()
H A Ddt_provider.c390 if ((idp = dt_idhash_lookup(pvp->pv_probes, key)) != NULL) in dt_probe_lookup()
696 if ((idp = dt_idhash_lookup(pvp->pv_probes, key)) != NULL) in dt_probe_info()
H A Ddt_proc.c1116 dt_ident_t *idp = dt_idhash_lookup(dtp->dt_macros, "target"); in dtrace_proc_create()
1128 dt_ident_t *idp = dt_idhash_lookup(dtp->dt_macros, "target"); in dtrace_proc_grab()
H A Ddt_ident.c717 dt_idhash_lookup(dt_idhash_t *dhp, const char *name) in dt_idhash_lookup() function
878 if ((idp = dt_idhash_lookup(dhp, name)) != NULL) in dt_idstack_lookup()
H A Ddt_pragma.c57 while ((pdp = dt_idhash_lookup(php, idp->di_name)) != NULL) { in dt_pragma_apply()
H A Ddt_xlator.c182 dt_idhash_lookup(yypcb->pcb_pragmas, "translator") != NULL) { in dt_xlator_create()
H A Ddt_subr.c124 idp = dt_idhash_lookup(dtp->dt_macros, vstr); in dtrace_xstr2desc()
H A Ddt_printf.c66 dt_ident_t *idp = dt_idhash_lookup(dtp->dt_macros, "target"); in pfcheck_uaddr()
367 dt_ident_t *idp = dt_idhash_lookup(dtp->dt_macros, "target"); in pfprint_uaddr()
H A Ddt_parser.c1571 idp = dt_idhash_lookup(dhp, dsp->ds_ident); in dt_node_decl()
1576 idp = dt_idhash_lookup(dhp, dsp->ds_ident); in dt_node_decl()
2703 (idp = dt_idhash_lookup(dhp, name)) != NULL) || in dt_xcook_ident()
3209 idp = dt_idhash_lookup(dhp, lp->dn_string + 1); in dt_cook_op2()