Lines Matching refs:tval
505 tval = kern.GetValueFromAddress(cmd_args[0], 'task *')
506 if not tval:
510 pval = GetProcFromTask(tval)
511 print(GetTaskSummary(tval) + " " + GetProcSummary(pval))
513 summary, _, _, _ = GetTaskBusyIPCSummary(tval)
889 tval = kern.GetValueFromAddress(cmd_args[0], 'task *')
890 if not tval:
897 pval = GetProcFromTask(tval)
898 print(GetTaskSummary(tval) + " " + GetProcSummary(pval))
900 PrintIPCInformation(tval.itk_space, True, False, rights_type)
961 tval = kern.GetValueFromAddress(cmd_args[0], 'task *')
962 if not tval:
969 pval = GetProcFromTask(tval)
970 print(GetTaskSummary(tval) + " " + GetProcSummary(pval))
972 PrintIPCInformation(tval.itk_space, True, True, rights_type)