Lines Matching refs:errno

66 				if ( errno != EEXIST ) {  in create_random_name()
68 __FUNCTION__, errno, strerror( errno ) ); in create_random_name()
81 if ( errno == ENOENT ) { in create_random_name()
86 __FUNCTION__, errno, strerror( errno ) ); in create_random_name()
176 …tf( "kevent call from consumer thread failed with error %d - \"%s\" \n", errno, strerror( errno) ); in kmsg_consumer_thread()
196 …ent call to re-enable machport events failed with error %d - \"%s\" \n", errno, strerror( errno) ); in kmsg_consumer_thread()
235 printf( "vm_allocate failed with error %d - \"%s\" \n", errno, strerror( errno) ); in kqueue_tests()
251 printf( "open call failed with error %d - \"%s\" \n", errno, strerror( errno) ); in kqueue_tests()
257 printf( "socketpair failed with errno %d - %s \n", errno, strerror( errno ) ); in kqueue_tests()
264 printf( "fork failed with errno %d - %s \n", errno, strerror( errno ) ); in kqueue_tests()
273 printf( "write call failed. got errno %d - %s. \n", errno, strerror( errno ) ); in kqueue_tests()
279 printf( "read call failed with error %d - \"%s\" \n", errno, strerror( errno) ); in kqueue_tests()
290 printf( "write call failed with error %d - \"%s\" \n", errno, strerror( errno) ); in kqueue_tests()
296 printf( "unlink failed with error %d - \"%s\" \n", errno, strerror( errno) ); in kqueue_tests()
303 printf( "read call failed with error %d - \"%s\" \n", errno, strerror( errno) ); in kqueue_tests()
316 printf( "read call failed with error %d - \"%s\" \n", errno, strerror( errno) ); in kqueue_tests()
327 printf( "kqueue call failed with error %d - \"%s\" \n", errno, strerror( errno) ); in kqueue_tests()
340 …printf( "kevent call to register events failed with error %d - \"%s\" \n", errno, strerror( errno)… in kqueue_tests()
347 if ( my_err != -1 && errno != EINVAL ) { in kqueue_tests()
356 …printf( "kevent64 call to get proc exit failed with error %d - \"%s\" \n", errno, strerror( errno)… in kqueue_tests()
363 printf( "write call failed. got errno %d - %s. \n", errno, strerror( errno ) ); in kqueue_tests()
371 …ntf( "kevent call to get vnode events failed with error %d - \"%s\" \n", errno, strerror( errno) ); in kqueue_tests()
387 printf( "write call failed. got errno %d - %s. \n", errno, strerror( errno ) ); in kqueue_tests()
395 …( "kevent call to get proc exit event failed with error %d - \"%s\" \n", errno, strerror( errno) ); in kqueue_tests()
417 …ntf( "kevent64 call to get child exit failed with error %d - \"%s\" \n", errno, strerror( errno) ); in kqueue_tests()
437 printf( "wait4 failed with errno %d - %s \n", errno, strerror( errno ) ); in kqueue_tests()
472 if ( my_err != -1 || (errno != ENOTCAPABLE && errno != ENOTSUP) ) { in kqueue_tests()
473 printf( "kevent call to register my_port should have failed, but got %s \n", strerror(errno) ); in kqueue_tests()
482 …event call to register my_pset and user 0 failed with error %d - %s \n", errno, strerror( errno) ); in kqueue_tests()
532 … printf( "kevent call to trigger user 0 failed with error %d - %s \n", errno, strerror( errno) ); in kqueue_tests()
553 … printf( "kevent call to trigger user 0 failed with error %d - %s \n", errno, strerror( errno) ); in kqueue_tests()
567 …f( "kevent call to get machport event failed with error %d - \"%s\" \n", errno, strerror( errno) ); in kqueue_tests()