Home
last modified time | relevance | path

Searched refs:CloseWellKnownConnections (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DDisplay.c66 CloseWellKnownConnections(); in x_io_error_handler()
/OK3568_Linux_fs/external/xserver/dix/
H A Dmain.c348 CloseWellKnownConnections(); in dix_main()
/OK3568_Linux_fs/external/xserver/os/
H A Dconnection.c269 CloseWellKnownConnections(); in CreateWellKnownSockets()
359 CloseWellKnownConnections(void) in CloseWellKnownConnections() function
H A Dlog.c866 CloseWellKnownConnections(); in AbortServer()
/OK3568_Linux_fs/external/xserver/include/
H A Dos.h138 extern _X_EXPORT void CloseWellKnownConnections(void);
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyr.c1129 CloseWellKnownConnections(); in ephyrXcbProcessEvents()
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland.c102 CloseWellKnownConnections(); in xwl_give_up()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog29355 Avoid segfault in CloseWellKnownConnections when using -displayfd
29359 already in use), it calls CloseWellKnownConnections to close all
29361 was allocated & initialized, so CloseWellKnownConnections would
36770 Clear ListenTransConns entries in CloseWellKnownConnections
36774 if we come back into CloseWellKnownConnections again.
36777 the shutdown section of the main() loop called CloseWellKnownConnections()
36779 called AbortServer(), which called CloseWellKnownConnections() again.