Lines Matching refs:tval
648 tval = kern.GetValueFromAddress(cmd_args[0], "task *")
649 if not tval:
653 pval = GetProcFromTask(tval)
654 print(GetTaskSummary(tval) + " " + GetProcSummary(pval))
656 summary, _, _, _ = GetTaskBusyIPCSummary(tval)
1127 tval = kern.GetValueFromAddress(cmd_args[0], "task *")
1128 if not tval:
1135 pval = GetProcFromTask(tval)
1136 print(GetTaskSummary(tval) + " " + GetProcSummary(pval))
1138 PrintIPCInformation(tval.itk_space, True, False, rights_type)
1201 tval = kern.GetValueFromAddress(cmd_args[0], "task *")
1202 if not tval:
1209 pval = GetProcFromTask(tval)
1210 print(GetTaskSummary(tval) + " " + GetProcSummary(pval))
1212 PrintIPCInformation(tval.itk_space, True, True, rights_type)