Lines Matching refs:printf

101                         printf( "kevent call from consumer thread failed with error %d - \"%s\" \n", errno, strerror( errno) );
105 printf( "kevent call from consumer thread did not return any events when it should have \n" );
110 printf( "kevent call to get machport event returned 0 msg_size \n" );
115 printf( "kmsg_recv failed with error %d - %s \n", my_kr, mach_error_string(my_kr) );
121 printf( "kevent call to re-enable machport events failed with error %d - \"%s\" \n", errno, strerror( errno) );
134 printf( "\t--> Not supported on EMBEDDED TARGET\n" );
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) );
212 printf( "read call on socket failed to get \"all done\" message \n" );
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) );
236 printf( "read call on socket failed to get \"all done\" message \n" );
245 printf( "read call failed with error %d - \"%s\" \n", errno, strerror( errno) );
249 printf( "read call on socket failed to get \"ready to go message\" \n" );
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) );
278 printf( "kevent64 call should fail with kqueue used for kevent() - %d\n", my_err);
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) );
306 printf( "kevent call to get vnode events did not return any when it should have \n" );
310 printf( "kevent call to get vnode events did not return NOTE_DELETE or NOTE_WRITE \n" );
311 printf( "fflags 0x%02X \n", my_keventv[0].fflags );
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) );
330 printf( "kevent call to get proc exit event did not return any when it should have \n" );
334 printf( "kevent call to get proc exit event did not return EVFILT_PROC \n" );
335 printf( "filter %i \n", my_keventv[0].filter );
339 printf( "kevent call to get proc exit event did not return NOTE_EXIT \n" );
340 printf( "fflags 0x%02X \n", my_keventv[0].fflags );
349 printf( "kevent64 call to get child exit failed with error %d - \"%s\" \n", errno, strerror( errno) );
353 printf( "kevent64 call to get proc exit event did not return any when it should have \n" );
357 printf( "kevent64 call to get proc exit event did not return EVFILT_PROC \n" );
358 printf( "filter %i \n", my_kevent64.filter );
362 printf( "kevent64 call to get proc exit event did not return NOTE_EXIT \n" );
363 printf( "fflags 0x%02X \n", my_kevent64.fflags );
369 printf( "wait4 failed with errno %d - %s \n", errno, strerror( errno ) );
375 printf( "wait4 did not return child pid - returned %d should be %d \n", my_wait_pid, my_pid );
380 printf( "wait4 returned wrong exit status - 0x%02X \n", my_status );
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) );
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) );
425 printf( "pthread_create failed with error %d - %s \n", my_err, strerror(my_err) );
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) );
464 printf( "kevent call to trigger user 0 failed with error %d - %s \n", errno, strerror( errno) );
473 printf( "pthread_join failed with error %d - %s \n", my_err, strerror(my_err) );
485 printf( "kevent call to trigger user 0 failed with error %d - %s \n", errno, strerror( errno) );
492 printf( "mach_port_mod_refs failed with error %d - %s \n", my_kr, mach_error_string(my_kr) );
499 printf( "kevent call to get machport event failed with error %d - \"%s\" \n", errno, strerror( errno) );
503 printf( "kevent call to get machport event did not return any when it should have \n" );
507 printf( "kevent call to get machport event did not return EVFILT_MACHPORT \n" );
508 printf( "filter %i \n", my_keventv[0].filter );
512 printf( "kevent call to get machport event did not return 0 msg_size \n" );
513 printf( "data %ld \n", (long int) my_keventv[0].data );