Searched refs:proc_val (Results 1 – 4 of 4) sorted by relevance
1716 proc_val = GetProcFromTask(task_val)1718 print(GetTaskSummary(task_val) + " " + GetProcSummary(proc_val))1737 proc_val = GetProcFromTask(task_val)1739 print(GetTaskSummary(task_val) + " " + GetProcSummary(proc_val))1790 proc_val = GetProcFromTask(task_val)1792 print(GetTaskSummary(task_val) + " " + GetProcSummary(proc_val))
362 proc_val = active_thread.t_tro.tro_proc363 proc_name = "<unknown>" if unsigned(proc_val) == 0 else GetProcName(proc_val)
5337 def GetDiagThresholdStatusNode(proc_val,interested_pid,show_all,human_readable): argument5348 if interested_pid != -1 and int(interested_pid) != int(GetProcPID(proc_val)) :5366 task_val = GetTaskFromProc(proc_val)5409 GetProcPID(proc_val), 5416 GetProcName(proc_val)
981 proc_val = GetProcFromTask(task)987 if pid != GetProcPID(proc_val):