Searched refs:B_OS_ERROR_BASE (Results 1 – 1 of 1) sorted by relevance
703 pub const B_BAD_SEM_ID: status_t = B_OS_ERROR_BASE + 0;704 pub const B_NO_MORE_SEMS: status_t = B_OS_ERROR_BASE + 1;706 pub const B_BAD_THREAD_ID: status_t = B_OS_ERROR_BASE + 0x100;707 pub const B_NO_MORE_THREADS: status_t = B_OS_ERROR_BASE + 0x101;709 pub const B_BAD_TEAM_ID: status_t = B_OS_ERROR_BASE + 0x103;710 pub const B_NO_MORE_TEAMS: status_t = B_OS_ERROR_BASE + 0x104;712 pub const B_BAD_PORT_ID: status_t = B_OS_ERROR_BASE + 0x200;713 pub const B_NO_MORE_PORTS: status_t = B_OS_ERROR_BASE + 0x201;715 pub const B_BAD_IMAGE_ID: status_t = B_OS_ERROR_BASE + 0x300;716 pub const B_BAD_ADDRESS: status_t = B_OS_ERROR_BASE + 0x301;[all …]