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

/fuchsia/zircon/third_party/ulib/musl/src/network/
H A Dresolvconf.c8 int __get_resolv_conf(struct resolvconf* conf, char* search, size_t search_sz) { argument
14 conf->ndots = 1;
15 conf->timeout = 5;
16 conf->attempts = 2;
20 f = __fopen_rb_ca("/etc/resolv.conf", &_f, _buf, sizeof _buf);
48 conf->ndots = x > 15 ? 15 : x;
55 conf->attempts = x > 10 ? 10 : x;
62 conf->timeout = x > 60 ? 60 : x;
74 if (__lookup_ipliteral(conf->ns + nns, p, AF_UNSPEC) > 0)
96 __lookup_ipliteral(conf
[all...]
H A Dres_msend.c23 const struct resolvconf* conf) {
39 timeout = 1000 * conf->timeout;
40 attempts = conf->attempts;
42 for (nns = 0; nns < conf->nns; nns++) {
43 const struct address* iplit = &conf->ns[nns];
168 struct resolvconf conf; local
169 if (__get_resolv_conf(&conf, 0, 0) < 0)
171 return __res_msend_rc(nqueries, queries, qlens, answers, alens, asize, &conf);
21 __res_msend_rc(int nqueries, const unsigned char* const* queries, const int* qlens, unsigned char* const* answers, int* alens, int asize, const struct resolvconf* conf) argument
/fuchsia/zircon/kernel/platform/pc/
H A Dhpet.cpp164 uint64_t conf = hpet_regs->timers[n].conf_caps; local
165 conf &= ~TIMER_CONF_IRQ(~0ULL);
166 conf |= TIMER_CONF_IRQ(irq);
167 hpet_regs->timers[n].conf_caps = conf;
/fuchsia/zircon/third_party/uapp/fsck-msdosfs/
H A Dfat.c454 int conf; local
518 conf = tryclear(boot, fat, head, &fat[p].next);
520 if (conf == FSERROR) {
538 conf |= FSFATMOD;
540 ret |= conf;
/fuchsia/zircon/system/dev/ethernet/dwmac/
H A Ddwmac.cpp114 dwmac_regs_->conf |= GMAC_CONF_TE | GMAC_CONF_RE;
116 dwmac_regs_->conf &= ~(GMAC_CONF_TE | GMAC_CONF_RE);
522 dwmac_regs_->conf = GMAC_CORE_INIT;
531 dwmac_regs_->conf &= ~(GMAC_CONF_TE | GMAC_CONF_RE);
H A Ddwmac.h29 uint32_t conf; /*0 0x00 */ member in struct:dw_mac_regs
/fuchsia/zircon/third_party/ulib/musl/
H A Dmusl-rules.mk180 $(LOCAL_DIR)/src/conf/confstr.c \
181 $(LOCAL_DIR)/src/conf/fpathconf.c \
182 $(LOCAL_DIR)/src/conf/pathconf.c \
183 $(LOCAL_DIR)/src/conf/sysconf.c \

Completed in 49 milliseconds