Searched refs:proc_val (Results 1 – 4 of 4) sorted by relevance
1695 proc_val = GetProcFromTask(task_val)1697 print(GetTaskSummary(task_val) + " " + GetProcSummary(proc_val))1716 proc_val = GetProcFromTask(task_val)1718 print(GetTaskSummary(task_val) + " " + GetProcSummary(proc_val))1769 proc_val = GetProcFromTask(task_val)1771 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)
5379 def GetDiagThresholdStatusNode(proc_val,interested_pid,show_all,human_readable): argument5390 if interested_pid != -1 and int(interested_pid) != int(GetProcPID(proc_val)) :5408 task_val = GetTaskFromProc(proc_val)5451 GetProcPID(proc_val), 5458 GetProcName(proc_val)
774 proc_val = GetProcFromTask(task)778 if pid != GetProcPID(proc_val):