Home
last modified time | relevance | path

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

/xnu-11215/tests/vm_memory_tests_src/
H A Dvm_tests.c253 server_error_out(replyPort); in mach_server_make_memory_entry()
297 server_error_out(replyPort); in mach_server_make_memory_entry()
311 server_error_out(replyPort); in mach_server_make_memory_entry()
321 server_error_out(replyPort); in mach_server_make_memory_entry()
402 server_error_out(replyPort); in mach_server_make_memory_entry()
452 server_error_out(replyPort); in mach_server_read()
480 server_error_out(replyPort); in mach_server_read()
490 server_error_out(replyPort); in mach_server_read()
523 server_error_out(replyPort); in mach_server_read()
558 server_error_out(replyPort); in mach_server_remap()
[all …]
H A Dmach_vm_tests.h59 void server_error_out(mach_port_t);
H A Dcommon.c151 server_error_out(mach_port_t port) in server_error_out() function