Searched refs:pPtr (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xfs/dist/difs/
H A Dfontinfo.c262 #define pPtr ((QEclosurePtr) data) macro
271 err = GetExtents (pPtr->client, pPtr->pfont,
272 pPtr->flags, pPtr->nranges, pPtr->range, &num_extents, &extents);
274 if (!pPtr->slept) {
275 pPtr->pfont->unload_glyphs = NULL; /* Not a safe call for this font */
276 pPtr->slept = TRUE;
277 ClientSleep(client, do_query_extents, (pointer) pPtr);
348 #define pPtr macro
[all...]
/xsrc/external/mit/xf86-video-nsc/dist/src/panel/
H A Dpnl_init.c572 PPnl_PanelParams pPtr; local in function:Pnl_InitPanel
575 pPtr = &sPanelParam;
577 pPtr = pParam;
579 if (!pPtr->PanelPresent) {
582 if ((pPtr->PanelChip < 0) || (pPtr->Platform < 0))
587 if ((pPtr->Platform == DRACO_PLATFORM) && (pPtr->PanelChip == PNL_9210)) {
588 Draco9210Init(&(pPtr->PanelStat));
594 if (pPtr
[all...]
/xsrc/external/mit/xf86-video-geode/dist/src/panel/
H A Dpnl_init.c493 Pnl_PanelParams *pPtr; local in function:Pnl_InitPanel
496 pPtr = &sPanelParam;
498 pPtr = pParam;
500 if (!pPtr->PanelPresent) {
504 if ((pPtr->PanelChip < 0) || (pPtr->Platform < 0))
509 if ((pPtr->Platform == DRACO_PLATFORM)
510 && (pPtr->PanelChip == PNL_9210)) {
511 Draco9210Init(&(pPtr->PanelStat));
517 if (pPtr
[all...]
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_driver.c281 RADEONPreInt10Save(ScrnInfoPtr pScrn, void **pPtr) argument
303 *pPtr = (void *)&SaveStruct;

Completed in 10 milliseconds