Lines Matching refs:di_id
464 if (idp != NULL && idp->di_id != 0)
465 dmp->dm_pid = idp->di_id;
996 sip->dts_id = idp->di_id;
1173 * Look up all the macro identifiers and set di_id to the latest value.
1174 * This code collaborates with dt_lex.l on the use of di_id. We will
1177 dt_idhash_lookup(dtp->dt_macros, "egid")->di_id = getegid();
1178 dt_idhash_lookup(dtp->dt_macros, "euid")->di_id = geteuid();
1179 dt_idhash_lookup(dtp->dt_macros, "gid")->di_id = getgid();
1180 dt_idhash_lookup(dtp->dt_macros, "pid")->di_id = getpid();
1181 dt_idhash_lookup(dtp->dt_macros, "pgid")->di_id = getpgid(0);
1182 dt_idhash_lookup(dtp->dt_macros, "ppid")->di_id = getppid();
1183 dt_idhash_lookup(dtp->dt_macros, "projid")->di_id = getprojid();
1184 dt_idhash_lookup(dtp->dt_macros, "sid")->di_id = getsid(0);
1185 dt_idhash_lookup(dtp->dt_macros, "taskid")->di_id = gettaskid();
1186 dt_idhash_lookup(dtp->dt_macros, "uid")->di_id = getuid();
1315 sip->dts_id = idp->di_id;