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

/xsrc/external/mit/xf86-video-vboxvideo/dist/src/
H A Dgetmode.c60 * Fills a display mode M with a built-in mode of name pszName and dimensions
64 const char *pszName, unsigned cx, unsigned cy)
71 if (!pszName)
74 pszName = szName;
76 TRACE_LOG("pszName=%s, cx=%u, cy=%u\n", pszName, cx, cy);
98 m->name = xnfstrdup(pszName);
63 vboxFillDisplayMode(ScrnInfoPtr pScrn,DisplayModePtr m,const char * pszName,unsigned cx,unsigned cy) argument
H A DHGSMI.h92 const char *pszName; /* NULL for hardcoded channels or RTStrDup'ed name. */ member in struct:_HGSMICHANNEL
248 const char *pszName,
H A DHGSMICommon.c419 * @param pszName Name of the channel (optional, allocated by the caller).
425 const char *pszName,
446 pChannel->pszName = pszName;
423 HGSMIChannelRegister(HGSMICHANNELINFO * pChannelInfo,uint8_t u8Channel,const char * pszName,PFNHGSMICHANNELHANDLER pfnChannelHandler,void * pvChannelHandler) argument
H A Dvboxvideo.c503 static DisplayModePtr vbox_output_add_mode(VBOXPtr pVBox, DisplayModePtr *pModes, const char *pszName, int x, int y, argument
506 TRACE_LOG("pszName=%s, x=%d, y=%d\n", pszName ? pszName : "(null)", x, y);
530 if (NULL == pszName) {
533 pMode->name = xnfstrdup(pszName);
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinmultiwindowwm.c499 wchar_t *pszName; local in function:UpdateName
534 GetWindowName (pWMInfo->pDisplay, iWindow, &pszName);
535 if (pszName)
543 SetWindowTextW (hWnd, pszName);
547 free (pszName);

Completed in 9 milliseconds