Lines Matching refs:tval
504 tval = kern.GetValueFromAddress(cmd_args[0], 'task *')
505 if not tval:
509 pval = GetProcFromTask(tval)
510 print(GetTaskSummary(tval) + " " + GetProcSummary(pval))
512 summary, _, _, _ = GetTaskBusyIPCSummary(tval)
867 tval = kern.GetValueFromAddress(cmd_args[0], 'task *')
868 if not tval:
875 pval = GetProcFromTask(tval)
876 print(GetTaskSummary(tval) + " " + GetProcSummary(pval))
878 PrintIPCInformation(tval.itk_space, True, False, rights_type)
939 tval = kern.GetValueFromAddress(cmd_args[0], 'task *')
940 if not tval:
947 pval = GetProcFromTask(tval)
948 print(GetTaskSummary(tval) + " " + GetProcSummary(pval))
950 PrintIPCInformation(tval.itk_space, True, True, rights_type)