Lines Matching refs:printf

119                 printf( "vm_allocate failed with error %d - \"%s\" \n", errno, strerror( errno) );
136 printf( "vm_allocate failed with error %d - \"%s\" \n", errno, strerror( errno) );
148 printf( "minherit failed with error %d - \"%s\" \n", errno, strerror( errno) );
159 printf( "memtest aborted: can not distinguish our expected crash from \n");
160 printf( "%d existing crashes including %s \n", my_crashcount, my_namebuf2);
169 printf( "fork failed with errno %d - %s \n", errno, strerror( errno ) );
181 printf( "vm_allocate failed with error %d - \"%s\" \n", errno, strerror( errno) );
189 printf("madvise WILLNEED on anon memory failed with error %d - \"%s\" \n", errno, strerror( errno ) );
197 printf( "open call failed with error %d - \"%s\" \n", errno, strerror( errno) );
205 printf("madvise DONTNEED on anon memory failed with error %d - \"%s\" \n", errno, strerror( errno ) );
212 printf( "write call failed with error %d - \"%s\" \n", errno, strerror( errno) );
220 printf( "mmap call failed with error %d - \"%s\" \n", errno, strerror( errno) );
227 printf( "did not map in correct data \n" );
235 printf( "madvise WILLNEED call failed with error %d - \"%s\" \n", errno, strerror( errno) );
242 printf( "madvise DONTNEED call failed with error %d - \"%s\" \n", errno, strerror( errno) );
250 printf( "mlock call failed with error %d - \"%s\" \n", errno, strerror( errno) );
258 printf("madvise FREE on anon memory failed with error %d - \"%s\" \n", errno, strerror( errno ) );
265 printf( "mincore call failed with error %d - \"%s\" \n", errno, strerror( errno) );
271 printf( "mincore call failed to find resident page \n" );
278 printf( "munlock call failed with error %d - \"%s\" \n", errno, strerror( errno) );
287 printf( "msync call failed with error %d - \"%s\" \n", errno, strerror( errno) );
295 printf( "madvise DONTNEED call failed with error %d - \"%s\" \n", errno, strerror( errno) );
303 printf( "madvise FREE call failed with error %d - \"%s\" \n", errno, strerror( errno) );
313 printf( "read call failed with error %d - \"%s\" \n", errno, strerror( errno) );
318 printf( "msync did not flush correct data \n" );
326 printf( "munmap call failed with error %d - \"%s\" \n", errno, strerror( errno) );
335 printf( "mmap call failed with error %d - \"%s\" \n", errno, strerror( errno) );
346 printf( "mprotect call failed with error %d - \"%s\" \n", errno, strerror( errno) );
361 printf("sigaction call failed with error %d - \"%s\" \n", errno, strerror( errno) );
372 printf("Expected SIGBUS signal, got nothing!\n");
383 printf( "wait4 failed with errno %d - %s \n", errno, strerror( errno ) );
389 printf( "wait4 did not return child pid - returned %d should be %d \n", my_wait_pid, my_pid );
396 printf( "wait4 returned child died of status - 0x%02X \n", my_status );
413 printf( "child did not crash as expected \n");
414 printf( "saw %d crashes including %s \n", my_crashcount, my_namebuf1);
420 printf("unlink of expected crash report '%s' failed \n", my_namebuf1);
426 printf("unlink of expected crash report '%s' failed \n", my_namebuf2);
432 printf( "minherit did not work correctly - shared page looks wrong \n" );