Home
last modified time | relevance | path

Searched refs:LIMITCLIENTS (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/os/
H A Dosinit.c89 int LimitClients = LIMITCLIENTS;
/OK3568_Linux_fs/external/xserver/include/
H A Dmisc.h91 #define LIMITCLIENTS 256 /* Must be a power of 2 and <= MAXCLIENTS */ macro
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Config.c938 if (LimitClients != LIMITCLIENTS) in configServerFlags()