Searched refs:taskid (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/scripting/
H A Dtst.taskid.d33 * Script which prints taskid.
41 printf("The taskid is %d\n", $taskid);
H A Dtst.taskid.ksh32 # To verify taskid of current process.
54 /\$taskid != \$1/
60 /\$taskid == \$1/
72 taskidval=`ps -o pid,taskid | grep "$$ " | awk '{print $2}' 2>/dev/null`
/illumos-gate/usr/src/cmd/newtask/
H A Dnewtask.c106 taskid_t taskid; local
165 * under the current project, so we can just set the new taskid.
189 taskid = gettaskid();
192 (void) fprintf(stderr, "%d\n", (int)taskid);
329 taskid_t taskid; local
446 * project and taskid as required.
488 taskid = pr_gettaskid(p);
506 (void) fprintf(stderr, "%d\n", (int)taskid);
/illumos-gate/usr/src/cmd/prctl/
H A Dprctl.c64 taskid_t taskid; member in struct:pr_info_handle
243 strcmp(optarg, "taskid") == 0)
1414 (void) fprintf(stdout, "task: %d\n", (int)p->taskid);
2032 taskid_t taskid; local
2069 * Set up zoneid, projid or taskid, as appropriate, so that comparisons
2089 taskid = (taskid_t)atol(idname);
2126 (p->psinfo).pr_taskid != taskid) {
2147 if (pr_gettaskid(p->pr) != taskid) {
2183 p->taskid = pr_gettaskid(p->pr);
2233 p->taskid
[all...]
/illumos-gate/usr/src/tools/scripts/
H A Dnightly.sh826 ps -o taskid= -p $$ | read build_taskid
1307 echo "\nBuild project: $build_project\nBuild taskid: $build_taskid" | \

Completed in 106 milliseconds