Searched refs:ESPIPE (Results 1 – 8 of 8) sorted by relevance
| /xnu-11215/tests/ |
| H A D | pwrite.c | 102 test_pwrite_should_fail(sockets[0], ESPIPE); 103 test_pwrite_should_fail(sockets[1], ESPIPE); 115 test_pwrite_should_fail(shm_fd, ESPIPE); 126 test_pwrite_should_fail(queue, ESPIPE); 137 test_pwrite_should_fail(pipe_fds[1], ESPIPE);
|
| H A D | pread.c | 134 test_pread_should_fail(sockets[0], ESPIPE); 135 test_pread_should_fail(sockets[1], ESPIPE); 147 test_pread_should_fail(shm_fd, ESPIPE); 158 test_pread_should_fail(queue, ESPIPE); 168 test_pread_should_fail(pipe_fds[0], ESPIPE);
|
| /xnu-11215/bsd/dev/dtrace/scripts/ |
| H A D | errno.d | 79 inline int ESPIPE = 29; variable 80 #pragma D binding "1.0" ESPIPE
|
| /xnu-11215/bsd/sys/ |
| H A D | errno.h | 121 #define ESPIPE 29 /* Illegal seek */ macro
|
| /xnu-11215/bsd/security/audit/ |
| H A D | audit_bsm_errno.c | 110 { .be_bsm_errno = BSM_ERRNO_ESPIPE, .be_local_errno = ESPIPE, ES("Illegal seek") },
|
| /xnu-11215/bsd/kern/ |
| H A D | sys_generic.c | 200 return ESPIPE; in valid_for_random_access() 205 return ESPIPE; in valid_for_random_access()
|
| H A D | kern_aio.c | 1848 result = ESPIPE; in aio_validate()
|
| /xnu-11215/bsd/vfs/ |
| H A D | vfs_syscalls.c | 6523 return ESPIPE; in lseek() 6529 return ESPIPE; in lseek()
|