Searched refs:TASK_DEBUG_INFO_INTERNAL (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.81.4/tests/ |
| H A D | task_info.c | 238 err = task_info(mach_task_self(), TASK_DEBUG_INFO_INTERNAL, (task_info_t)&debug_info, &count); 825 kr = task_info(child_task, TASK_DEBUG_INFO_INTERNAL, (task_info_t)&debug_info, &debug_count); 905 kr = task_info(child_task, TASK_DEBUG_INFO_INTERNAL, (task_info_t)&debug_info, &debug_count); 914 kr = task_info(child_task, TASK_DEBUG_INFO_INTERNAL, (task_info_t)&debug_info, &debug_count); 933 kr = task_info(child_task, TASK_DEBUG_INFO_INTERNAL, (task_info_t)&debug_info, &debug_count);
|
| /xnu-12377.81.4/osfmk/mach/ |
| H A D | task_info.h | 534 #define TASK_DEBUG_INFO_INTERNAL 29 /* Used for kernel internal development tests. */ macro
|
| /xnu-12377.81.4/osfmk/kern/ |
| H A D | task.c | 6376 case TASK_DEBUG_INFO_INTERNAL: in task_info()
|