Lines Matching refs:tval
480 tval = kern.GetValueFromAddress(cmd_args[0], 'task *')
481 if not tval:
485 pval = GetProcFromTask(tval)
486 print(GetTaskSummary(tval) + " " + GetProcSummary(pval))
488 summary, _, _, _ = GetTaskBusyIPCSummary(tval)
834 tval = kern.GetValueFromAddress(cmd_args[0], 'task *')
835 if not tval:
842 pval = GetProcFromTask(tval)
843 print(GetTaskSummary(tval) + " " + GetProcSummary(pval))
845 PrintIPCInformation(tval.itk_space, True, False, rights_type)
903 tval = kern.GetValueFromAddress(cmd_args[0], 'task *')
904 if not tval:
911 pval = GetProcFromTask(tval)
912 print(GetTaskSummary(tval) + " " + GetProcSummary(pval))
914 PrintIPCInformation(tval.itk_space, True, True, rights_type)