Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Dswaprep.c1036 SwapConnSetup(xConnSetup * pConnSetup, xConnSetup * pConnSetupT) in SwapConnSetup() argument
1038 cpswapl(pConnSetup->release, pConnSetupT->release); in SwapConnSetup()
1039 cpswapl(pConnSetup->ridBase, pConnSetupT->ridBase); in SwapConnSetup()
1040 cpswapl(pConnSetup->ridMask, pConnSetupT->ridMask); in SwapConnSetup()
1041 cpswapl(pConnSetup->motionBufferSize, pConnSetupT->motionBufferSize); in SwapConnSetup()
1042 cpswaps(pConnSetup->nbytesVendor, pConnSetupT->nbytesVendor); in SwapConnSetup()
1043 cpswaps(pConnSetup->maxRequestSize, pConnSetupT->maxRequestSize); in SwapConnSetup()
1044 pConnSetupT->minKeyCode = pConnSetup->minKeyCode; in SwapConnSetup()
1045 pConnSetupT->maxKeyCode = pConnSetup->maxKeyCode; in SwapConnSetup()
1046 pConnSetupT->numRoots = pConnSetup->numRoots; in SwapConnSetup()
[all …]