Searched refs:taskp (Results 1 – 3 of 3) sorted by relevance
| /xnu-10002.41.9/osfmk/kern/ |
| H A D | task_ident.h | 67 kern_return_t task_id_token_port_name_to_task(mach_port_name_t name, task_t *taskp) 77 kern_return_t task_identity_token_get_task_grp(task_id_token_t token, task_t *taskp, task_grp_t grp… 81 kern_return_t task_id_token_port_name_to_task(mach_port_name_t name, task_t *taskp);
|
| H A D | task_ident.c | 182 task_t *taskp, in task_identity_token_get_task_grp() argument 208 *taskp = task; in task_identity_token_get_task_grp()
|
| /xnu-10002.41.9/tools/lldbmacros/ |
| H A D | process.py | 1611 for taskp in kern.tasks: 1612 for actp in IterateQueue(taskp.threads, 'struct thread *', 'task_threads'): 2095 taskp = Cast(head_taskp.next, 'task *') 2096 while taskp != head_taskp: 2097 procp = GetProcFromTask(taskp) 2098 out_str = "task = {:#x} pte = {:#x}\t".format(taskp, taskp.map.pmap.ttep) 2104 taskp = Cast(taskp.tasks.next, 'struct task *') 2116 taskp = Cast(head_taskp.next, 'task *') 2118 while taskp != head_taskp: 2119 out_str += "{: <#20x}".format(taskp) [all …]
|