Searched refs:mach_error_string (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/libsyscall/mach/mach/
H A Dmach_error.h70 char *mach_error_string(
/darwin-on-arm/xnu/libsyscall/mach/
H A Dmodule.mk46 mach_error_string.c mach_msg.c \
H A Dmach_error_string.c171 mach_error_string(mach_error_t err) function
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dkqueue_tests.c115 printf( "kmsg_recv failed with error %d - %s \n", my_kr, mach_error_string(my_kr) );
391 printf( "mach_port_allocate failed with error %d - %s \n", my_kr, mach_error_string(my_kr) );
397 printf( "mach_port_allocate failed with error %d - %s \n", my_kr, mach_error_string(my_kr) );
433 printf( "mach_port_insert_member failed with error %d - %s \n", my_kr, mach_error_string(my_kr) );
439 printf( "mach_port_insert_right failed with error %d - %s \n", my_kr, mach_error_string(my_kr) );
449 printf( "kmsg_send failed with error %d - %s \n", my_kr, mach_error_string(my_kr) );
492 printf( "mach_port_mod_refs failed with error %d - %s \n", my_kr, mach_error_string(my_kr) );
/darwin-on-arm/xnu/tools/tests/execperf/
H A Dprintexecinfo.c54 errx(1, "task_info: %s", mach_error_string(kret));
/darwin-on-arm/xnu/osfmk/default_pager/
H A Ddefault_pager_internal.h156 extern char *mach_error_string(kern_return_t);

Completed in 37 milliseconds