Searched refs:B_GENERAL_ERROR_BASE (Results 1 – 2 of 2) sorted by relevance
140 B_GENERAL_ERROR_BASE = LONG_MIN variable141 B_OS_ERROR_BASE = B_GENERAL_ERROR_BASE + 0x1000142 B_APP_ERROR_BASE = B_GENERAL_ERROR_BASE + 0x2000143 B_INTERFACE_ERROR_BASE = B_GENERAL_ERROR_BASE + 0x3000144 B_MEDIA_ERROR_BASE = B_GENERAL_ERROR_BASE + 0x4000145 B_TRANSLATION_ERROR_BASE = B_GENERAL_ERROR_BASE + 0x4800146 B_MIDI_ERROR_BASE = B_GENERAL_ERROR_BASE + 0x5000147 B_STORAGE_ERROR_BASE = B_GENERAL_ERROR_BASE + 0x6000148 B_POSIX_ERROR_BASE = B_GENERAL_ERROR_BASE + 0x7000149 B_MAIL_ERROR_BASE = B_GENERAL_ERROR_BASE + 0x8000[all …]
586 pub const B_GENERAL_ERROR_BASE: status_t = core::i32::MIN; constant587 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 + 0x8000;[all …]