Searched refs:dt_macros (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| H A D | dt_module.c | 520 idp = dt_idhash_lookup(dtp->dt_macros, "target"); in dt_module_create() 1484 dt_idhash_lookup(dtp->dt_macros, "egid")->di_id = getegid(); in dtrace_update() 1485 dt_idhash_lookup(dtp->dt_macros, "euid")->di_id = geteuid(); in dtrace_update() 1486 dt_idhash_lookup(dtp->dt_macros, "gid")->di_id = getgid(); in dtrace_update() 1487 dt_idhash_lookup(dtp->dt_macros, "pid")->di_id = getpid(); in dtrace_update() 1488 dt_idhash_lookup(dtp->dt_macros, "pgid")->di_id = getpgid(0); in dtrace_update() 1489 dt_idhash_lookup(dtp->dt_macros, "ppid")->di_id = getppid(); in dtrace_update() 1491 dt_idhash_lookup(dtp->dt_macros, "projid")->di_id = getprojid(); in dtrace_update() 1493 dt_idhash_lookup(dtp->dt_macros, "sid")->di_id = getsid(0); in dtrace_update() 1495 dt_idhash_lookup(dtp->dt_macros, "taskid")->di_id = gettaskid(); in dtrace_update() [all …]
|
| H A D | dt_lex.l | 319 yypcb->pcb_hdl->dt_macros, yytext + 2); 341 yypcb->pcb_hdl->dt_macros, yytext + 1);
|
| H A D | dt_open.c | 1398 dtp->dt_macros = dt_idhash_create("macro", NULL, 0, UINT_MAX); in dt_vopen() 1408 if (dtp->dt_macros == NULL || dtp->dt_aggs == NULL || in dt_vopen() 1418 if (dt_idhash_insert(dtp->dt_macros, idp->di_name, in dt_vopen() 1725 if (dtp->dt_macros != NULL) in dtrace_close() 1726 dt_idhash_destroy(dtp->dt_macros); in dtrace_close()
|
| H A D | dt_proc.c | 1185 dt_ident_t *idp = dt_idhash_lookup(dtp->dt_macros, "target"); 1202 dt_ident_t *idp = dt_idhash_lookup(dtp->dt_macros, "target");
|
| H A D | dt_impl.h | 247 dt_idhash_t *dt_macros; /* hash table of macro variable identifiers */ member
|
| H A D | dt_subr.c | 139 idp = dt_idhash_lookup(dtp->dt_macros, vstr); in dtrace_xstr2desc()
|
| H A D | dt_printf.c | 69 dt_ident_t *idp = dt_idhash_lookup(dtp->dt_macros, "target"); in pfcheck_uaddr() 376 dt_ident_t *idp = dt_idhash_lookup(dtp->dt_macros, "target"); in pfprint_uaddr()
|
| H A D | dt_cc.c | 1828 (void) dt_idhash_iter(dtp->dt_macros, (dt_idhash_f *)dt_reduceid, dtp); in dt_reduce()
|