• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/

Lines Matching refs:printf

33 		printf( "malloc failed with error %d - \"%s\" \n", errno, strerror( errno) );
49 printf( "malloc failed with error %d - \"%s\" \n", errno, strerror( errno) );
60 printf( "minherit failed with error %d - \"%s\" \n", errno, strerror( errno) );
69 printf( "fork failed with errno %d - %s \n", errno, strerror( errno ) );
81 printf( "malloc failed with error %d - \"%s\" \n", errno, strerror( errno) );
89 printf( "open call failed with error %d - \"%s\" \n", errno, strerror( errno) );
96 printf( "write call failed with error %d - \"%s\" \n", errno, strerror( errno) );
104 printf( "mmap call failed with error %d - \"%s\" \n", errno, strerror( errno) );
111 printf( "did not map in correct data \n" );
119 printf( "madvise call failed with error %d - \"%s\" \n", errno, strerror( errno) );
127 printf( "mlock call failed with error %d - \"%s\" \n", errno, strerror( errno) );
134 printf( "mincore call failed with error %d - \"%s\" \n", errno, strerror( errno) );
140 printf( "mincore call failed to find resident page \n" );
147 printf( "munlock call failed with error %d - \"%s\" \n", errno, strerror( errno) );
156 printf( "msync call failed with error %d - \"%s\" \n", errno, strerror( errno) );
166 printf( "read call failed with error %d - \"%s\" \n", errno, strerror( errno) );
171 printf( "msync did not flush correct data \n" );
179 printf( "munmap call failed with error %d - \"%s\" \n", errno, strerror( errno) );
188 printf( "mmap call failed with error %d - \"%s\" \n", errno, strerror( errno) );
199 printf( "mprotect call failed with error %d - \"%s\" \n", errno, strerror( errno) );
219 printf( "wait4 failed with errno %d - %s \n", errno, strerror( errno ) );
225 printf( "wait4 did not return child pid - returned %d should be %d \n", my_wait_pid, my_pid );
230 printf( "wait4 returned wrong signal status - 0x%02X \n", my_status );
236 printf( "minherit did not work correctly - shared page looks wrong \n" );