Home
last modified time | relevance | path

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

/third_party/rust/crates/libc/src/unix/haiku/
H A Dnative.rs586 pub const B_GENERAL_ERROR_BASE: status_t = core::i32::MIN; consts
587 pub const B_OS_ERROR_BASE: status_t = B_GENERAL_ERROR_BASE + 0x1000;
588 pub const B_APP_ERROR_BASE: status_t = B_GENERAL_ERROR_BASE + 0x2000;
589 pub const B_INTERFACE_ERROR_BASE: status_t = B_GENERAL_ERROR_BASE + 0x3000;
590 pub const B_MEDIA_ERROR_BASE: status_t = B_GENERAL_ERROR_BASE + 0x4000;
591 pub const B_TRANSLATION_ERROR_BASE: status_t = B_GENERAL_ERROR_BASE + 0x4800;
592 pub const B_MIDI_ERROR_BASE: status_t = B_GENERAL_ERROR_BASE + 0x5000;
593 pub const B_STORAGE_ERROR_BASE: status_t = B_GENERAL_ERROR_BASE + 0x6000;
594 pub const B_POSIX_ERROR_BASE: status_t = B_GENERAL_ERROR_BASE + 0x7000;
595 pub const B_MAIL_ERROR_BASE: status_t = B_GENERAL_ERROR_BASE
[all...]

Completed in 3 milliseconds