Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_module.c506 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 Ddt_ident.h146 extern dt_ident_t *dt_idhash_lookup(dt_idhash_t *, const char *);
H A Ddt_lex.l320 dt_ident_t *idp = dt_idhash_lookup(
342 dt_ident_t *idp = dt_idhash_lookup(
H A Ddt_cc.c1752 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 Ddt_proc.c991 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 Ddt_provider.c395 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 Ddt_xlator.c182 dt_idhash_lookup(yypcb->pcb_pragmas, "translator") != NULL) { in dt_xlator_create()
H A Ddt_ident.c727 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 Ddt_pragma.c62 while ((pdp = dt_idhash_lookup(php, idp->di_name)) != NULL) { in dt_pragma_apply()
H A Ddt_subr.c134 idp = dt_idhash_lookup(dtp->dt_macros, vstr); in dtrace_xstr2desc()
H A Ddt_printf.c80 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 Ddt_parser.c1587 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()