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)
888 tval = kern.GetValueFromAddress(cmd_args[0], 'task *')
889 if not tval:
896 pval = GetProcFromTask(tval)
897 print(GetTaskSummary(tval) + " " + GetProcSummary(pval))
899 PrintIPCInformation(tval.itk_space, True, False, rights_type)
959 tval = kern.GetValueFromAddress(cmd_args[0], 'task *')
960 if not tval:
967 pval = GetProcFromTask(tval)
968 print(GetTaskSummary(tval) + " " + GetProcSummary(pval))
970 PrintIPCInformation(tval.itk_space, True, True, rights_type)