| /xnu-11215.1.10/tests/ |
| H A D | regression_17272465.c | 20 (void)host_set_special_port(mach_host_self(), 30, port); 21 (void)host_set_special_port(mach_host_self(), 30, port); 22 (void)host_set_special_port(mach_host_self(), 30, port);
|
| H A D | atm_diagnostic_flag_entitled.c | 23 kr = host_get_atm_diagnostic_flag(mach_host_self(), &_original); in _save_atm_diagnostic_flag() 33 kern_return_t kr = host_set_atm_diagnostic_flag(mach_host_self(), v); in _mutate_atm_diagnostic_flag() 48 kr = host_set_atm_diagnostic_flag(mach_host_self(), _original); in _reset_atm_diagnostic_flag()
|
| H A D | atm_diagnostic_flag.c | 23 kr = host_get_atm_diagnostic_flag(mach_host_self(), &_original); in _save_atm_diagnostic_flag() 33 kern_return_t kr = host_set_atm_diagnostic_flag(mach_host_self(), v); in _mutate_atm_diagnostic_flag() 48 kr = host_set_atm_diagnostic_flag(mach_host_self(), _original); in _reset_atm_diagnostic_flag()
|
| H A D | host_notifications.c | 17 T_ASSERT_MACH_SUCCESS(host_request_notification(mach_host_self(), notify_type, port), NULL); 64 T_ASSERT_MACH_SUCCESS(host_request_notification(mach_host_self(), HOST_NOTIFY_CALENDAR_SET, port), 66 T_ASSERT_MACH_ERROR(host_request_notification(mach_host_self(), HOST_NOTIFY_CALENDAR_CHANGE, port),
|
| H A D | processor_info.c | 24 host_t host = mach_host_self(); 114 host_t host = mach_host_self(); 125 kr = host_processor_info(mach_host_self(), PROCESSOR_BASIC_INFO, &processor_count,
|
| H A D | perf_exit_proc.c | 55 err = host_get_host_priv_port(mach_host_self(), &host_priv_port); in allocate_and_wire_memory()
|
| H A D | vm_kern_count_wired_kernelcache.c | 32 kr = mach_memory_info(mach_host_self(), &name, &nameCnt, &info, &infoCnt,
|
| H A D | verify_kalloc_config.c | 32 kr = mach_memory_info(mach_host_self(), in run_test()
|
| H A D | voucher_traps.c | 46 kern_return_t kr = host_create_mach_voucher(mach_host_self(), in get_user_data_port()
|
| H A D | voucher_entry_18826844.c | 39 kr = host_create_mach_voucher(mach_host_self(),
|
| H A D | memorystatus_zone_test.c | 270 kr = mach_zone_info_for_zone(mach_host_self(), current_test.zone_names[i], &(zone_info_array[i])); in query_zone_info() 273 kr = mach_zone_info_for_largest_zone(mach_host_self(), &largest_zone_name, &largest_zone_info); in query_zone_info() 429 mach_zone_force_gc(mach_host_self()); in cleanup_and_end_test()
|
| H A D | persona_adoption.c | 75 kr = host_create_mach_voucher(mach_host_self(), recipes, recipe_size, &mach_voucher); in _persona_try_adopting()
|
| H A D | kernel_inspection.c | 162 mach_port_t self = mach_host_self();
|
| H A D | host_statistics_rate_limiting.c | 142 self = mach_host_self();
|
| /xnu-11215.1.10/libsyscall/mach/ |
| H A D | mach_legacy.c | 31 #undef mach_host_self 34 mach_host_self(void) in mach_host_self() function
|
| H A D | slot_name.c | 75 return mach_host_self(); in host_self()
|
| /xnu-11215.1.10/tests/vm/ |
| H A D | compression_sweep.c | 51 kern_return_t kret = host_statistics64(mach_host_self(), HOST_VM_INFO64, 72 kret = host_statistics64(mach_host_self(), HOST_VM_INFO64,
|
| H A D | vm_test_102067976.c | 30 kr = mach_memory_object_memory_entry(mach_host_self(),
|
| H A D | vm_test_90774260.c | 25 kr = mach_memory_object_memory_entry(mach_host_self(), in test_90774260()
|
| H A D | vm_compressor.c | 40 …kern_return_t kr = host_statistics64(mach_host_self(), HOST_VM_COMPRESSOR_Q_LENS, (host_info64_t)&…
|
| H A D | memorystatus_jetsam_zprint_snapshot.c | 154 kr = mach_memory_info(mach_host_self(), in compare_live_memory_info()
|
| /xnu-11215.1.10/tests/ipc/ |
| H A D | sys_perf_notify_test.c | 131 ret = host_get_exception_ports(mach_host_self(), EXC_MASK_RPC_ALERT, in run_test() 143 …ret = host_set_exception_ports(mach_host_self(), EXC_MASK_RPC_ALERT, exc_port, EXCEPTION_IDENTITY_… in run_test() 157 …ret = host_set_exception_ports(mach_host_self(), EXC_MASK_RPC_ALERT, old_ports[0], old_behaviors[0… in run_test()
|
| H A D | port_notification_99449706.c | 51 kern_return_t kr = host_create_mach_voucher(mach_host_self(), in create_voucher()
|
| /xnu-11215.1.10/libsyscall/mach/mach/ |
| H A D | mach_init.h | 76 extern mach_port_t mach_host_self(void);
|
| /xnu-11215.1.10/tests/sched/ |
| H A D | all_cores_running.c | 83 host = mach_host_self(); in init_host_and_cpu_count()
|