Searched refs:dt_idhash_lookup (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_module.c | 462 idp = dt_idhash_lookup(dtp->dt_macros, "target"); in dt_module_create() 1176 dt_idhash_lookup(dtp->dt_macros, "egid")->di_id = getegid(); in dtrace_update() 1177 dt_idhash_lookup(dtp->dt_macros, "euid")->di_id = geteuid(); in dtrace_update() 1178 dt_idhash_lookup(dtp->dt_macros, "gid")->di_id = getgid(); in dtrace_update() 1179 dt_idhash_lookup(dtp->dt_macros, "pid")->di_id = getpid(); in dtrace_update() 1180 dt_idhash_lookup(dtp->dt_macros, "pgid")->di_id = getpgid(0); in dtrace_update() 1181 dt_idhash_lookup(dtp->dt_macros, "ppid")->di_id = getppid(); in dtrace_update() 1182 dt_idhash_lookup(dtp->dt_macros, "projid")->di_id = getprojid(); in dtrace_update() 1183 dt_idhash_lookup(dtp->dt_macros, "sid")->di_id = getsid(0); in dtrace_update() 1184 dt_idhash_lookup(dtp->dt_macros, "taskid")->di_id = gettaskid(); in dtrace_update() [all …]
|
H A D | dt_ident.h | 144 extern dt_ident_t *dt_idhash_lookup(dt_idhash_t *, const char *);
|
H A D | dt_lex.l | 284 dt_ident_t *idp = dt_idhash_lookup( 306 dt_ident_t *idp = dt_idhash_lookup(
|
H A D | dt_cc.c | 1709 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 D | dt_provider.c | 390 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 D | dt_ident.c | 717 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 D | dt_proc.c | 1116 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 D | dt_pragma.c | 57 while ((pdp = dt_idhash_lookup(php, idp->di_name)) != NULL) { in dt_pragma_apply()
|
H A D | dt_xlator.c | 182 dt_idhash_lookup(yypcb->pcb_pragmas, "translator") != NULL) { in dt_xlator_create()
|
H A D | dt_subr.c | 124 idp = dt_idhash_lookup(dtp->dt_macros, vstr); in dtrace_xstr2desc()
|
H A D | dt_printf.c | 66 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 D | dt_parser.c | 1571 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()
|