Searched defs:SYSCALL (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xf86-input-synaptics/dist/src/
H A Dpsmcomm.c52 #define SYSCALL(call) while (((call) == -1) && (errno == EINTR)) macro
H A Deventcomm.c54 #define SYSCALL(call) while (((call) == -1) && (errno == EINTR)) macro
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/
H A Dxf86_OSlib.h350 #define SYSCALL(call) while(((call) == -1) && (errno == EINTR)) macro
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/
H A Dxf86_OSlib.h410 #define SYSCALL(call) while(((call) == -1) && (errno == EINTR)) macro
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/common/
H A Disa.hpp100 bool SYSCALL(void) { return CPU_Rep.isIntel_ && CPU_Rep.f_81_EDX_[11]; } function in class:InstructionSet
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/common/
H A Disa.hpp100 bool SYSCALL(void) { return CPU_Rep.isIntel_ && CPU_Rep.f_81_EDX_[11]; } function in class:InstructionSet
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
H A Dlnx-keyboard.c200 #define SYSCALL(call) while(((call) == -1) && (errno == EINTR)) macro
/xsrc/external/mit/xf86-input-elographics/dist/src/
H A Dxf86Elo.c147 #define SYSCALL(call) while(((call) == -1) && (errno == EINTR)) macro
169 #define SYSCALL(call) call macro

Completed in 11 milliseconds