Searched defs:conf (Results 1 - 22 of 22) sorted by relevance

/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/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/Audio/
H A DDrvAudio.h168 } conf = { variable in typeref:struct:__anon9882
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 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 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,
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 Dcoreaudio.c472 } conf = variable in typeref:struct:__anon9897
1151 if (conf.pszOutputDeviceUID)
1153 caVoice->audioDeviceId = caDeviceUIDtoID(conf.pszOutputDeviceUID);
1156 LogRel(("CoreAudio: [Output] Unable to find output device %s. Falling back to the default audio device. \n", conf.pszOutputDeviceUID));
2090 if (conf.pszInputDeviceUID)
2092 caVoice->audioDeviceId = caDeviceUIDtoID(conf.pszInputDeviceUID);
2095 LogRel(("CoreAudio: [Input] Unable to find input device %s. Falling back to the default audio device. \n", conf.pszInputDeviceUID));
2132 return &conf;
2142 {"OutputDeviceUID", AUD_OPT_STR, &conf.pszOutputDeviceUID,
2144 {"InputDeviceUID", AUD_OPT_STR, &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 DDevSB16.cpp105 } conf = {5, 4, 5, 1, 5, 0x220}; variable in typeref:struct:__anon9878
2109 pThis->irq = conf.irq;
2110 pThis->dma = conf.dma;
2111 pThis->hdma = conf.hdma;
2112 pThis->port = conf.port;
2113 pThis->ver = conf.ver_lo | (conf.ver_hi << 8);
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...]
/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias.c1585 char buf[256], conf[] = "/etc/libalias.conf"; local
1589 fd = fopen(conf, "r");
1591 err(1, "fopen(%s)", conf);
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
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...]
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...]
/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 */
/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/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c69 #include <sys/conf.h>
11532 * Unfortunately, array of values in .conf files are always (and
15888 dtrace_conf_t conf; local
15890 bzero(&conf, sizeof (conf));
15891 conf.dtc_difversion = DIF_VERSION;
15892 conf.dtc_difintregs = DIF_DIR_NREGS;
15893 conf.dtc_diftupregs = DIF_DTR_NREGS;
15894 conf.dtc_ctfmodel = CTF_MODEL_NATIVE;
15896 if (copyout(&conf, (voi
[all...]

Completed in 432 milliseconds