Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/os/
H A Dconnection.c707 #define NOROOM "Maximum number of clients reached" macro
729 csp.lengthReason = sizeof(NOROOM) - 1; in ConnMaxNotify()
730 csp.length = (sizeof(NOROOM) + 2) >> 2; in ConnMaxNotify()
742 iov[1].iov_base = (void *) NOROOM; in ConnMaxNotify()