Home
last modified time | relevance | path

Searched refs:ESPIPE (Results 1 – 8 of 8) sorted by relevance

/xnu-11215/tests/
H A Dpwrite.c102 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 Dpread.c134 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 Derrno.d79 inline int ESPIPE = 29; variable
80 #pragma D binding "1.0" ESPIPE
/xnu-11215/bsd/sys/
H A Derrno.h121 #define ESPIPE 29 /* Illegal seek */ macro
/xnu-11215/bsd/security/audit/
H A Daudit_bsm_errno.c110 { .be_bsm_errno = BSM_ERRNO_ESPIPE, .be_local_errno = ESPIPE, ES("Illegal seek") },
/xnu-11215/bsd/kern/
H A Dsys_generic.c200 return ESPIPE; in valid_for_random_access()
205 return ESPIPE; in valid_for_random_access()
H A Dkern_aio.c1848 result = ESPIPE; in aio_validate()
/xnu-11215/bsd/vfs/
H A Dvfs_syscalls.c6523 return ESPIPE; in lseek()
6529 return ESPIPE; in lseek()