Lines Matching refs:errno

79                 printf( "vm_allocate failed with error %d - \"%s\" \n", errno, strerror( errno) );
98 printf( "open call failed with error %d - \"%s\" \n", errno, strerror( errno) );
132 printf( "fork failed with errno %d - %s \n", errno, strerror( errno ) );
141 printf( "stat call failed with error %d - \"%s\" \n", errno, strerror( errno) );
151 printf( "wait4 failed with errno %d - %s \n", errno, strerror( errno ) );
198 printf( "vm_allocate failed with error %d - \"%s\" \n", errno, strerror( errno) );
204 printf( "vm_allocate failed with error %d - \"%s\" \n", errno, strerror( errno) );
220 printf( "open call failed with error %d - \"%s\" \n", errno, strerror( errno) );
228 printf( "read call failed with error %d - \"%s\" \n", errno, strerror( errno) );
243 my_err = errno;
254 printf( "write call failed with error %d - \"%s\" \n", errno, strerror( errno) );
263 printf( "open call failed with error %d - \"%s\" \n", errno, strerror( errno) );
271 printf( "write call failed with error %d - \"%s\" \n", errno, strerror( errno) );
282 printf( "fsync failed with errno %d - %s \n", errno, strerror( errno ) );
296 printf( "readv call failed with error %d - \"%s\" \n", errno, strerror( errno) );
311 printf( "ftruncate call failed with error %d - \"%s\" \n", errno, strerror( errno) );
317 printf( "fstat call failed with error %d - \"%s\" \n", errno, strerror( errno) );
334 printf( "writev call failed with error %d - \"%s\" \n", errno, strerror( errno) );
352 printf( "readv call failed with error %d - \"%s\" \n", errno, strerror( errno) );
367 printf( "lseek call failed with error %d - \"%s\" \n", errno, strerror( errno) );
373 printf( "pwrite call failed with error %d - \"%s\" \n", errno, strerror( errno) );
390 printf( "pread call failed with error %d - \"%s\" \n", errno, strerror( errno) );
413 printf( "truncate call failed with error %d - \"%s\" \n", errno, strerror( errno) );
419 printf( "stat call failed with error %d - \"%s\" \n", errno, strerror( errno) );
462 printf( "vm_allocate failed with error %d - \"%s\" \n", errno, strerror( errno) );
479 printf( "open call failed with error %d - \"%s\" \n", errno, strerror( errno) );
487 printf( "pathconf - _PC_PATH_MAX - failed with error %d - \"%s\" \n", errno, strerror( errno) );
499 printf( "fpathconf - _PC_PATH_MAX - failed with error %d - \"%s\" \n", errno, strerror( errno) );
511 my_err = errno;
524 my_err = errno;
526 printf( "read call should have failed with errno 9 (EBADF) \n" );
530 printf( "read call should have failed with errno 9 (EBADF). actually failed with %d - \"%s\" \n", my_err, strerror( my_err) );
539 printf( "open call failed with error %d - \"%s\" \n", errno, strerror( errno) );
546 printf( "read call failed with error %d - \"%s\" \n", errno, strerror( errno) );
555 my_err = errno;
569 my_err = errno;
585 printf( "read call failed with error %d - \"%s\" \n", errno, strerror( errno) );
596 printf( "fstat call failed with error %d - \"%s\" \n", errno, strerror( errno) );
641 printf( "vm_allocate failed with error %d - \"%s\" \n", errno, strerror( errno) );
647 printf( "vm_allocate failed with error %d - \"%s\" \n", errno, strerror( errno) );
669 printf( "stat call failed. got errno %d - %s. \n", errno, strerror( errno ) );
684 printf( "open call failed with error %d - \"%s\" \n", errno, strerror( errno) );
689 my_err = errno;
705 printf( "link call failed. got errno %d - %s. \n", errno, strerror( errno ) );
710 printf( "stat call failed. got errno %d - %s. \n", errno, strerror( errno ) );
729 printf( "unlink call failed. got errno %d - %s. \n", errno, strerror( errno ) );
734 printf( "stat call failed. got errno %d - %s. \n", errno, strerror( errno ) );
781 printf( "vm_allocate failed with error %d - \"%s\" \n", errno, strerror( errno) );
800 printf( "stat call failed. got errno %d - %s. \n", errno, strerror( errno ) );
807 printf( "chdir call failed. got errno %d - %s. \n", errno, strerror( errno ) );
815 printf( "stat call failed. got errno %d - %s. \n", errno, strerror( errno ) );
832 printf( "chdir call failed. got errno %d - %s. \n", errno, strerror( errno ) );
846 printf( "open call failed with error %d - \"%s\" \n", errno, strerror( errno) );
853 printf( "fchdir call failed. got errno %d - %s. \n", errno, strerror( errno ) );
859 printf( "stat call failed. got errno %d - %s. \n", errno, strerror( errno ) );
913 printf( "vm_allocate failed with error %d - \"%s\" \n", errno, strerror( errno) );
931 printf( "chmod call failed. got errno %d - %s. \n", errno, strerror( errno ) );
937 printf( "chmod call failed. got errno %d - %s. \n", errno, strerror( errno ) );
952 my_err = errno;
954 printf( "access failed with errno %d - %s. \n", my_err, strerror( my_err ) );
962 printf( "stat call failed. got errno %d - %s. \n", errno, strerror( errno ) );
1006 my_err = errno;
1022 my_err = errno;
1051 printf( "open call failed with error %d - \"%s\" \n", errno, strerror( errno) );
1058 printf( "fchmod call failed. got errno %d - %s. \n", errno, strerror( errno ) );
1064 printf( "stat call failed. got errno %d - %s. \n", errno, strerror( errno ) );
1103 printf( "initial setgroups call failed. got errno %d - %s. \n", errno, strerror( errno ) );
1132 printf( "vm_allocate failed with error %d - \"%s\" \n", errno, strerror( errno) );
1148 printf( "vm_allocate failed with error %d - \"%s\" \n", errno, strerror( errno) );
1170 printf( "getgroups call failed. got errno %d - %s. \n", errno, strerror( errno ) );
1176 printf( "stat call failed. got errno %d - %s. \n", errno, strerror( errno ) );
1202 printf( "chown call failed. got errno %d - %s. \n", errno, strerror( errno ) );
1209 printf( "stat call failed. got errno %d - %s. \n", errno, strerror( errno ) );
1220 printf( "open call failed with error %d - \"%s\" \n", errno, strerror( errno) );
1227 printf( "fchown call failed. got errno %d - %s. \n", errno, strerror( errno ) );
1234 printf( "stat call failed. got errno %d - %s. \n", errno, strerror( errno ) );
1245 printf( "symlink call failed. got errno %d - %s. \n", errno, strerror( errno ) );
1251 printf( "lstat call failed. got errno %d - %s. \n", errno, strerror( errno ) );
1260 printf( "lchown call failed. got errno %d - %s. \n", errno, strerror( errno ) );
1267 printf( "lstat call failed. got errno %d - %s. \n", errno, strerror( errno ) );
1278 printf( "readlink call failed. got errno %d - %s. \n", errno, strerror( errno ) );
1349 printf( "vm_allocate failed with error %d - \"%s\" \n", errno, strerror( errno) );
1358 printf( "vm_allocate failed with error %d - \"%s\" \n", errno, strerror( errno) );
1365 printf( "statfs call failed. got errno %d - %s. \n", errno, strerror( errno ) );
1374 printf( "getfsstat call failed. got errno %d - %s. \n", errno, strerror( errno ) );
1399 printf( "statfs64 call failed. got errno %d - %s. \n", errno, strerror( errno ) );
1410 printf( "getfsstat64 call failed. got errno %d - %s. \n", errno, strerror( errno ) );
1441 printf( "getattrlist call failed. got errno %d - %s. \n", errno, strerror( errno ) );
1449 printf( "open call failed. got errno %d - %s. \n", errno, strerror( errno ) );
1458 printf( "fstatfs64 call failed. got errno %d - %s. \n", errno, strerror( errno ) );
1474 printf( "fstatfs call failed. got errno %d - %s. \n", errno, strerror( errno ) );
1494 printf( "statfs call failed. got errno %d - %s. \n", errno, strerror( errno ) );
1545 printf( "pipe call failed. got errno %d - %s. \n", errno, strerror( errno ) );
1559 printf( "fork failed with errno %d - %s \n", errno, strerror( errno ) );
1573 printf( "read from pipe failed. got errno %d - %s. \n", errno, strerror( errno ) );
1580 printf( "strtoul failed. got errno %d - %s. \n", errno, strerror( errno ) );
1599 printf( "write to pipe failed. got errno %d - %s. \n", errno, strerror( errno ) );
1606 printf( "wait4 failed with errno %d - %s \n", errno, strerror( errno ) );
1676 printf( "fork failed with errno %d - %s \n", errno, strerror( errno ) );
1702 printf( "settid call failed with error %d - \"%s\" \n", errno, strerror( errno) );
1709 printf( "gettid call failed with error %d - \"%s\" \n", errno, strerror( errno) );
1725 printf( "settid revert - failed with error %d - \"%s\" \n", errno, strerror( errno) );
1747 printf( "settid_with_pid assume - failed with error %d - \"%s\" \n", errno, strerror( errno) );
1757 printf( "settid_with_pid resume - failed with error %d - \"%s\" \n", errno, strerror( errno) );
1771 printf( "setaudit_addr - failed with error %d - \"%s\" \n", errno, strerror( errno) );
1778 printf( "getaudit_addr - failed with error %d - \"%s\" \n", errno, strerror( errno) );
1791 printf( "setuid call failed with error %d - \"%s\" \n", errno, strerror( errno) );
1802 printf( "seteuid call failed with error %d - \"%s\" \n", errno, strerror( errno) );
1813 printf( "setuid call failed with error %d - \"%s\" \n", errno, strerror( errno) );
1830 printf( "wait4 failed with errno %d - %s \n", errno, strerror( errno ) );
1873 printf( "vm_allocate failed with error %d - \"%s\" \n", errno, strerror( errno) );
1888 printf( "mknod failed with errno %d - %s \n", errno, strerror( errno ) );
1924 printf( "vm_allocate failed with error %d - \"%s\" \n", errno, strerror( errno) );
1941 printf( "stat call failed with error %d - \"%s\" \n", errno, strerror( errno) );
1948 printf( "chflags call failed with error %d - \"%s\" \n", errno, strerror( errno) );
1954 if ( my_fd == -1 && errno != EPERM ) {
1955 printf( "open call failed with error %d - \"%s\" \n", errno, strerror( errno) );
1963 printf( "open call failed with error %d - \"%s\" \n", errno, strerror( errno) );
1969 printf( "stat call failed with error %d - \"%s\" \n", errno, strerror( errno) );
1976 printf( "chflags call failed with error %d - \"%s\" \n", errno, strerror( errno) );
1986 printf( "open call failed with error %d - \"%s\" \n", errno, strerror( errno) );
2185 printf( "getgroups call failed. got errno %d - %s. \n", errno, strerror( errno ) );
2211 printf( "setgroups call failed. got errno %d - %s. \n", errno, strerror( errno ) );
2218 printf( "getgroups call failed. got errno %d - %s. \n", errno, strerror( errno ) );
2232 printf( "setgroups call failed. got errno %d - %s. \n", errno, strerror( errno ) );
2252 printf( "setegid call failed. got errno %d - %s. \n", errno, strerror( errno ) );
2263 printf( "setegid call failed. got errno %d - %s. \n", errno, strerror( errno ) );
2270 printf( "setgid call failed. got errno %d - %s. \n", errno, strerror( errno ) );
2281 printf( "setegid call failed. got errno %d - %s. \n", errno, strerror( errno ) );
2317 printf( "vm_allocate failed with error %d - \"%s\" \n", errno, strerror( errno) );
2340 printf( "open call failed with error %d - \"%s\" \n", errno, strerror( errno) );
2346 printf( "dup call failed with error %d - \"%s\" \n", errno, strerror( errno) );
2355 printf( "ftruncate call failed with error %d - \"%s\" \n", errno, strerror( errno) );
2362 printf( "write call failed. got errno %d - %s. \n", errno, strerror( errno ) );
2368 printf( "write call failed. got errno %d - %s. \n", errno, strerror( errno ) );
2376 printf( "read call failed with error %d - \"%s\" \n", errno, strerror( errno) );
2388 printf( "read call failed with error %d - \"%s\" \n", errno, strerror( errno) );
2403 printf( "dup2 call failed with error %d - \"%s\" \n", errno, strerror( errno) );
2440 printf( "getrusage failed with error %d - \"%s\" \n", errno, strerror( errno) );
2499 printf( "vm_allocate failed with error %d - \"%s\" \n", errno, strerror( errno) );
2518 printf( "fork failed with errno %d - %s \n", errno, strerror( errno ) );
2545 printf( "sigaction failed with errno %d - %s \n", errno, strerror( errno ) );
2560 printf( "sigaction failed with errno %d - %s \n", errno, strerror( errno ) );
2568 if ( errno != EINTR ) {
2569 printf( "sigsuspend should have returned with errno EINTR \n" );
2583 printf( "sigprocmask failed with errno %d - %s \n", errno, strerror( errno ) );
2591 printf( "sigprocmask failed with errno %d - %s \n", errno, strerror( errno ) );
2606 printf( "sigwait failed with errno %d - %s \n", errno, strerror( errno ) );
2620 printf( "sigprocmask failed with errno %d - %s \n", errno, strerror( errno ) );
2633 printf( "setitimer - ITIMER_VIRTUAL - failed with errno %d - %s \n", errno, strerror( errno ) );
2638 printf( "setitimer - ITIMER_PROF - failed with errno %d - %s \n", errno, strerror( errno ) );
2650 printf( "sigaction - SIGALRM - failed with errno %d - %s \n", errno, strerror( errno ) );
2658 printf( "setitimer - ITIMER_REAL - failed with errno %d - %s \n", errno, strerror( errno ) );
2667 if ( errno != EINTR ) {
2668 printf( "sigsuspend should have returned with errno EINTR \n" );
2682 printf( "getitimer - ITIMER_REAL - failed with errno %d - %s \n", errno, strerror( errno ) );
2699 printf( "kill call failed with error %d - \"%s\" \n", errno, strerror( errno) );
2707 printf( "kill call failed with error %d - \"%s\" \n", errno, strerror( errno) );
2714 printf( "wait4 failed with errno %d - %s \n", errno, strerror( errno ) );
2759 printf( "fork failed with errno %d - %s \n", errno, strerror( errno ) );
2781 printf( "vm_allocate failed with error %d - \"%s\" \n", errno, strerror( errno) );
2795 printf( "When setting new login name, setlogin failed with error %d - \"%s\" \n", errno, strerror( errno) );
2820 printf( "When resetting login name, setlogin failed with error %d - \"%s\" \n", errno, strerror( errno) );
2839 printf( "wait4 failed with errno %d - %s \n", errno, strerror( errno ) );
2879 printf( "vm_allocate failed with error %d - \"%s\" \n", errno, strerror( errno) );
2896 printf( "acct failed with error %d - \"%s\" \n", errno, strerror( errno) );
2905 printf( "fork failed with errno %d - %s \n", errno, strerror( errno ) );
2925 printf( "wait4 failed with errno %d - %s \n", errno, strerror( errno ) );
2937 printf( "acct failed with error %d - \"%s\" \n", errno, strerror( errno) );
2944 printf( "open call failed with error %d - \"%s\" \n", errno, strerror( errno) );
2952 printf( "read call failed with error %d - \"%s\" \n", errno, strerror( errno) );
3023 printf( "getmntinfo failed with error %d - \"%s\" \n", errno, strerror( errno) );
3039 printf( "open call failed with error %d - \"%s\" \n", errno, strerror( errno) );
3046 printf( "ioctl DKIOCGETBLOCKCOUNT failed with error %d - \"%s\" \n", errno, strerror( errno) );
3053 printf( "ioctl DKIOCGETBLOCKSIZE failed with error %d - \"%s\" \n", errno, strerror( errno) );
3092 printf( "vm_allocate failed with error %d - \"%s\" \n", errno, strerror( errno) );
3114 printf( "mkdir failed with error %d - \"%s\" \n", errno, strerror( errno) );
3121 printf( "stat call failed with error %d - \"%s\" \n", errno, strerror( errno) );
3132 printf( "rmdir failed with error %d - \"%s\" \n", errno, strerror( errno) );
3174 printf( "vm_allocate failed with error %d - \"%s\" \n", errno, strerror( errno) );
3191 printf( "mkdir failed with error %d - \"%s\" \n", errno, strerror( errno) );
3200 printf( "fork failed with errno %d - %s \n", errno, strerror( errno ) );
3212 printf( "chroot failed with error %d - \"%s\" \n", errno, strerror( errno) );
3219 printf( "stat call failed with error %d - \"%s\" \n", errno, strerror( errno) );
3234 printf( "wait4 failed with errno %d - %s \n", errno, strerror( errno ) );
3253 printf( "rmdir failed with error %d - \"%s\" path %p\n", errno, strerror( errno), my_pathp );
3273 errno, strerror( errno ) );
3290 if ( my_err == 0 || errno != EPERM ) {
3299 errno, strerror( errno ) );
3348 printf( "vm_allocate failed with error %d - \"%s\" \n", errno, strerror( errno) );
3365 printf( "open call failed with error %d - \"%s\" \n", errno, strerror( errno) );
3371 printf( "fcntl - F_GETFD - failed with error %d - \"%s\" \n", errno, strerror( errno) );
3385 printf( "fcntl - F_SETFD - failed with error %d - \"%s\" \n", errno, strerror( errno) );
3392 printf( "fcntl - F_GETFD - failed with error %d - \"%s\" \n", errno, strerror( errno) );
3404 printf( "fcntl - F_DUPFD_CLOEXEC - failed with error %d - \"%s\" \n", errno, strerror( errno) );
3413 printf( "fcntl - F_GETFD - failed with error %d - \"%s\" \n", errno, strerror( errno) );
3435 printf( "open call failed on /dev/fd/%u with error %d - \"%s\" \n", my_fd, errno, strerror( errno) );
3444 printf( "fcntl - F_GETFD - failed with error %d - \"%s\" \n", errno, strerror( errno) );
3483 errno = 0;
3485 if ( my_priority == -1 && errno != 0 ) {
3486 printf( "getpriority - failed with error %d - \"%s\" \n", errno, strerror( errno) );
3494 printf( "setpriority - failed with error %d - \"%s\" \n", errno, strerror( errno) );
3499 errno = 0;
3501 if ( my_priority == -1 && errno != 0 ) {
3502 printf( "getpriority - failed with error %d - \"%s\" \n", errno, strerror( errno) );
3514 printf( "setpriority - failed with error %d - \"%s\" \n", errno, strerror( errno) );
3552 printf( "vm_allocate failed with error %d - \"%s\" \n", errno, strerror( errno) );
3568 printf( "gettimeofday - failed with error %d - \"%s\" \n", errno, strerror( errno) );
3577 printf( "settimeofday - failed with error %d - \"%s\" \n", errno, strerror( errno) );
3583 printf( "gettimeofday - failed with error %d - \"%s\" \n", errno, strerror( errno) );
3597 printf( "settimeofday - failed with error %d - \"%s\" \n", errno, strerror( errno) );
3604 printf( "stat - failed with error %d - \"%s\" \n", errno, strerror( errno) );
3614 printf( "utimes - failed with error %d - \"%s\" \n", errno, strerror( errno) );
3621 printf( "stat - failed with error %d - \"%s\" \n", errno, strerror( errno) );
3634 printf( "open call failed with error %d - \"%s\" \n", errno, strerror( errno) );
3642 printf( "futimes - failed with error %d - \"%s\" \n", errno, strerror( errno) );
3649 printf( "stat - failed with error %d - \"%s\" \n", errno, strerror( errno) );
3691 printf( "vm_allocate failed with error %d - \"%s\" \n", errno, strerror( errno) );
3707 printf( "vm_allocate failed with error %d - \"%s\" \n", errno, strerror( errno) );
3724 printf( "stat - failed with error %d - \"%s\" \n", errno, strerror( errno) );
3732 printf( "rename - failed with error %d - \"%s\" \n", errno, strerror( errno) );
3746 printf( "stat - failed with error %d - \"%s\" \n", errno, strerror( errno) );
3786 printf( "vm_allocate failed with error %d - \"%s\" \n", errno, strerror( errno) );
3803 printf( "open call failed with error %d - \"%s\" \n", errno, strerror( errno) );
3809 printf( "flock - LOCK_EX - failed with error %d - \"%s\" \n", errno, strerror( errno) );
3818 printf( "fork failed with errno %d - %s \n", errno, strerror( errno ) );
3830 printf( "open call failed with error %d - \"%s\" \n", errno, strerror( errno) );
3837 if ( errno != EWOULDBLOCK ) {
3838 printf( "flock call failed with error %d - \"%s\" \n", errno, strerror( errno) );
3860 printf( "wait4 failed with errno %d - %s \n", errno, strerror( errno ) );
3870 printf( "flock - LOCK_UN - failed with error %d - \"%s\" \n", errno, strerror( errno) );
3906 printf( "vm_allocate failed with error %d - \"%s\" \n", errno, strerror( errno) );
3922 printf( "mkfifo failed with errno %d - %s. \n", errno, strerror( errno ) );
3931 printf( "fork failed with errno %d - %s \n", errno, strerror( errno ) );
3945 printf( "open call failed with error %d - \"%s\" \n", errno, strerror( errno) );
3954 printf( "read call failed with error %d - \"%s\" \n", errno, strerror( errno) );
3975 printf( "open call failed with error %d - \"%s\" \n", errno, strerror( errno) );
3988 printf( "write call failed with error %d - \"%s\" \n", errno, strerror( errno) );
3994 printf( "wait4 failed with errno %d - %s \n", errno, strerror( errno ) );
4038 printf( "quotactl - Q_QUOTASTAT - failed with errno %d - %s \n", errno, strerror( errno ) );
4050 printf( "quotactl - Q_GETQUOTA - failed with errno %d - %s \n", errno, strerror( errno ) );
4080 printf( "getrlimit - failed with errno %d - %s \n", errno, strerror( errno ) );
4092 printf( "setrlimit - failed with errno %d - %s \n", errno, strerror( errno ) );
4100 printf( "getrlimit - failed with errno %d - %s \n", errno, strerror( errno ) );
4192 printf( "statfs call failed. got errno %d - %s. \n", errno, strerror( errno ) );
4201 printf( "vm_allocate failed with error %d - \"%s\" \n", errno, strerror( errno) );
4207 printf( "vm_allocate failed with error %d - \"%s\" \n", errno, strerror( errno) );
4228 printf( "open failed with error %d - \"%s\" \n", errno, strerror( errno) );
4239 if ( errno == ENOTSUP && is_ufs ) {
4244 printf( "getattrlist call failed. got errno %d - %s. \n", errno, strerror( errno ) );
4261 printf( "setattrlist call failed. got errno %d - %s. \n", errno, strerror( errno ) );
4269 printf( "open failed with error %d - \"%s\" \n", errno, strerror( errno) );
4281 printf( "getdirentriesattr call failed. got errno %d - %s. \n", errno, strerror( errno ) );
4340 printf( "statfs call failed. got errno %d - %s. \n", errno, strerror( errno ) );
4351 printf( "vm_allocate failed with error %d - \"%s\" \n", errno, strerror( errno) );
4367 printf( "open call failed with error %d - \"%s\" \n", errno, strerror( errno) );
4372 printf( "write call failed with error %d - \"%s\" \n", errno, strerror( errno) );
4378 printf( "vm_allocate failed with error %d - \"%s\" \n", errno, strerror( errno) );
4394 printf( "open call failed with error %d - \"%s\" \n", errno, strerror( errno) );
4399 printf( "write call failed with error %d - \"%s\" \n", errno, strerror( errno) );
4410 printf( "exchangedata failed with error %d - \"%s\" \n", errno, strerror( errno) );
4417 printf( "open call failed with error %d - \"%s\" \n", errno, strerror( errno) );
4423 printf( "write call failed with error %d - \"%s\" \n", errno, strerror( errno) );
4503 printf( "statfs call failed. got errno %d - %s. \n", errno, strerror( errno ) );
4514 printf( "vm_allocate failed with error %d - \"%s\" \n", errno, strerror( errno) );
4609 my_err = errno;
4716 printf( "vm_allocate failed with error %d - \"%s\" \n", errno, strerror( errno) );
4722 printf( "vm_allocate failed with error %d - \"%s\" \n", errno, strerror( errno) );
4738 printf( "open call failed with error %d - \"%s\" \n", errno, strerror( errno) );
4755 printf( "malloc failed with error %d - \"%s\" \n", errno, strerror( errno) );
4829 printf( "open call failed with error %d - \"%s\" \n", errno, strerror( errno) );
4898 printf( "read call failed with error %d - \"%s\" \n", errno, strerror( errno) );
4915 printf( "lio_listio call failed with error %d - \"%s\" \n", errno, strerror( errno) );
4923 printf( "aio_suspend call failed with error %d - \"%s\" \n", errno, strerror( errno) );
4982 printf( "msgget failed with errno %d - %s \n", errno, strerror( errno ) );
4989 printf( "msgctl failed with errno %d - %s \n", errno, strerror( errno ) );
5006 printf( "msgsnd failed with errno %d - %s \n", errno, strerror( errno ) );
5012 printf( "msgctl failed with errno %d - %s \n", errno, strerror( errno ) );
5024 printf( "msgrcv failed with errno %d - %s \n", errno, strerror( errno ) );
5038 printf( "msgctl failed with errno %d - %s \n", errno, strerror( errno ) );
5049 printf( "msgctl IPC_RMID failed with errno %d - %s \n", errno, strerror( errno ) );
5115 printf("data_exec-i386 failed in posix_spawn %s\n", strerror(errno));
5120 printf("data_exec-i386 wait4 failed with errno %d - %s\n", errno, strerror(errno));
5154 printf("sysctlbyname(\"kern.slide\") failed with errno %d\n", errno);
5173 if (errno == ENOTSUP) {
5176 printf("kas_info(KAS_INFO_KERNEL_TEXT_SLIDE_SELECTOR, &slide, &size) returned unexpected errno (errno %d)\n", errno);
5184 if ((result == 0) || (errno != EFAULT)) {
5185 printf("kas_info(KAS_INFO_KERNEL_TEXT_SLIDE_SELECTOR, NULL, &size) returned unexpected success or errno (result %d errno %d)\n", result, errno);
5191 if ((result == 0) || (errno != EINVAL)) {
5192 printf("kas_info(KAS_INFO_KERNEL_TEXT_SLIDE_SELECTOR, NULL, &size+1) returned unexpected success or errno (result %d errno %d)\n", result, errno);
5197 if ((result == 0) || (errno != EFAULT)) {
5198 printf("kas_info(KAS_INFO_KERNEL_TEXT_SLIDE_SELECTOR, NULL, NULL) returned unexpected success or errno (result %d errno %d)\n", result, errno);
5204 if ((result == 0) || (errno != EINVAL)) {
5205 printf("kas_info(KAS_INFO_MAX_SELECTOR, &slide, &size) returned unexpected success or errno (result %d errno %d)\n", result, errno);
5230 printf( "vm_allocate failed with error %d - \"%s\" \n", errno, strerror( errno) );