Home
last modified time | relevance | path

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

/xnu-10002.41.9/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()
331 server_error_out(replyPort); in mach_server_make_memory_entry()
339 server_error_out(replyPort); in mach_server_make_memory_entry()
346 server_error_out(replyPort); in mach_server_make_memory_entry()
380 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()
[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