Searched defs:cfg (Results 1 - 25 of 27) sorted by relevance

12

/vbox/src/VBox/HostServices/SharedOpenGL/unpacker/
H A Dunpack_misc.c81 GLuint cfg = READ_DATA( 12, GLuint ); local
86 cr_unpackDispatch.VBoxTexPresent( texture, cfg, xPos, yPos, cRects, pRects );
/vbox/src/VBox/Devices/USB/vrdp/
H A DUSBProxyDevice-vrdp.cpp106 static DECLCALLBACK(int) usbProxyVrdpSetConfig(PUSBPROXYDEV pProxyDev, int cfg) argument
108 LogFlow(("usbProxyVrdpSetConfig: pProxyDev=%s cfg=%#x\n", pProxyDev->pUsbIns->pszName, cfg));
112 int rc = pDevVrdp->pCallback->pfnSetConfig (pDevVrdp->pDevice, (uint8_t)cfg);
/vbox/src/VBox/GuestHost/OpenGL/packer/
H A Dpack_misc.c117 void PACK_APIENTRY crPackVBoxTexPresent( CR_PACKER_CONTEXT_ARGDECL GLuint texture, GLuint cfg, GLint xPos, GLint yPos, GLint cRects, const GLint * pRects ) argument
129 WRITE_DATA( 12, GLuint, cfg );
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Daoe.h62 struct aoecfg cfg; member in union:aoecmd
/vbox/src/VBox/Devices/USB/win/
H A DUSBProxyDevice-win.cpp277 static DECLCALLBACK(int) usbProxyWinSetConfig(PUSBPROXYDEV pProxyDev, int cfg) argument
292 Log(("usbproxy: Set config of %p to %d\n", pPriv->hDev, cfg));
293 in.bConfigurationValue = cfg;
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dnatsemi.c289 uint32_t cfg; local
301 cfg = readl ( natsemi->regs + NATSEMI_CFG );
303 cfg |= ( NATSEMI_CFG_M64ADDR | NATSEMI_CFG_EXTSTS_EN );
304 if ( ! ( cfg & NATSEMI_CFG_PCI64_DET ) )
305 cfg &= ~NATSEMI_CFG_DATA64_EN;
307 writel ( cfg, natsemi->regs + NATSEMI_CFG );
310 natsemi->cfg = ~cfg;
313 natsemi, cfg );
331 uint32_t cfg; local
[all...]
H A D3c90x.c656 unsigned int cfg; local
754 cfg = inl(inf_3c90x->IOAddr + regInternalConfig_3_l);
755 cfg &= ~(0xF << 20);
756 cfg |= (linktype << 20);
758 DBG2("Setting internal cfg register: 0x%08X (linktype: 0x%02X)\n",
759 cfg, linktype);
761 outl(cfg, inf_3c90x->IOAddr + regInternalConfig_3_l);
H A Deepro100.c321 struct ifec_cfg *cfg = NULL; local
356 cfg = malloc_dma ( sizeof ( *cfg ), CB_ALIGN );
357 if ( !cfg ) {
361 memcpy ( cfg, &ifec_cfg, sizeof ( *cfg ) );
362 cfg->link = virt_to_bus ( priv->tcbs );
363 cfg->byte[19] = ( options & 0x10 ) ? 0xC0 : 0x80;
364 ias->link = virt_to_bus ( cfg );
372 for ( i = 10; i && !cfg
[all...]
H A Dnatsemi.h301 uint32_t cfg; member in struct:natsemi_nic
H A Dvmxnet3.h382 struct vmxnet3_tx_queue_config cfg; member in struct:vmxnet3_tx_queue
391 struct vmxnet3_rx_queue_config cfg; member in struct:vmxnet3_rx_queue
H A Dsis900.h23 cfg=0x4, /* Configuration Register */ enumerator in enum:sis900_registers
/vbox/src/libs/xpcom18a4/xpcom/glue/standalone/
H A DnsGREDirServiceProvider.cpp514 FILE *cfg; local
518 if((cfg=fopen(filename,"r"))==nsnull) {
522 while (fgets(buffer, 1024, cfg) != nsnull) {
547 fclose(cfg);
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dstub.c156 void APIENTRY crVBoxTexPresent(GLuint texture, GLuint cfg, GLint xPos, GLint yPos, GLint cRects, const GLint *pRects) argument
/vbox/src/VBox/Devices/USB/
H A DUSBProxyDevice.cpp223 PVUSBDESCCONFIG cfg; local
231 cfg = (PVUSBDESCCONFIG)buf;
232 if ( cfg->bLength < VUSB_DT_CONFIG_MIN_LEN )
234 if ( cfg->bLength > len )
237 for (tmp = buf + cfg->bLength; ((tmp + 1) < end) && *tmp; tmp += *tmp)
416 PVUSBDESCCONFIG cfg; local
432 cfg = (PVUSBDESCCONFIG)descs;
433 tot_len = RT_LE2H_U16(cfg->wTotalLength);
440 if ( cfg->bNumInterfaces != cnt.num_if )
442 idx, cfg
[all...]
/vbox/src/VBox/NetworkServices/DHCP/
H A DConfig.h269 int add(BaseConfigEntity *cfg) argument
271 m_children.push_back(cfg);
276 virtual int match(Client& client, BaseConfigEntity **cfg);
302 const BaseConfigEntity *cfg,
307 m_parentCfg(cfg),
336 const BaseConfigEntity *cfg,
343 ConfigEntity(name, cfg, criteria, matchlvl),
352 const BaseConfigEntity *cfg,
356 ConfigEntity(name, cfg, criteria, 5),
386 const NetworkConfigEntity *cfg,
301 ConfigEntity(std::string& name, const BaseConfigEntity *cfg, const ClientMatchCriteria *criteria, int matchingLevel = 0) argument
335 NetworkConfigEntity(std::string name, const BaseConfigEntity *cfg, const ClientMatchCriteria *criteria, int matchlvl, const RTNETADDRIPV4& networkID, const RTNETADDRIPV4& networkMask, const RTNETADDRIPV4& lowerIP, const RTNETADDRIPV4& upperIP) argument
351 NetworkConfigEntity(std::string name, const BaseConfigEntity *cfg, const ClientMatchCriteria *criteria, const RTNETADDRIPV4& networkID, const RTNETADDRIPV4& networkMask) argument
384 HostConfigEntity(const RTNETADDRIPV4& addr, std::string name, const NetworkConfigEntity *cfg, const ClientMatchCriteria *criteria) argument
[all...]
H A DConfig.cpp85 int BaseConfigEntity::match(Client& client, BaseConfigEntity **cfg) argument
92 *cfg = this;
98 *cfg = this;
110 *cfg = matching;
/vbox/src/VBox/RDP/client-1.8.3/vrdp/
H A Drdpusb.c124 static inline int op_usbproxy_back_set_config(PUSBPROXYDEV pDev, int cfg) argument
126 return g_USBProxyDeviceHost.pfnSetConfig (pDev, cfg);
588 uint8 cfg; local
599 in_uint8(s, cfg);
601 rc = op_usbproxy_back_set_config(proxy, cfg);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dcontext.c1392 WineD3D_PixelFormat *cfg = &This->adapter->cfgs[i]; local
1396 if(cfg->iPixelType != WGL_TYPE_RGBA_ARB)
1400 if(!(cfg->windowDrawable && cfg->doubleBuffer))
1404 if(auxBuffers && !cfg->auxBuffers && matches[matchtry].require_aux)
1408 if(cfg->redSize != redBits)
1410 if(cfg->greenSize != greenBits)
1412 if(cfg->blueSize != blueBits)
1415 if(cfg->redSize < redBits)
1417 if(cfg
[all...]
H A Ddirectx.c3152 const WineD3D_PixelFormat *cfg, const struct wined3d_format_desc *format_desc)
3156 if(!cfg)
3162 if(cfg->iPixelType == WGL_TYPE_RGBA_ARB) { /* Integer RGBA formats */
3169 if(cfg->redSize < redSize)
3172 if(cfg->greenSize < greenSize)
3175 if(cfg->blueSize < blueSize)
3178 if(cfg->alphaSize < alphaSize)
3189 const WineD3D_PixelFormat *cfg, const struct wined3d_format_desc *format_desc)
3194 if(!cfg)
3212 if(!(cfg
3151 IWineD3DImpl_IsPixelFormatCompatibleWithRenderFmt(const struct wined3d_gl_info *gl_info, const WineD3D_PixelFormat *cfg, const struct wined3d_format_desc *format_desc) argument
3188 IWineD3DImpl_IsPixelFormatCompatibleWithDepthFmt(const struct wined3d_gl_info *gl_info, const WineD3D_PixelFormat *cfg, const struct wined3d_format_desc *format_desc) argument
3507 WineD3D_PixelFormat *cfg = &adapter->cfgs[it]; local
[all...]
/vbox/src/VBox/Devices/Audio/
H A DDrvHostDSound.cpp70 DSOUNDHOSTCFG cfg; member in struct:DRVHOSTDSOUND
322 hr = IDirectSound_Initialize(pDSoundStrmOut->pDS, pThis->cfg.pGuidPlay);
372 pThis->cfg.cbBufferOut,
403 bd.dwBufferBytes = pThis->cfg.cbBufferOut;
454 if (bc.dwBufferBytes != pThis->cfg.cbBufferOut)
457 bc.dwBufferBytes, pThis->cfg.cbBufferOut));
599 LPCGUID pGUID = pThis->cfg.pGuidCapture;
701 pThis->cfg.cbBufferIn,
731 bd.dwBufferBytes = pThis->cfg.cbBufferIn;
793 if (bc.dwBufferBytes != pThis->cfg
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dcontext.c1461 const struct wined3d_pixel_format *cfg = &device->adapter->cfgs[i]; local
1466 if (cfg->iPixelType != WGL_TYPE_RGBA_ARB)
1469 if (!(cfg->windowDrawable && cfg->doubleBuffer))
1471 if (cfg->redSize < redBits)
1473 if (cfg->greenSize < greenBits)
1475 if (cfg->blueSize < blueBits)
1477 if (cfg->alphaSize < alphaBits)
1479 if (cfg->depthSize < depthBits)
1481 if (stencilBits && cfg
[all...]
H A Ddirectx.c3718 const struct wined3d_pixel_format *cfg, const struct wined3d_format *format)
3725 if(cfg->iPixelType == WGL_TYPE_RGBA_ARB) { /* Integer RGBA formats */
3732 if(cfg->redSize < redSize)
3735 if(cfg->greenSize < greenSize)
3738 if(cfg->blueSize < blueSize)
3741 if(cfg->alphaSize < alphaSize)
3752 const struct wined3d_pixel_format *cfg, const struct wined3d_format *format)
3772 if(!(cfg->depthSize == depthSize || (!lockable && cfg->depthSize > depthSize)))
3777 if(cfg
3717 wined3d_check_pixel_format_color(const struct wined3d_gl_info *gl_info, const struct wined3d_pixel_format *cfg, const struct wined3d_format *format) argument
3751 wined3d_check_pixel_format_depth(const struct wined3d_gl_info *gl_info, const struct wined3d_pixel_format *cfg, const struct wined3d_format *format) argument
3905 const struct wined3d_pixel_format *cfg = &adapter->cfgs[i]; local
5176 struct wined3d_pixel_format *cfg = &adapter->cfgs[adapter->cfg_count]; local
5230 struct wined3d_pixel_format *cfg = &adapter->cfgs[adapter->cfg_count]; local
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPVdma.cpp1087 uint32_t cfg,
1106 crPackVBoxTexPresent(&pCrPacker->CrPacker, hostID, cfg, posX, posY, cRects, (int32_t*)paRects);
1083 vboxVdmaTexPresentSubmit(PVBOXMP_DEVEXT pDevExt, VBOXMP_CRPACKER *pCrPacker, uint32_t u32CrConClientID, uint32_t hostID, uint32_t cfg, int32_t posX, int32_t posY, uint32_t cRects, const RTRECT*paRects) argument
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/
H A Dserver_presenter.cpp3128 crServerDispatchVBoxTexPresent(GLuint texture, GLuint cfg, GLint xPos, GLint yPos, GLint cRects, const GLint *pRects) argument
3130 uint32_t idFb = CR_PRESENT_GET_SCREEN(cfg);
3148 rc = CrFbEntryCreateForTexId(hFb, texture, (cfg & CR_PRESENT_FLAG_TEX_NONINVERT_YCOORD) ? 0 : CRBLT_F_INVERT_SRC_YCOORDS, &hEntry);
3158 if (!(cfg & CR_PRESENT_FLAG_CLEAR_RECTS))
3170 if (!(cfg & CR_PRESENT_FLAG_CLEAR_RECTS))
/vbox/src/VBox/Main/xml/
H A DSettings.cpp1416 const xml::ElementNode *cfg; local
1417 while ((cfg = nlConfig.forAllNodes()))
1421 cfg->getAttributeValue("vm-name", strVmName);
1422 cfg->getAttributeValue("slot", u32Slot);
1423 readDhcpOptions(srv.VmSlot2OptionsM[VmNameSlotKey(strVmName, u32Slot)], *cfg);

Completed in 189 milliseconds

12