Searched refs:pConnSetup (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xfs/dist/difs/
H A Dswaprep.c58 static void SwapConnSetupAccept(fsConnSetupAccept *pConnSetup, fsConnSetupAccept *pConnSetupT);
432 fsConnSetupAccept *pConnSetup = (fsConnSetupAccept *) pInfo; local in function:WriteSConnectionInfo
440 SwapConnSetupAccept(pConnSetup, (fsConnSetupAccept *) pInfoT);
444 i = (pConnSetup->vendor_len + 3) & ~3;
452 SwapConnSetupAccept(fsConnSetupAccept *pConnSetup, fsConnSetupAccept *pConnSetupT) argument
454 pConnSetupT->length = lswapl(pConnSetup->length);
455 pConnSetupT->max_request_len = lswaps(pConnSetup->max_request_len);
456 pConnSetupT->vendor_len = lswaps(pConnSetup->vendor_len);
457 pConnSetupT->release_number = lswapl(pConnSetup->release_number);
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dswaprep.c1158 SwapConnSetup(xConnSetup *pConnSetup, xConnSetup *pConnSetupT) argument
1160 cpswapl(pConnSetup->release, pConnSetupT->release);
1161 cpswapl(pConnSetup->ridBase, pConnSetupT->ridBase);
1162 cpswapl(pConnSetup->ridMask, pConnSetupT->ridMask);
1163 cpswapl(pConnSetup->motionBufferSize, pConnSetupT->motionBufferSize);
1164 cpswaps(pConnSetup->nbytesVendor, pConnSetupT->nbytesVendor);
1165 cpswaps(pConnSetup->maxRequestSize, pConnSetupT->maxRequestSize);
1166 pConnSetupT->minKeyCode = pConnSetup->minKeyCode;
1167 pConnSetupT->maxKeyCode = pConnSetup->maxKeyCode;
1168 pConnSetupT->numRoots = pConnSetup
1216 xConnSetup *pConnSetup = (xConnSetup *)pInfo; local in function:SwapConnSetupInfo
[all...]
/xsrc/external/mit/xorg-server/dist/dix/
H A Dswaprep.c1036 SwapConnSetup(xConnSetup * pConnSetup, xConnSetup * pConnSetupT) argument
1038 cpswapl(pConnSetup->release, pConnSetupT->release);
1039 cpswapl(pConnSetup->ridBase, pConnSetupT->ridBase);
1040 cpswapl(pConnSetup->ridMask, pConnSetupT->ridMask);
1041 cpswapl(pConnSetup->motionBufferSize, pConnSetupT->motionBufferSize);
1042 cpswaps(pConnSetup->nbytesVendor, pConnSetupT->nbytesVendor);
1043 cpswaps(pConnSetup->maxRequestSize, pConnSetupT->maxRequestSize);
1044 pConnSetupT->minKeyCode = pConnSetup->minKeyCode;
1045 pConnSetupT->maxKeyCode = pConnSetup->maxKeyCode;
1046 pConnSetupT->numRoots = pConnSetup
1091 xConnSetup *pConnSetup = (xConnSetup *) pInfo; local in function:SwapConnSetupInfo
[all...]
/xsrc/external/mit/xorg-server.old/dist/record/
H A Drecord.c2774 char *pConnSetup = (char *)malloc(prefixsize + restsize);
2775 if (!pConnSetup)
2777 SwapConnSetupPrefix(pci->prefix, (xConnSetupPrefix*)pConnSetup);
2778 SwapConnSetupInfo((char*)pci->setup, (char*)(pConnSetup + prefixsize));
2780 (pointer)pConnSetup, prefixsize + restsize, 0);
2781 free(pConnSetup);
2770 char *pConnSetup = (char *)malloc(prefixsize + restsize); local in function:RecordConnectionSetupInfo
/xsrc/external/mit/xorg-server/dist/record/
H A Drecord.c2667 char *pConnSetup = (char *) malloc(prefixsize + restsize);
2669 if (!pConnSetup)
2671 SwapConnSetupPrefix(pci->prefix, (xConnSetupPrefix *) pConnSetup);
2673 (char *) (pConnSetup + prefixsize));
2675 (void *) pConnSetup, prefixsize + restsize, 0,
2677 free(pConnSetup);
2663 char *pConnSetup = (char *) malloc(prefixsize + restsize); local in function:RecordConnectionSetupInfo

Completed in 12 milliseconds