Searched refs:dt_macros (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_module.c967 dt_idhash_lookup(dtp->dt_macros, "egid")->di_id = getegid();
968 dt_idhash_lookup(dtp->dt_macros, "euid")->di_id = geteuid();
969 dt_idhash_lookup(dtp->dt_macros, "gid")->di_id = getgid();
970 dt_idhash_lookup(dtp->dt_macros, "pid")->di_id = getpid();
971 dt_idhash_lookup(dtp->dt_macros, "pgid")->di_id = getpgid(0);
972 dt_idhash_lookup(dtp->dt_macros, "ppid")->di_id = getppid();
973 dt_idhash_lookup(dtp->dt_macros, "projid")->di_id = getprojid();
974 dt_idhash_lookup(dtp->dt_macros, "sid")->di_id = getsid(0);
975 dt_idhash_lookup(dtp->dt_macros, "taskid")->di_id = gettaskid();
976 dt_idhash_lookup(dtp->dt_macros, "ui
[all...]
H A Ddt_open.c1112 dtp->dt_macros = dt_idhash_create("macro", NULL, 0, UINT_MAX);
1122 if (dtp->dt_macros == NULL || dtp->dt_aggs == NULL ||
1127 * Populate the dt_macros identifier hash table by hand: we can't use
1132 if (dt_idhash_insert(dtp->dt_macros, idp->di_name,
1426 if (dtp->dt_macros != NULL)
1427 dt_idhash_destroy(dtp->dt_macros);
H A Ddt_proc.c1079 dt_ident_t *idp = dt_idhash_lookup(dtp->dt_macros, "target");
1091 dt_ident_t *idp = dt_idhash_lookup(dtp->dt_macros, "target");
H A Ddt_impl.h217 dt_idhash_t *dt_macros; /* hash table of macro variable identifiers */ member in struct:dtrace_hdl
H A Ddt_printf.c76 dt_ident_t *idp = dt_idhash_lookup(dtp->dt_macros, "target");
379 dt_ident_t *idp = dt_idhash_lookup(dtp->dt_macros, "target");
H A Ddt_subr.c94 * the argv[] array. Otherwise we look in dt_macros.
95 * For the moment, all dt_macros variables are of type
134 idp = dt_idhash_lookup(dtp->dt_macros, vstr);
H A Ddt_cc.c1591 (void) dt_idhash_iter(dtp->dt_macros, (dt_idhash_f *)dt_reduceid, dtp);
/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_lex.c1886 yypcb->pcb_hdl->dt_macros, yytext + 2);
1911 yypcb->pcb_hdl->dt_macros, yytext + 1);

Completed in 155 milliseconds