Searched refs:proc_val (Results 1 – 4 of 4) sorted by relevance
1698 proc_val = GetProcFromTask(task_val)1700 print(GetTaskSummary(task_val) + " " + GetProcSummary(proc_val))1719 proc_val = GetProcFromTask(task_val)1721 print(GetTaskSummary(task_val) + " " + GetProcSummary(proc_val))1772 proc_val = GetProcFromTask(task_val)1774 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)
5333 def GetDiagThresholdStatusNode(proc_val,interested_pid,show_all,human_readable): argument5344 if interested_pid != -1 and int(interested_pid) != int(GetProcPID(proc_val)) :5362 task_val = GetTaskFromProc(proc_val)5405 GetProcPID(proc_val), 5412 GetProcName(proc_val)
975 proc_val = GetProcFromTask(task)981 if pid != GetProcPID(proc_val):