Searched refs:bufferStart (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Dmach64_dri.h56 unsigned long bufferStart; /* Offset into AGP space */ member in struct:__anon7b6ec2b60108
H A Datidri.c641 pATIDRIServer->bufferStart = pATIDRIServer->ringStart + pATIDRIServer->ringMapSize;
645 pATIDRIServer->agpTexStart = pATIDRIServer->bufferStart + pATIDRIServer->bufferMapSize;
677 if ( drmAddMap( pATI->drmFD, pATIDRIServer->bufferStart, pATIDRIServer->bufferMapSize,
772 pATIDRIServer->bufferStart = 0;
889 pATIDRIServer->bufferStart );
/xsrc/external/mit/xfs/dist/difs/
H A Dfonts.c800 char *bufferStart; local in function:do_list_fonts_and_aliases
1007 bufptr = bufferStart = (char *) ALLOCATE_LOCAL(reply.length << 2);
1030 (void) WriteToClient(client, stringLens + nnames, bufferStart);
1031 DEALLOCATE_LOCAL(bufferStart);
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Ddixfonts.c579 char *bufferStart; local in function:doListFontsAndAliases
782 bufptr = bufferStart = malloc(reply.length << 2);
806 (void) WriteToClient(client, stringLens + nnames, bufferStart);
807 free(bufferStart);
H A Ddispatch.c3311 unsigned char *bufferStart; local in function:ProcGetFontPath
3315 rc = GetFontPath(client, &numpaths, &stringLens, &bufferStart);
3326 (void)WriteToClient(client, stringLens + numpaths, (char *)bufferStart);
/xsrc/external/mit/xorg-server/dist/dix/
H A Ddixfonts.c565 char *bufferStart; local in function:doListFontsAndAliases
754 bufptr = bufferStart = malloc(reply.length << 2);
777 WriteToClient(client, stringLens + nnames, bufferStart);
778 free(bufferStart);
H A Ddispatch.c3400 unsigned char *bufferStart; local in function:ProcGetFontPath
3405 rc = GetFontPath(client, &numpaths, &stringLens, &bufferStart);
3418 WriteToClient(client, stringLens + numpaths, bufferStart);

Completed in 21 milliseconds