Home
last modified time | relevance | path

Searched refs:pConnSetup (Results 1 – 2 of 2) 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 …]
/OK3568_Linux_fs/external/xserver/record/
H A Drecord.c2654 char *pConnSetup = (char *) malloc(prefixsize + restsize); in RecordConnectionSetupInfo() local
2656 if (!pConnSetup) in RecordConnectionSetupInfo()
2658 SwapConnSetupPrefix(pci->prefix, (xConnSetupPrefix *) pConnSetup); in RecordConnectionSetupInfo()
2660 (char *) (pConnSetup + prefixsize)); in RecordConnectionSetupInfo()
2662 (void *) pConnSetup, prefixsize + restsize, 0, in RecordConnectionSetupInfo()
2664 free(pConnSetup); in RecordConnectionSetupInfo()