Home
last modified time | relevance | path

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

/rust-libc-0.2.174/src/unix/haiku/
H A Dnative.rs747 pub const B_FILE_ERROR: status_t = B_STORAGE_ERROR_BASE + 0;
748 pub const B_FILE_EXISTS: status_t = B_STORAGE_ERROR_BASE + 2;
750 pub const B_NAME_TOO_LONG: status_t = B_STORAGE_ERROR_BASE + 4;
753 pub const B_DEVICE_FULL: status_t = B_STORAGE_ERROR_BASE + 7;
755 pub const B_IS_A_DIRECTORY: status_t = B_STORAGE_ERROR_BASE + 9;
756 pub const B_NO_MORE_FDS: status_t = B_STORAGE_ERROR_BASE + 10;
758 pub const B_LINK_LIMIT: status_t = B_STORAGE_ERROR_BASE + 12;
759 pub const B_BUSTED_PIPE: status_t = B_STORAGE_ERROR_BASE + 13;
760 pub const B_UNSUPPORTED: status_t = B_STORAGE_ERROR_BASE + 14;
762 pub const B_PARTIAL_READ: status_t = B_STORAGE_ERROR_BASE + 16;
[all …]