Searched refs:dt_macros (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| D | dt_module.c | 510 idp = dt_idhash_lookup(dtp->dt_macros, "target"); in dt_module_create() 1375 dt_idhash_lookup(dtp->dt_macros, "egid")->di_id = getegid(); in dtrace_update() 1376 dt_idhash_lookup(dtp->dt_macros, "euid")->di_id = geteuid(); in dtrace_update() 1377 dt_idhash_lookup(dtp->dt_macros, "gid")->di_id = getgid(); in dtrace_update() 1378 dt_idhash_lookup(dtp->dt_macros, "pid")->di_id = getpid(); in dtrace_update() 1379 dt_idhash_lookup(dtp->dt_macros, "pgid")->di_id = getpgid(0); in dtrace_update() 1380 dt_idhash_lookup(dtp->dt_macros, "ppid")->di_id = getppid(); in dtrace_update() 1382 dt_idhash_lookup(dtp->dt_macros, "projid")->di_id = getprojid(); in dtrace_update() 1384 dt_idhash_lookup(dtp->dt_macros, "sid")->di_id = getsid(0); in dtrace_update() 1386 dt_idhash_lookup(dtp->dt_macros, "taskid")->di_id = gettaskid(); in dtrace_update() [all …]
|
| D | dt_open.c | 1327 dtp->dt_macros = dt_idhash_create("macro", NULL, 0, UINT_MAX); in dt_vopen() 1337 if (dtp->dt_macros == NULL || dtp->dt_aggs == NULL || in dt_vopen() 1347 if (dt_idhash_insert(dtp->dt_macros, idp->di_name, in dt_vopen() 1654 if (dtp->dt_macros != NULL) in dtrace_close() 1655 dt_idhash_destroy(dtp->dt_macros); in dtrace_close()
|
| D | dt_lex.l | 318 yypcb->pcb_hdl->dt_macros, yytext + 2); 340 yypcb->pcb_hdl->dt_macros, yytext + 1);
|
| D | dt_proc.c | 1226 dt_ident_t *idp = dt_idhash_lookup(dtp->dt_macros, "target"); 1243 dt_ident_t *idp = dt_idhash_lookup(dtp->dt_macros, "target");
|
| D | dt_impl.h | 247 dt_idhash_t *dt_macros; /* hash table of macro variable identifiers */ member
|
| D | dt_subr.c | 133 idp = dt_idhash_lookup(dtp->dt_macros, vstr); in dtrace_xstr2desc()
|
| D | dt_printf.c | 73 dt_ident_t *idp = dt_idhash_lookup(dtp->dt_macros, "target"); in pfcheck_uaddr() 377 dt_ident_t *idp = dt_idhash_lookup(dtp->dt_macros, "target"); in pfprint_uaddr()
|
| D | dt_cc.c | 1828 (void) dt_idhash_iter(dtp->dt_macros, (dt_idhash_f *)dt_reduceid, dtp); in dt_reduce()
|