Searched refs:EIDRM (Results 1 - 9 of 9) sorted by relevance

/haiku/src/build/libroot/
H A Derrors.cpp98 #ifdef EIDRM
99 ADD_ERROR(EIDRM);
/haiku/src/system/kernel/posix/
H A Dxsi_message_queue.cpp361 fWaitingToReceive.NotifyAll(EIDRM);
362 fWaitingToSend.NotifyAll(EIDRM);
726 if (result == EIDRM || messageQueue == NULL || (messageQueue != NULL
731 return EIDRM;
832 if (result == EIDRM || messageQueue == NULL || (messageQueue != NULL
839 result = EIDRM;
H A Dxsi_semaphore.cpp100 fWaitingToIncrease.NotifyAll(EIDRM);
101 fWaitingToBeZero.NotifyAll(EIDRM);
1145 if (result == EIDRM || semaphoreSet == NULL || (semaphoreSet != NULL
1151 result = EIDRM;
/haiku/src/system/libroot/posix/string/
H A Dstrerror.c513 case EIDRM:
/haiku/src/libs/stdc++/legacy/
H A Dstrerror.c179 #if defined (EIDRM)
180 ENTRY(EIDRM, "EIDRM", "Identifier removed"),
/haiku/src/bin/
H A Derror.c215 #ifdef EIDRM
216 E(EIDRM),
/haiku/headers/build/os/support/
H A DErrors.h374 #undef EIDRM macro
460 #define EIDRM HAIKU_EIDRM macro
/haiku/headers/os/support/
H A DErrors.h179 #define EIDRM B_TO_POSIX_ERROR(B_POSIX_ERROR_BASE + 50) macro
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h636 #define EIDRM FSSH_EIDRM macro

Completed in 100 milliseconds