Searched refs:conf (Results 1 - 25 of 58) sorted by relevance

123

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dkeyboard-cfg.h53 XF86ConfInputPtr conf; member in struct:__anon7424
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dkeyboard-cfg.h53 XF86ConfInputPtr conf; member in struct:__anon7800
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dkeyboard-cfg.h53 XF86ConfInputPtr conf; member in struct:__anon8161
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dkeyboard-cfg.h54 XF86ConfInputPtr conf; member in struct:__anon4582
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dkeyboard-cfg.h54 XF86ConfInputPtr conf; member in struct:__anon4148
/vbox/src/VBox/Devices/Audio/
H A Dalsaaudio.c78 } conf = { variable in typeref:struct:__anon9887
312 const char *pcm_name = in ? conf.pcm_name_in : conf.pcm_name_out;
412 if (!((in && conf.size_in_usec_in) || (!in && conf.size_in_usec_out))) {
420 if ((in && conf.size_in_usec_in) || (!in && conf.size_in_usec_out)) {
484 if ((in && conf.period_size_in_overriden)
485 || (!in && conf.period_size_out_overriden)) {
545 if ((in && conf
[all...]
H A Dwinaudio.c561 fd = open (conf.mixer_name, O_RDWR);
564 conf.mixer_name, errstr ()));
568 conf.recsrc = winmm_read_recsrc (fd);
571 for (i = 0; i < sizeof (conf.vol) / sizeof (conf.vol[0]); ++i) {
572 conf.vol[0].vol = winmm_read_volume (fd, conf.vol[i].ctl);
581 return &conf;
591 fd = open (conf.mixer_name, O_RDWR);
594 conf
[all...]
H A Ddsound_template.h94 for (i = 0; i < conf.lock_retries; ++i) {
123 if (i == conf.lock_retries) {
193 hw->samples = conf.bufsize_in >> hw->info.shift;
214 hw->samples = conf.bufsize_out >> hw->info.shift;
H A Dossaudio.c75 } conf = { variable in typeref:struct:__anon9909
225 const char *dspname = in ? conf.devpath_in : conf.devpath_out;
337 in ? conf.devpath_in : conf.devpath_out, in ? "ADC" : "DAC"));
397 if (conf.debug) {
406 if (conf.debug) {
495 LogRel(("OSS: Closed %s for DAC\n", conf.devpath_out));
532 req.fragsize = conf.fragsize;
533 req.nfrags = conf
[all...]
H A DDrvAudio.cpp87 if ( conf.fixed_out.enabled /** @todo Get rid of these settings! */
88 && conf.fixed_out.greedy)
610 if (conf.fixed_out.enabled)
611 pBackendCfg = &conf.fixed_out.settings;
618 RT_BOOL(conf.fixed_out.enabled)));
674 if (conf.fixed_in.enabled)
675 pBackendCfg = &conf.fixed_in.settings;
682 RT_BOOL(conf.fixed_in.enabled)));
1307 {"DACFixedSettings", AUD_OPT_BOOL, &conf.fixed_out.enabled,
1310 {"DACFixedFreq", AUD_OPT_INT, &conf
[all...]
H A Ddsoundaudio.c84 } conf = { variable in typeref:struct:__anon9898
309 for (i = 0; i < conf.restore_retries; ++i) {
604 for (i = 0; i < RT_MAX(conf.getstatus_retries, 1); ++i) {
1041 if (conf.latency_millis) {
1045 conf_blat = millis_to_bytes (&hw->info, conf.latency_millis);
1276 if (conf.device_guid_out) {
1277 int rc = RTUuidFromStr(&s->devguid_play, conf.device_guid_out);
1286 if (conf.device_guid_in) {
1287 int rc = RTUuidFromStr(&s->devguid_capture, conf.device_guid_in);
1305 {"LockRetries", AUD_OPT_INT, &conf
[all...]
H A Daudio.c122 } conf = { variable in typeref:struct:__anon9889
1528 TMTimerSet (s->ts, TMTimerGet (s->ts) + conf.period.ticks);
1533 {"DACFixedSettings", AUD_OPT_BOOL, &conf.fixed_out.enabled,
1536 {"DACFixedFreq", AUD_OPT_INT, &conf.fixed_out.settings.freq,
1539 {"DACFixedFmt", AUD_OPT_FMT, &conf.fixed_out.settings.fmt,
1542 {"DACFixedChannels", AUD_OPT_INT, &conf.fixed_out.settings.nchannels,
1545 {"DACVoices", AUD_OPT_INT, &conf.fixed_out.nb_voices,
1549 {"ADCFixedSettings", AUD_OPT_BOOL, &conf.fixed_in.enabled,
1552 {"ADCFixedFreq", AUD_OPT_INT, &conf.fixed_in.settings.freq,
1555 {"ADCFixedFmt", AUD_OPT_FMT, &conf
[all...]
H A Dsolaudio.c68 } conf = variable in typeref:struct:__anon9915
271 pSol->AudioInfo.play.buffer_size = conf.cbPlayBuffer;
390 cbPlayBuffer = conf.cbPlayBuffer;
521 return &conf;
638 pSol->AudioInfo.record.buffer_size = conf.cbRecordBuffer;
720 cbAvail = audio_MIN(cbAvail, conf.cbRecordBuffer);
847 {"PlayBufferSize", AUD_OPT_INT, &conf.cbPlayBuffer,
850 {"RECORD_BUFFER_SIZE", AUD_OPT_INT, &conf.cbRecordBuffer,
H A Daudio_template.h316 if (glue (conf.fixed_, TYPE).enabled && glue (conf.fixed_, TYPE).greedy) {
346 if (glue (conf.fixed_, TYPE).enabled) {
347 hw_as = glue (conf.fixed_, TYPE).settings;
448 if (conf.plive && sw && (!sw->active && !sw->empty)) {
470 if (!glue (conf.fixed_, TYPE).enabled && sw) {
H A Dpulseaudio.c79 } conf variable in typeref:struct:__anon9914
381 * conf.buffer_msecs_out) / 1000;
560 * conf.buffer_msecs_in) / 1000;
782 return &conf;
831 {"DAC_MS", AUD_OPT_INT, &conf.buffer_msecs_out,
833 {"ADC_MS", AUD_OPT_INT, &conf.buffer_msecs_in,
/vbox/src/libs/libxml2-2.6.31/
H A Dcheck-xinclude-test-suite.py188 conf = libxml2.parseFile(CONF) variable
189 if conf == None:
193 testsuite = conf.getRootElement()
217 conf.freeDoc()
H A Dcheck-xml-test-suite.py376 conf = loadNoentDoc(CONF) variable
377 if conf == None:
381 testsuite = conf.getRootElement()
405 conf.freeDoc()
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_ar9003_phy.c1145 struct ath_hw_radar_conf *conf)
1149 if (!conf) {
1155 radar_0 |= SM(conf->fir_power, AR_PHY_RADAR_0_FIRPWR);
1156 radar_0 |= SM(conf->radar_rssi, AR_PHY_RADAR_0_RRSSI);
1157 radar_0 |= SM(conf->pulse_height, AR_PHY_RADAR_0_HEIGHT);
1158 radar_0 |= SM(conf->pulse_rssi, AR_PHY_RADAR_0_PRSSI);
1159 radar_0 |= SM(conf->pulse_inband, AR_PHY_RADAR_0_INBAND);
1163 radar_1 |= SM(conf->pulse_maxlen, AR_PHY_RADAR_1_MAXLEN);
1164 radar_1 |= SM(conf->pulse_inband_step, AR_PHY_RADAR_1_RELSTEP_THRESH);
1165 radar_1 |= SM(conf
1144 ar9003_hw_set_radar_params(struct ath_hw *ah, struct ath_hw_radar_conf *conf) argument
1177 struct ath_hw_radar_conf *conf = &ah->radar_conf; local
[all...]
H A Dath9k_ar5008_phy.c1572 struct ath_hw_radar_conf *conf)
1576 if (!conf) {
1582 radar_0 |= SM(conf->fir_power, AR_PHY_RADAR_0_FIRPWR);
1583 radar_0 |= SM(conf->radar_rssi, AR_PHY_RADAR_0_RRSSI);
1584 radar_0 |= SM(conf->pulse_height, AR_PHY_RADAR_0_HEIGHT);
1585 radar_0 |= SM(conf->pulse_rssi, AR_PHY_RADAR_0_PRSSI);
1586 radar_0 |= SM(conf->pulse_inband, AR_PHY_RADAR_0_INBAND);
1590 radar_1 |= SM(conf->pulse_maxlen, AR_PHY_RADAR_1_MAXLEN);
1591 radar_1 |= SM(conf->pulse_inband_step, AR_PHY_RADAR_1_RELSTEP_THRESH);
1592 radar_1 |= SM(conf
1571 ar5008_hw_set_radar_params(struct ath_hw *ah, struct ath_hw_radar_conf *conf) argument
1604 struct ath_hw_radar_conf *conf = &ah->radar_conf; local
[all...]
/vbox/src/VBox/ValidationKit/testboxscript/linux/
H A Dsetup-routines.sh38 if [ -d /etc/conf.d/ ]; then
39 MY_CONFIG_FILE="/etc/conf.d/testboxscript"
/vbox/src/libs/liblzf-3.4/
H A Dconfigure38 echo "#! /bin/sh" >conf$$.sh
39 echo "exit 0" >>conf$$.sh
40 chmod +x conf$$.sh
41 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
46 rm -f conf$$.sh
484 rm -f conf$$ conf$$.exe conf$$.file
485 if test -d conf$$.dir; then
486 rm -f conf
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/OpensslLib/
H A DInstall.sh52 cp crypto/conf/conf.h ../../../Include/openssl
53 cp crypto/conf/conf_api.h ../../../Include/openssl
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Dnrv2b.c181 struct ucl_compress_config conf; member in struct:ucl_compress
943 while (m_len > c->conf.max_match)
945 code_match(c, c->conf.max_match - 3, m_off);
946 m_len -= c->conf.max_match - 3;
1008 || m_off > c->conf.max_offset)
1074 memset(&c->conf, 0xff, sizeof(c->conf));
1077 r = bbConfig(c, c->conf.bb_endian, c->conf.bb_size);
1110 if (c->conf
[all...]
/vbox/src/VBox/Runtime/r0drv/darwin/
H A Dthe-darwin-kernel.h67 #include <sys/conf.h>
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dload.c660 const char *conf = crGetenv("CR_CONFIG"); local
661 if (conf && crStrlen(conf) > 0)
662 return crStrSplit(conf, " ");
673 const char *conf = crGetenv("CR_CONFIG_PATH"); local
674 if (conf)
675 crStrcpy(configPath, conf); /* from env var */

Completed in 156 milliseconds

123