Home
last modified time | relevance | path

Searched refs:task_info_t (Results 1 – 25 of 34) sorted by relevance

12

/xnu-12377.81.4/tests/
H A Dtask_info.c66 err = task_info(mach_task_self(), TASK_VM_INFO_PURGEABLE, (task_info_t)&vm_info, &count);
83 err = task_info(mach_task_self(), TASK_VM_INFO_PURGEABLE, (task_info_t)&vm_info, &count);
115 err = task_info(mach_task_self(), TASK_VM_INFO_PURGEABLE, (task_info_t)&vm_info, &count);
147 err = task_info(mach_task_self(), TASK_VM_INFO_PURGEABLE, (task_info_t)&vm_info, &count);
180 err = task_info(mach_task_self(), TASK_VM_INFO_PURGEABLE, (task_info_t)&vm_info, &count);
238 err = task_info(mach_task_self(), TASK_DEBUG_INFO_INTERNAL, (task_info_t)&debug_info, &count);
287 …err = task_info(mach_task_self(), TASK_THREAD_TIMES_INFO, (task_info_t)&thread_times_info_data, &c…
293 …err = task_info(mach_task_self(), TASK_THREAD_TIMES_INFO, (task_info_t)&thread_times_info_data_new…
312 …err = task_info(mach_task_self(), TASK_THREAD_TIMES_INFO, (task_info_t)&thread_times_info_data, &c…
331 …err = task_info(mach_task_self(), TASK_ABSOLUTETIME_INFO, (task_info_t)&absolute_time_info_data, &…
[all …]
H A Dtask_info_28439149.c59 T_EXPECT_MACH_SUCCESS(task_info(self, TASK_BASIC_INFO_64, (task_info_t)&ti,
62 T_EXPECT_MACH_SUCCESS(task_info(other, TASK_BASIC_INFO_64, (task_info_t)&ti,
65 T_EXPECT_MACH_SUCCESS(task_info(other_name, TASK_BASIC_INFO_64, (task_info_t)&ti,
70 T_EXPECT_MACH_SUCCESS(task_info(self, TASK_DYLD_INFO, (task_info_t)&di,
73 T_EXPECT_MACH_SUCCESS(task_info(other, TASK_DYLD_INFO, (task_info_t)&di,
76 ret = task_info(other_name, TASK_DYLD_INFO, (task_info_t)&di, &count);
H A Dtask_vm_info_decompressions.c158 err = task_info(mach_task_self(), TASK_VM_INFO, (task_info_t)&vm_info, &count);
180 err = task_info(mach_task_self(), TASK_VM_INFO, (task_info_t)&vm_info, &count);
203 kr = task_info(mach_task_self(), TASK_VM_INFO, (task_info_t)&vm_info, &count);
H A Dos_proc.c22 err = task_info(mach_task_self(), TASK_VM_INFO, (task_info_t)&vm_info, &count);
37 err = task_info(mach_task_self(), TASK_VM_INFO, (task_info_t)&vm_info, &count);
H A Dtask_suspend_stats.c85 kr = task_info(task, TASK_SUSPEND_STATS_INFO, (task_info_t)out, &count); in get_stats()
95 kr = task_info(task, TASK_SUSPEND_SOURCES_INFO, (task_info_t)out, &count); in get_sources()
H A Dkernel_inspection.c66 T_EXPECT_MACH_SUCCESS(task_info(task, TASK_BASIC_INFO_64, (task_info_t)&ti, in attempt_kernel_inspection()
H A Dvm_test_mach_map.c426 (task_info_t) &ti, in task_footprint()
586 (task_info_t) &ti, in get_reusable_size()
/xnu-12377.81.4/tests/ipc/
H A Dtpro_entitlements.c33 kr = task_info(mach_task_self(), TASK_SECURITY_CONFIG_INFO, (task_info_t)&config, &count);
47 kr = task_info(mach_task_self(), TASK_IPC_SPACE_POLICY_INFO, (task_info_t)&space_info, &count);
H A Dplatform_restrictions_entitlements.c32 kr = task_info(mach_task_self(), TASK_SECURITY_CONFIG_INFO, (task_info_t)&config, &count);
45 kr = task_info(mach_task_self(), TASK_IPC_SPACE_POLICY_INFO, (task_info_t)&space_info, &count);
H A Dhardened_process_version_entitlement.c61 kr = task_info(mach_task_self(), TASK_SECURITY_CONFIG_INFO, (task_info_t)&config, &count);
H A Dguard_objects_disabled_entitlement.c61 kr = task_info(mach_task_self(), TASK_SECURITY_CONFIG_INFO, (task_info_t)&config, &count);
H A Dguard_objects_enabled_entitlement.c61 kr = task_info(mach_task_self(), TASK_SECURITY_CONFIG_INFO, (task_info_t)&config, &count);
H A Dcontrol_port_movability_common.c55 (task_info_t)&task_basic_info_data, &task_info_count); in receive_task_thread_control()
H A Dmach_msg_transport.c195 kr = task_info(mach_task_self(), TASK_SECURITY_TOKEN, (task_info_t)&sec_token, &count);
199 kr = task_info(mach_task_self(), TASK_AUDIT_TOKEN, (task_info_t)&audit_token, &count);
H A Dipc_read_inspect.c425 (task_info_t)&info, in test_task_port_mig_intrans()
/xnu-12377.81.4/osfmk/kern/
H A Daffinity.h66 task_info_t,
H A Daffinity.c280 task_info_t task_info_out, in task_affinity_info()
/xnu-12377.81.4/tests/recount/
H A Drecount_perf_tests.c348 (task_info_t)&before, &info_count); in task_power_info_usage()
351 (task_info_t)&after, &info_count); in task_power_info_usage()
493 TASK_ABSOLUTETIME_INFO, (task_info_t)&before, in task_absolutetime_info_usage()
497 TASK_ABSOLUTETIME_INFO, (task_info_t)&after, in task_absolutetime_info_usage()
H A Drecount_tests.c207 (task_info_t)&info, &info_count); in task_basic_info_times()
229 (task_info_t)&info, &info_count); in task_power_info_times()
253 (task_info_t)&info, &info_count); in task_absolutetime_info_times()
/xnu-12377.81.4/osfmk/mach/
H A Dtask.defs171 out task_info_out : task_info_t, CountInOut);
176 out task_info_out : task_info_t, CountInOut);
186 task_info_in : task_info_t);
H A Dmach_types.defs323 /* task_info_t: this inline array can hold any of:
347 * number of elements in "task_info_t" which currently
353 type task_info_t = array[*:93+1] of integer_t;
H A Dtask_info.h81 typedef integer_t *task_info_t; /* varying array of int */ typedef
/xnu-12377.81.4/tests/vm/
H A Dvm_ranges.c122 (task_info_t) &ti, in get_vm_task_info()
/xnu-12377.81.4/osfmk/ipc/
H A Dmach_kernelrpc.c648 kr = task_info(current_task(), TASK_DYLD_INFO, (task_info_t)&dyld_info, &info_count); in task_dyld_process_info_notify_get_trap()
/xnu-12377.81.4/bsd/kern/
H A Dkern_resource.c1481 task_info(proc_task(p), TASK_ABSOLUTETIME_INFO, (task_info_t)&tinfo, &count); in dosetrlimit()
1768 (task_info_t)&tinfo, &task_info_count); in calcru()
1771 (task_info_t)&teventsinfo, &task_events_count); in calcru()

12