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

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_module.c939 dt_idhash_lookup(dtp->dt_macros, "egid")->di_id = getegid();
940 dt_idhash_lookup(dtp->dt_macros, "euid")->di_id = geteuid();
941 dt_idhash_lookup(dtp->dt_macros, "gid")->di_id = getgid();
942 dt_idhash_lookup(dtp->dt_macros, "pid")->di_id = getpid();
943 dt_idhash_lookup(dtp->dt_macros, "pgid")->di_id = getpgid(0);
944 dt_idhash_lookup(dtp->dt_macros, "ppid")->di_id = getppid();
945 dt_idhash_lookup(dtp->dt_macros, "projid")->di_id = getprojid();
946 dt_idhash_lookup(dtp->dt_macros, "sid")->di_id = getsid(0);
947 dt_idhash_lookup(dtp->dt_macros, "taskid")->di_id = gettaskid();
948 dt_idhash_lookup(dtp->dt_macros, "ui
[all...]
H A Ddt_open.c1001 dtp->dt_macros = dt_idhash_create("macro", NULL, 0, UINT_MAX);
1011 if (dtp->dt_macros == NULL || dtp->dt_aggs == NULL ||
1016 * Populate the dt_macros identifier hash table by hand: we can't use
1021 if (dt_idhash_insert(dtp->dt_macros, idp->di_name,
1313 if (dtp->dt_macros != NULL)
1314 dt_idhash_destroy(dtp->dt_macros);
H A Ddt_impl.h207 dt_idhash_t *dt_macros; /* hash table of macro variable identifiers */ member in struct:dtrace_hdl
H A Ddt_proc.c1066 dt_ident_t *idp = dt_idhash_lookup(dtp->dt_macros, "target");
1078 dt_ident_t *idp = dt_idhash_lookup(dtp->dt_macros, "target");
H A Ddt_printf.c64 dt_ident_t *idp = dt_idhash_lookup(dtp->dt_macros, "target");
365 dt_ident_t *idp = dt_idhash_lookup(dtp->dt_macros, "target");
H A Ddt_subr.c82 * the argv[] array. Otherwise we look in dt_macros.
83 * For the moment, all dt_macros variables are of type
122 idp = dt_idhash_lookup(dtp->dt_macros, vstr);
H A Ddt_cc.c1569 (void) dt_idhash_iter(dtp->dt_macros, (dt_idhash_f *)dt_reduceid, dtp);

Completed in 37 milliseconds