Home
last modified time | relevance | path

Searched refs:DE_RESET (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Dopaque.h44 #define DE_RESET 1 macro
/OK3568_Linux_fs/external/xserver/os/
H A Dxdmcp.c649 dispatchException |= DE_RESET; in XdmcpCloseDisplay()
806 dispatchException |= (OneSession ? DE_TERMINATE : DE_RESET); in XdmcpDeadSession()
H A Dutils.c406 dispatchException |= DE_RESET; in AutoResetServer()
890 dispatchExceptionAtReset = DE_RESET; in ProcessCommandLine()
/OK3568_Linux_fs/external/xserver/randr/
H A Drrproviderproperty.c52 if (!(dispatchException & (DE_RESET | DE_TERMINATE))) in RRDeliverPropertyEvent()
H A Drrproperty.c53 if (!(dispatchException & (DE_RESET | DE_TERMINATE))) in RRDeliverPropertyEvent()
/OK3568_Linux_fs/external/xserver/dix/
H A Ddispatch.c512 dispatchException &= ~DE_RESET; in Dispatch()
3407 char dispatchExceptionAtReset = DE_RESET;