Searched refs:B_OS_ERROR_BASE (Results 1 – 1 of 1) sorted by relevance
587 pub const B_OS_ERROR_BASE: status_t = B_GENERAL_ERROR_BASE + 0x1000; constant626 pub const B_BAD_SEM_ID: status_t = B_OS_ERROR_BASE + 0;627 pub const B_NO_MORE_SEMS: status_t = B_OS_ERROR_BASE + 1;629 pub const B_BAD_THREAD_ID: status_t = B_OS_ERROR_BASE + 0x100;630 pub const B_NO_MORE_THREADS: status_t = B_OS_ERROR_BASE + 0x101;631 pub const B_BAD_THREAD_STATE: status_t = B_OS_ERROR_BASE + 0x102;632 pub const B_BAD_TEAM_ID: status_t = B_OS_ERROR_BASE + 0x103;633 pub const B_NO_MORE_TEAMS: status_t = B_OS_ERROR_BASE + 0x104;635 pub const B_BAD_PORT_ID: status_t = B_OS_ERROR_BASE + 0x200;636 pub const B_NO_MORE_PORTS: status_t = B_OS_ERROR_BASE + 0x201;[all …]