Home
last modified time | relevance | path

Searched refs:mach_host_self (Results 1 – 25 of 29) sorted by relevance

12

/xnu-8792.61.2/tests/
H A Dregression_17272465.c20 (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 Datm_diagnostic_flag.c23 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 Datm_diagnostic_flag_entitled.c23 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 Dprocessor_info.c23 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 Dhost_notifications.c13 T_ASSERT_MACH_SUCCESS(host_request_notification(mach_host_self(), notify_type, port), NULL);
H A Dperf_exit_proc.c55 err = host_get_host_priv_port(mach_host_self(), &host_priv_port); in allocate_and_wire_memory()
H A Dvoucher_entry_18826844.c35 kr = host_create_mach_voucher(mach_host_self(),
H A Dvm_kern_count_wired_kernelcache.c32 kr = mach_memory_info(mach_host_self(), &name, &nameCnt, &info, &infoCnt,
H A Dverify_kalloc_config.c32 kr = mach_memory_info(mach_host_self(), in run_test()
H A Dvoucher_traps.c46 kern_return_t kr = host_create_mach_voucher(mach_host_self(), in get_user_data_port()
H A Dmemorystatus_zone_test.c270 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 Dpersona_adoption.c75 kr = host_create_mach_voucher(mach_host_self(), recipes, recipe_size, &mach_voucher); in _persona_try_adopting()
H A Dkernel_inspection.c161 mach_port_t self = mach_host_self();
H A Dhost_statistics_rate_limiting.c176 self = mach_host_self();
H A Dimm_pinned_control_port.c230 mach_port_t host = mach_host_self(); in test_task_thread_port_values()
H A Dmach_exception_reply.c73 kr = host_create_mach_voucher(mach_host_self(), in create_task_voucher()
H A Dipc_read_inspect.c223 mach_port_t host = mach_host_self(); in test_processor_set_tasks()
/xnu-8792.61.2/libsyscall/mach/
H A Dmach_legacy.c31 #undef mach_host_self
34 mach_host_self(void) in mach_host_self() function
H A Dslot_name.c75 return mach_host_self(); in host_self()
/xnu-8792.61.2/tests/vm/
H A Dcompression_sweep.c50 kern_return_t kret = host_statistics64(mach_host_self(), HOST_VM_INFO64,
71 kret = host_statistics64(mach_host_self(), HOST_VM_INFO64,
H A Dvm_test_90774260.c25 kr = mach_memory_object_memory_entry(mach_host_self(), in test_90774260()
/xnu-8792.61.2/libsyscall/mach/mach/
H A Dmach_init.h76 extern mach_port_t mach_host_self(void);
/xnu-8792.61.2/tools/tests/superpages/
H A Dtestsp.c434 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 Dlockstat.c102 host_control = mach_host_self(); in main()
/xnu-8792.61.2/osfmk/mach/
H A Dmach_host.defs84 * mach_host_self() - trap

12