Home
last modified time | relevance | path

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

/rust-libc-0.2.174/src/unix/haiku/
H A Dnative.rs663 pub const B_GENERAL_ERROR_BASE: status_t = core::i32::MIN; constant
678 pub const B_NO_MEMORY: status_t = B_GENERAL_ERROR_BASE + 0;
679 pub const B_IO_ERROR: status_t = B_GENERAL_ERROR_BASE + 1;
681 pub const B_BAD_INDEX: status_t = B_GENERAL_ERROR_BASE + 3;
682 pub const B_BAD_TYPE: status_t = B_GENERAL_ERROR_BASE + 4;
683 pub const B_BAD_VALUE: status_t = B_GENERAL_ERROR_BASE + 5;
687 pub const B_TIMED_OUT: status_t = B_GENERAL_ERROR_BASE + 9;
690 pub const B_CANCELED: status_t = B_GENERAL_ERROR_BASE + 12;
691 pub const B_NO_INIT: status_t = B_GENERAL_ERROR_BASE + 13;
693 pub const B_BUSY: status_t = B_GENERAL_ERROR_BASE + 14;
[all …]