Searched refs:B_SHUTDOWN_CANCELLED (Results 1 - 6 of 6) sorted by path

/haiku/headers/build/os/support/
H A DErrors.h98 #define B_SHUTDOWN_CANCELLED (B_APP_ERROR_BASE + 17) macro
/haiku/headers/os/support/
H A DErrors.h97 #define B_SHUTDOWN_CANCELLED (B_APP_ERROR_BASE + 17) macro
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h564 #define B_SHUTDOWN_CANCELLED FSSH_B_SHUTDOWN_CANCELLED macro
/haiku/src/bin/
H A Derror.c163 #ifdef B_SHUTDOWN_CANCELLED
164 E(B_SHUTDOWN_CANCELLED),
/haiku/src/servers/registrar/
H A DShutdownProcess.cpp1342 throw_error(B_SHUTDOWN_CANCELLED);
1458 throw_error(B_SHUTDOWN_CANCELLED);
1472 throw_error(B_SHUTDOWN_CANCELLED);
1508 throw_error(B_SHUTDOWN_CANCELLED);
1534 throw_error(B_SHUTDOWN_CANCELLED);
1803 throw_error(B_SHUTDOWN_CANCELLED);
1926 throw_error(B_SHUTDOWN_CANCELLED);
/haiku/src/system/libroot/posix/string/
H A Dstrerror.c176 case B_SHUTDOWN_CANCELLED:

Completed in 94 milliseconds