| /xnu-8792.61.2/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.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_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 | processor_info.c | 23 host_t host = mach_host_self(); 113 host_t host = mach_host_self(); 124 kr = host_processor_info(mach_host_self(), PROCESSOR_BASIC_INFO, &processor_count,
|
| H A D | host_notifications.c | 13 T_ASSERT_MACH_SUCCESS(host_request_notification(mach_host_self(), notify_type, port), NULL);
|
| 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 | voucher_entry_18826844.c | 35 kr = host_create_mach_voucher(mach_host_self(),
|
| 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 | 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 | 161 mach_port_t self = mach_host_self();
|
| H A D | host_statistics_rate_limiting.c | 176 self = mach_host_self();
|
| H A D | imm_pinned_control_port.c | 230 mach_port_t host = mach_host_self(); in test_task_thread_port_values()
|
| H A D | mach_exception_reply.c | 73 kr = host_create_mach_voucher(mach_host_self(), in create_task_voucher()
|
| H A D | ipc_read_inspect.c | 223 mach_port_t host = mach_host_self(); in test_processor_set_tasks()
|
| /xnu-8792.61.2/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-8792.61.2/tests/vm/ |
| H A D | compression_sweep.c | 50 kern_return_t kret = host_statistics64(mach_host_self(), HOST_VM_INFO64, 71 kret = host_statistics64(mach_host_self(), HOST_VM_INFO64,
|
| H A D | vm_test_90774260.c | 25 kr = mach_memory_object_memory_entry(mach_host_self(), in test_90774260()
|
| /xnu-8792.61.2/libsyscall/mach/mach/ |
| H A D | mach_init.h | 76 extern mach_port_t mach_host_self(void);
|
| /xnu-8792.61.2/tools/tests/superpages/ |
| H A D | testsp.c | 434 kr = mach_vm_wire(mach_host_self(), mach_task_self(), addr, size, VM_PROT_WRITE | VM_PROT_READ); in test_wire() 473 kr = mach_vm_wire(mach_host_self(), mach_task_self(), addr, size, VM_PROT_NONE); in test_unwire()
|
| /xnu-8792.61.2/tools/lockstat/ |
| H A D | lockstat.c | 102 host_control = mach_host_self(); in main()
|
| /xnu-8792.61.2/osfmk/mach/ |
| H A D | mach_host.defs | 84 * mach_host_self() - trap
|