HomeSort by: relevance | last modified time | path
    Searched refs:dt_macros (Results 1 - 7 of 7) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_module.c 520 idp = dt_idhash_lookup(dtp->dt_macros, "target");
1484 dt_idhash_lookup(dtp->dt_macros, "egid")->di_id = getegid();
1485 dt_idhash_lookup(dtp->dt_macros, "euid")->di_id = geteuid();
1486 dt_idhash_lookup(dtp->dt_macros, "gid")->di_id = getgid();
1487 dt_idhash_lookup(dtp->dt_macros, "pid")->di_id = getpid();
1488 dt_idhash_lookup(dtp->dt_macros, "pgid")->di_id = getpgid(0);
1489 dt_idhash_lookup(dtp->dt_macros, "ppid")->di_id = getppid();
1491 dt_idhash_lookup(dtp->dt_macros, "projid")->di_id = getprojid();
1493 dt_idhash_lookup(dtp->dt_macros, "sid")->di_id = getsid(0);
1495 dt_idhash_lookup(dtp->dt_macros, "taskid")->di_id = gettaskid()
    [all...]
dt_open.c 1398 dtp->dt_macros = dt_idhash_create("macro", NULL, 0, UINT_MAX);
1408 if (dtp->dt_macros == NULL || dtp->dt_aggs == NULL ||
1413 * Populate the dt_macros identifier hash table by hand: we can't use
1418 if (dt_idhash_insert(dtp->dt_macros, idp->di_name,
1725 if (dtp->dt_macros != NULL)
1726 dt_idhash_destroy(dtp->dt_macros);
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");
dt_impl.h 247 dt_idhash_t *dt_macros; /* hash table of macro variable identifiers */ member in struct:dtrace_hdl
dt_printf.c 69 dt_ident_t *idp = dt_idhash_lookup(dtp->dt_macros, "target");
376 dt_ident_t *idp = dt_idhash_lookup(dtp->dt_macros, "target");
dt_subr.c 99 * the argv[] array. Otherwise we look in dt_macros.
100 * For the moment, all dt_macros variables are of type
139 idp = dt_idhash_lookup(dtp->dt_macros, vstr);
dt_cc.c 1828 (void) dt_idhash_iter(dtp->dt_macros, (dt_idhash_f *)dt_reduceid, dtp);

Completed in 54 milliseconds