Home
last modified time | relevance | path

Searched refs:TASK_DEBUG_INFO_INTERNAL (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.81.4/tests/
H A Dtask_info.c238 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 Dtask_info.h534 #define TASK_DEBUG_INFO_INTERNAL 29 /* Used for kernel internal development tests. */ macro
/xnu-12377.81.4/osfmk/kern/
H A Dtask.c6376 case TASK_DEBUG_INFO_INTERNAL: in task_info()