Searched refs:ESPIPE (Results 1 – 15 of 15) sorted by relevance
92 return ESPIPE; in posix_fadvise()
158 #if defined (ESPIPE)159 ENTRY(ESPIPE, "ESPIPE", "Illegal seek"),
40 ADD_ERROR(ESPIPE); in init_error_map()
417 case ESPIPE: in error_description()
336 #undef ESPIPE422 #define ESPIPE HAIKU_ESPIPE macro
446 errno = ESPIPE; in ntfs_cluster_read()482 errno = ESPIPE; in ntfs_cluster_write()
100 errno = ESPIPE; in ntfs_mft_records_read()160 errno = ESPIPE; in ntfs_mft_records_write()177 errno = ESPIPE; in ntfs_mft_records_write()
333 return ESPIPE; in ntfs_w32error_to_errno()
282 E(ESPIPE),
230 == _IO_pos_BAD && errno != ESPIPE)417 == _IO_pos_BAD && errno != ESPIPE)891 #ifdef ESPIPE892 else if (errno == ESPIPE)
494 #ifdef ESPIPE495 else if (errno == ESPIPE)
141 #define ESPIPE B_TO_POSIX_ERROR(B_POSIX_ERROR_BASE + 12) macro
894 pos = ESPIPE; in _user_seek()1124 pos = ESPIPE; in _kern_seek()
5702 return ESPIPE; in file_read()5719 return ESPIPE; in file_write()5734 return ESPIPE; in file_vector_io()5796 return ESPIPE; in file_seek()6466 return ESPIPE; in common_preallocate()
598 #define ESPIPE FSSH_ESPIPE macro