Lines Matching refs:errno

101                         printf( "kevent call from consumer thread failed with error %d - \"%s\" \n", errno, strerror( errno) );
121 printf( "kevent call to re-enable machport events failed with error %d - \"%s\" \n", errno, strerror( errno) );
164 printf( "vm_allocate failed with error %d - \"%s\" \n", errno, strerror( errno) );
180 printf( "open call failed with error %d - \"%s\" \n", errno, strerror( errno) );
186 printf( "socketpair failed with errno %d - %s \n", errno, strerror( errno ) );
193 printf( "fork failed with errno %d - %s \n", errno, strerror( errno ) );
202 printf( "write call failed. got errno %d - %s. \n", errno, strerror( errno ) );
208 printf( "read call failed with error %d - \"%s\" \n", errno, strerror( errno) );
219 printf( "write call failed with error %d - \"%s\" \n", errno, strerror( errno) );
225 printf( "unlink failed with error %d - \"%s\" \n", errno, strerror( errno) );
232 printf( "read call failed with error %d - \"%s\" \n", errno, strerror( errno) );
245 printf( "read call failed with error %d - \"%s\" \n", errno, strerror( errno) );
256 printf( "kqueue call failed with error %d - \"%s\" \n", errno, strerror( errno) );
269 printf( "kevent call to register events failed with error %d - \"%s\" \n", errno, strerror( errno) );
277 if ( my_err != -1 && errno != EINVAL ) {
286 printf( "kevent64 call to get proc exit failed with error %d - \"%s\" \n", errno, strerror( errno) );
294 printf( "write call failed. got errno %d - %s. \n", errno, strerror( errno ) );
302 printf( "kevent call to get vnode events failed with error %d - \"%s\" \n", errno, strerror( errno) );
318 printf( "write call failed. got errno %d - %s. \n", errno, strerror( errno ) );
326 printf( "kevent call to get proc exit event failed with error %d - \"%s\" \n", errno, strerror( errno) );
349 printf( "kevent64 call to get child exit failed with error %d - \"%s\" \n", errno, strerror( errno) );
369 printf( "wait4 failed with errno %d - %s \n", errno, strerror( errno ) );
404 if ( my_err != -1 || errno != ENOTSUP ) {
405 printf( "kevent call to register my_port should have failed, but got %s \n", strerror(errno) );
414 printf( "kevent call to register my_pset and user 0 failed with error %d - %s \n", errno, strerror( errno) );
464 printf( "kevent call to trigger user 0 failed with error %d - %s \n", errno, strerror( errno) );
485 printf( "kevent call to trigger user 0 failed with error %d - %s \n", errno, strerror( errno) );
499 printf( "kevent call to get machport event failed with error %d - \"%s\" \n", errno, strerror( errno) );