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

/haiku/headers/private/fs_shell/
H A Dfssh_errors.h14 #define FSSH_B_OS_ERROR_BASE FSSH_B_GENERAL_ERROR_BASE + 0x1000 macro
54 #define FSSH_B_BAD_SEM_ID (FSSH_B_OS_ERROR_BASE + 0)
55 #define FSSH_B_NO_MORE_SEMS (FSSH_B_OS_ERROR_BASE + 1)
57 #define FSSH_B_BAD_THREAD_ID (FSSH_B_OS_ERROR_BASE + 0x100)
58 #define FSSH_B_NO_MORE_THREADS (FSSH_B_OS_ERROR_BASE + 0x101)
59 #define FSSH_B_BAD_THREAD_STATE (FSSH_B_OS_ERROR_BASE + 0x102)
60 #define FSSH_B_BAD_TEAM_ID (FSSH_B_OS_ERROR_BASE + 0x103)
61 #define FSSH_B_NO_MORE_TEAMS (FSSH_B_OS_ERROR_BASE + 0x104)
63 #define FSSH_B_BAD_PORT_ID (FSSH_B_OS_ERROR_BASE + 0x200)
64 #define FSSH_B_NO_MORE_PORTS (FSSH_B_OS_ERROR_BASE
[all...]
H A Dfssh_api_wrapper.h486 #define B_OS_ERROR_BASE FSSH_B_OS_ERROR_BASE

Completed in 26 milliseconds