Lines Matching refs:tval
507 tval = kern.GetValueFromAddress(cmd_args[0], 'task *')
508 if not tval:
512 pval = GetProcFromTask(tval)
513 print(GetTaskSummary(tval) + " " + GetProcSummary(pval))
515 summary, _, _, _ = GetTaskBusyIPCSummary(tval)
891 tval = kern.GetValueFromAddress(cmd_args[0], 'task *')
892 if not tval:
899 pval = GetProcFromTask(tval)
900 print(GetTaskSummary(tval) + " " + GetProcSummary(pval))
902 PrintIPCInformation(tval.itk_space, True, False, rights_type)
963 tval = kern.GetValueFromAddress(cmd_args[0], 'task *')
964 if not tval:
971 pval = GetProcFromTask(tval)
972 print(GetTaskSummary(tval) + " " + GetProcSummary(pval))
974 PrintIPCInformation(tval.itk_space, True, True, rights_type)