Searched refs:ESPIPE (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Derrno.h116 #define ESPIPE 29 /* Illegal seek */ macro
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsm_errno.c111 { BSM_ERRNO_ESPIPE, ESPIPE, ES("Illegal seek") },
/darwin-on-arm/xnu/libkern/zlib/
H A Dgzio.c403 #ifdef ESPIPE
404 if (errno != ESPIPE) /* fclose is broken for pipes in HP/UX */
/darwin-on-arm/xnu/bsd/kern/
H A Dsys_generic.c190 * preparefileread:ESPIPE
229 * preparefileread:ESPIPE
285 * ESPIPE
312 error = ESPIPE;
319 error = ESPIPE;
491 * ESPIPE
525 error = ESPIPE;
530 error = ESPIPE;
H A Dkern_aio.c2148 result = ESPIPE;
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_syscalls.c4181 return (ESPIPE);
4186 return(ESPIPE);

Completed in 55 milliseconds