Lines Matching defs:task
2448 ** task -- task of pid.
2476 proc_list_add(pid, task, type, count, other, hostaddr)
2478 char *task;
2536 PSTRSET(ProcListVec[i].proc_task, task);
2555 ** PROC_LIST_SET -- set pid task in process list
2559 ** task -- task of pid
2566 proc_list_set(pid, task)
2568 char *task;
2576 PSTRSET(ProcListVec[i].proc_task, task);