Searched defs:taskid (Results 1 - 2 of 2) sorted by relevance

/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...]

Completed in 62 milliseconds