Lines Matching refs:errno

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) );
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) );
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) );
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) );
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) );
383 printf( "wait4 failed with errno %d - %s \n", errno, strerror( errno ) );
419 if (unlink(my_namebuf1) && !(errno == ENOENT || errno == ENOTDIR)) {
425 if (unlink(my_namebuf2) && !(errno == ENOENT || errno == ENOTDIR)) {