Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/os/
H A Daccess.c1438 int nHosts = 0; in GetHosts() local
1442 nHosts++; in GetHosts()
1468 *pnHosts = nHosts; in GetHosts()
/OK3568_Linux_fs/external/xserver/dix/
H A Ddispatch.c3200 int len, nHosts, result; in ProcListHosts() local
3213 result = GetHosts(&pdata, &nHosts, &len, &enabled); in ProcListHosts()
3222 .nHosts = nHosts in ProcListHosts()
3225 if (nHosts) { in ProcListHosts()
H A Dswaprep.c662 swaps(&pRep->nHosts); in SListHostsReply()