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

/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_module.c1417 dt_idhash_lookup(dtp->dt_macros, "egid")->di_id = getegid();
1418 dt_idhash_lookup(dtp->dt_macros, "euid")->di_id = geteuid();
1419 dt_idhash_lookup(dtp->dt_macros, "gid")->di_id = getgid();
1420 dt_idhash_lookup(dtp->dt_macros, "pid")->di_id = getpid();
1421 dt_idhash_lookup(dtp->dt_macros, "pgid")->di_id = getpgid(0);
1422 dt_idhash_lookup(dtp->dt_macros, "ppid")->di_id = getppid();
1423 dt_idhash_lookup(dtp->dt_macros, "projid")->di_id = getprojid();
1424 dt_idhash_lookup(dtp->dt_macros, "sid")->di_id = getsid(0);
1425 dt_idhash_lookup(dtp->dt_macros, "taskid")->di_id = gettaskid();
1426 dt_idhash_lookup(dtp->dt_macros, "ui
[all...]
H A Ddt_proc.c704 dt_ident_t *idp = dt_idhash_lookup(dtp->dt_macros, "target");
716 dt_ident_t *idp = dt_idhash_lookup(dtp->dt_macros, "target");
728 dt_ident_t *idp = dt_idhash_lookup(dtp->dt_macros, "target");
H A Ddt_open.c1010 dtp->dt_macros = dt_idhash_create("macro", NULL, 0, UINT_MAX);
1020 if (dtp->dt_macros == NULL || dtp->dt_aggs == NULL ||
1025 * Populate the dt_macros identifier hash table by hand: we can't use
1030 if (dt_idhash_insert(dtp->dt_macros, idp->di_name,
1328 if (dtp->dt_macros != NULL)
1329 dt_idhash_destroy(dtp->dt_macros);
H A Ddt_impl.h251 dt_idhash_t *dt_macros; /* hash table of macro variable identifiers */ member in struct:dtrace_hdl
H A Ddt_printf.c70 dt_ident_t *idp = dt_idhash_lookup(dtp->dt_macros, "target");
373 dt_ident_t *idp = dt_idhash_lookup(dtp->dt_macros, "target");
H A Ddt_subr.c84 * the argv[] array. Otherwise we look in dt_macros.
85 * For the moment, all dt_macros variables are of type
124 idp = dt_idhash_lookup(dtp->dt_macros, vstr);
H A Ddt_cc.c1933 (void) dt_idhash_iter(dtp->dt_macros, (dt_idhash_f *)dt_reduceid, dtp);

Completed in 163 milliseconds