Searched refs:dt_macros (Results 1 – 8 of 8) sorted by relevance
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_module.c | 510 idp = dt_idhash_lookup(dtp->dt_macros, "target"); in dt_module_create() 1353 dt_idhash_lookup(dtp->dt_macros, "egid")->di_id = getegid(); in dtrace_update() 1354 dt_idhash_lookup(dtp->dt_macros, "euid")->di_id = geteuid(); in dtrace_update() 1355 dt_idhash_lookup(dtp->dt_macros, "gid")->di_id = getgid(); in dtrace_update() 1356 dt_idhash_lookup(dtp->dt_macros, "pid")->di_id = getpid(); in dtrace_update() 1357 dt_idhash_lookup(dtp->dt_macros, "pgid")->di_id = getpgid(0); in dtrace_update() 1358 dt_idhash_lookup(dtp->dt_macros, "ppid")->di_id = getppid(); in dtrace_update() 1360 dt_idhash_lookup(dtp->dt_macros, "projid")->di_id = getprojid(); in dtrace_update() 1362 dt_idhash_lookup(dtp->dt_macros, "sid")->di_id = getsid(0); in dtrace_update() 1364 dt_idhash_lookup(dtp->dt_macros, "taski in dtrace_update() [all...] |
H A D | dt_open.c | 1346 dtp->dt_macros = dt_idhash_create("macro", NULL, 0, UINT_MAX); in dt_vopen() 1356 if (dtp->dt_macros == NULL || dtp->dt_aggs == NULL || in dt_vopen() 1366 if (dt_idhash_insert(dtp->dt_macros, idp->di_name, in dt_vopen() 1673 if (dtp->dt_macros != NULL) in dtrace_close() 1674 dt_idhash_destroy(dtp->dt_macros); in dtrace_close()
|
H A D | dt_lex.l | 321 yypcb->pcb_hdl->dt_macros, yytext + 2); 343 yypcb->pcb_hdl->dt_macros, yytext + 1);
|
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_impl.h | 249 dt_idhash_t *dt_macros; /* hash table of macro variable identifiers */ member
|
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_cc.c | 1832 (void) dt_idhash_iter(dtp->dt_macros, (dt_idhash_f *)dt_reduceid, dtp); in dt_reduce()
|