Searched refs:dt_idhash_lookup (Results 1 – 12 of 12) sorted by relevance
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_module.c | 506 idp = dt_idhash_lookup(dtp->dt_macros, "target"); in dt_module_create() 1349 dt_idhash_lookup(dtp->dt_macros, "egid")->di_id = getegid(); in dtrace_update() 1350 dt_idhash_lookup(dtp->dt_macros, "euid")->di_id = geteuid(); in dtrace_update() 1351 dt_idhash_lookup(dtp->dt_macros, "gid")->di_id = getgid(); in dtrace_update() 1352 dt_idhash_lookup(dtp->dt_macros, "pid")->di_id = getpid(); in dtrace_update() 1353 dt_idhash_lookup(dtp->dt_macros, "pgid")->di_id = getpgid(0); in dtrace_update() 1354 dt_idhash_lookup(dtp->dt_macros, "ppid")->di_id = getppid(); in dtrace_update() 1356 dt_idhash_lookup(dtp->dt_macros, "projid")->di_id = getprojid(); in dtrace_update() 1358 dt_idhash_lookup(dtp->dt_macros, "sid")->di_id = getsid(0); in dtrace_update() 1360 dt_idhash_lookup(dtp->dt_macros, "taskid")->di_id = gettaskid(); in dtrace_update() [all …]
|
H A D | dt_ident.h | 146 extern dt_ident_t *dt_idhash_lookup(dt_idhash_t *, const char *);
|
H A D | dt_lex.l | 320 dt_ident_t *idp = dt_idhash_lookup( 342 dt_ident_t *idp = dt_idhash_lookup(
|
H A D | dt_cc.c | 1752 if ((idp = dt_idhash_lookup(dtp->dt_globals, "probeprov")) != NULL) in dt_setcontext() 1754 if ((idp = dt_idhash_lookup(dtp->dt_globals, "probemod")) != NULL) in dt_setcontext() 1756 if ((idp = dt_idhash_lookup(dtp->dt_globals, "probefunc")) != NULL) in dt_setcontext() 1758 if ((idp = dt_idhash_lookup(dtp->dt_globals, "probename")) != NULL) in dt_setcontext() 1760 if ((idp = dt_idhash_lookup(dtp->dt_globals, "args")) != NULL) in dt_setcontext() 1783 if ((idp = dt_idhash_lookup(dtp->dt_globals, cvars[i])) != NULL) in dt_endcontext()
|
H A D | dt_proc.c | 991 dt_ident_t *idp = dt_idhash_lookup(dtp->dt_macros, "target"); in dtrace_proc_create() 1004 dt_ident_t *idp = dt_idhash_lookup(dtp->dt_macros, "target"); in dtrace_proc_grab()
|
H A D | dt_provider.c | 395 if ((idp = dt_idhash_lookup(pvp->pv_probes, key)) != NULL) in dt_probe_lookup() 699 if ((idp = dt_idhash_lookup(pvp->pv_probes, key)) != NULL) in dt_probe_info()
|
H A D | dt_xlator.c | 182 dt_idhash_lookup(yypcb->pcb_pragmas, "translator") != NULL) { in dt_xlator_create()
|
H A D | dt_ident.c | 727 dt_idhash_lookup(dt_idhash_t *dhp, const char *name) in dt_idhash_lookup() function 888 if ((idp = dt_idhash_lookup(dhp, name)) != NULL) in dt_idstack_lookup()
|
H A D | dt_pragma.c | 62 while ((pdp = dt_idhash_lookup(php, idp->di_name)) != NULL) { in dt_pragma_apply()
|
H A D | dt_subr.c | 134 idp = dt_idhash_lookup(dtp->dt_macros, vstr); in dtrace_xstr2desc()
|
H A D | dt_printf.c | 80 dt_ident_t *idp = dt_idhash_lookup(dtp->dt_macros, "target"); in pfcheck_uaddr() 383 dt_ident_t *idp = dt_idhash_lookup(dtp->dt_macros, "target"); in pfprint_uaddr()
|
H A D | dt_parser.c | 1587 idp = dt_idhash_lookup(dhp, dsp->ds_ident); in dt_node_decl() 1592 idp = dt_idhash_lookup(dhp, dsp->ds_ident); in dt_node_decl() 2728 (idp = dt_idhash_lookup(dhp, name)) != NULL) || in dt_xcook_ident() 3246 idp = dt_idhash_lookup(dhp, lp->dn_string + 1); in dt_cook_op2()
|