/vbox/src/VBox/Additions/x11/Installer/ |
H A D | x11restore.pl | 30 foreach $cfg (@cfg_files) 32 if (open(CFG, $cfg)) 41 if (open(BAK, $cfg.".bak")) 44 rename $cfg.".bak", $cfg; 51 unlink $cfg
|
H A D | x11config15.pl | 39 foreach $cfg (@cfg_files) { 40 move $cfg.".vbox", $cfg; 41 unlink $cfg.".vbox"; 47 foreach $cfg (@cfg_files) { 49 if (open(CFG, $cfg)) { 74 # We do not overwrite existing $cfg.".vbox" files because that will 76 copy $cfg, $cfg.".bak"; 77 if (! -e $cfg [all...] |
H A D | x11config15sol.pl | 28 my $cfg; 44 foreach $cfg (@cfg_files) 46 if (open(CFG, $cfg)) 82 rename $cfg, $cfg.".bak"; 83 system("cp $temp $cfg"); 87 if (($os_type =~ 'SunOS') && ($cfg =~ '/etc/X11/.xorg.conf')) 89 system("mv -f $cfg /etc/X11/xorg.conf");
|
H A D | x11config.pl | 28 foreach $cfg (@cfg_files) 31 if (open(CFG, $cfg)) 112 rename $cfg, $cfg.".bak"; 113 system("cp $temp $cfg"); 117 if (($os_type =~ 'SunOS') && ($cfg =~ '/etc/X11/.xorg.conf')) 119 system("mv -f $cfg /etc/X11/xorg.conf");
|
H A D | x11config.sh | 48 cfg="$1" 49 tmp="$cfg.vbox.tmp" 50 test -w "$cfg" || { echo "$cfg does not exist"; return; } 55 xkb_opts="`cat "$cfg" | sed -n -e "/$KBD_SECTION/,/$END_SECTION/p" | 57 kbd_drv="`cat "$cfg" | sed -n -e "/$KBD_SECTION/,/$END_SECTION/p" | 62 # based on $cfg. 64 cat "$cfg" | sed -e "/$ALL_SECTIONS/,/$END_SECTION/s/\\(.*\\)/# \\1/" >> "$tmp" 136 test -n "$no_bak" -o -f "$cfg.vbox" || cp "$cfg" " [all...] |
H A D | x11config15suse.pl | 53 foreach $cfg (@cfg_files) { 54 move "$cfg.vbox", $cfg; 55 unlink "$cfg.vbox"; 61 foreach $cfg (@cfg_files) { 63 if (open(CFG, $cfg)) { 136 # We do not overwrite existing "$cfg.vbox" files in order to keep a 139 copy $cfg, "$cfg.bak"; 140 if (! -e "$cfg [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/ |
H A D | _vbox.cfg | 43 # include <md/_darwin.cfg> 45 # include <md/_freebsd.cfg> 47 # include <md/_l4v2.cfg> 49 # include <md/_linux.cfg> 51 # include <md/_netbsd.cfg> 53 # include <md/_openbsd.cfg> 56 # include <md/_solaris32.cfg> 58 # include <md/_solaris64.cfg> 61 # include <md/_os2.cfg>
|
/vbox/src/VBox/Devices/PC/ipxe/src/util/ |
H A D | genliso | 34 cfg=$dir/syslinux.cfg 35 cat > $cfg <<EOF 63 done >> $cfg 65 mcopy -i $img $cfg ::syslinux.cfg
|
H A D | gensdsk | 30 cfg=$dir/syslinux.cfg 31 cat > $cfg <<EOF 58 done >> $cfg 59 mcopy -i $img $cfg ::syslinux.cfg
|
H A D | geniso | 39 cfg=$dir/isolinux.cfg 41 cat > $cfg <<EOF 66 done >> $cfg
|
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/ |
H A D | xtrapemacros.h | 139 #define XETrapGetCfgMaxPktSize(cfg) ((cfg)->max_pkt_size) 140 #define XETrapGetCfgCmdKey(cfg) ((cfg)->cmd_key) 141 #define XETrapGetCfgFlags(cfg,e,a) \ 142 memcpy((a), (cfg)->flags.e, sizeof((cfg)->flags.e)) 143 #define XETrapGetCfgFlagTimestamp(cfg,e) \ 144 (BitValue((cfg)->flags.e, XETrapTimestamp)) 145 #define XETrapGetCfgFlagCmd(cfg, [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ |
H A D | natsemi.c | 289 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 D | eepro100.c | 321 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 D | vmxnet3.c | 437 queues->tx.cfg.desc_address = 439 queues->tx.cfg.comp_address = 441 queues->tx.cfg.num_desc = cpu_to_le32 ( VMXNET3_NUM_TX_DESC ); 442 queues->tx.cfg.num_comp = cpu_to_le32 ( VMXNET3_NUM_TX_COMP ); 443 queues->rx.cfg.desc_address[0] = 445 queues->rx.cfg.comp_address = 447 queues->rx.cfg.num_desc[0] = cpu_to_le32 ( VMXNET3_NUM_RX_DESC ); 448 queues->rx.cfg.num_comp = cpu_to_le32 ( VMXNET3_NUM_RX_COMP );
|
/vbox/src/VBox/HostServices/SharedOpenGL/unpacker/ |
H A D | unpack_misc.c | 81 GLuint cfg = READ_DATA( 12, GLuint ); local 86 cr_unpackDispatch.VBoxTexPresent( texture, cfg, xPos, yPos, cRects, pRects );
|
/vbox/src/VBox/NetworkServices/DHCP/ |
H A D | Config.h | 269 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...] |
/vbox/src/VBox/Devices/Audio/ |
H A D | DrvHostDSound.cpp | 70 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/Installer/linux/debian/ |
H A D | preinst.in | 58 if [ -r /etc/vbox/vbox.cfg ]; then 59 . /etc/vbox/vbox.cfg
|
/vbox/src/VBox/Installer/solaris/ |
H A D | smf-vboxautostart.sh | 50 [ -z "$VW_CONFIG" ] && VW_CONFIG=/etc/vbox/autostart.cfg 93 [ -z "$VW_CONFIG" ] && VW_CONFIG=/etc/vbox/autostart.cfg
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/ |
H A D | aoe.h | 62 struct aoecfg cfg; member in union:aoecmd
|
/vbox/src/VBox/Devices/USB/ |
H A D | USBProxyDevice.cpp | 223 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/debian/ |
H A D | preinst.in | 58 if [ -r /etc/vbox/vbox.cfg ]; then 59 . /etc/vbox/vbox.cfg
|
/vbox/src/VBox/Installer/linux/ |
H A D | vboxautostart-service.sh | 31 [ -f /etc/vbox/vbox.cfg ] && . /etc/vbox/vbox.cfg
|
/vbox/src/libs/xpcom18a4/xpcom/glue/standalone/ |
H A D | nsGREDirServiceProvider.cpp | 514 FILE *cfg; local 518 if((cfg=fopen(filename,"r"))==nsnull) { 522 while (fgets(buffer, 1024, cfg) != nsnull) { 547 fclose(cfg);
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/ |
H A D | directx.c | 3718 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...] |