Lines Matching refs:tval
506 tval = kern.GetValueFromAddress(cmd_args[0], 'task *')
507 if not tval:
511 pval = GetProcFromTask(tval)
512 print(GetTaskSummary(tval) + " " + GetProcSummary(pval))
514 summary, _, _, _ = GetTaskBusyIPCSummary(tval)
880 tval = kern.GetValueFromAddress(cmd_args[0], 'task *')
881 if not tval:
888 pval = GetProcFromTask(tval)
889 print(GetTaskSummary(tval) + " " + GetProcSummary(pval))
891 PrintIPCInformation(tval.itk_space, True, False, rights_type)
952 tval = kern.GetValueFromAddress(cmd_args[0], 'task *')
953 if not tval:
960 pval = GetProcFromTask(tval)
961 print(GetTaskSummary(tval) + " " + GetProcSummary(pval))
963 PrintIPCInformation(tval.itk_space, True, True, rights_type)