Searched refs:tmp_val (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_parse.c4499 uint16_t tmp_val; local
4531 tmp_val = cfgh.health[i]; /* a 6 bit SV health code */
4532 p = ap(buffer, sizeof(buffer), p, "; health=0x%02x (", tmp_val);
4534 if (tmp_val == 0x3F) /* satellite is unusable or doesn't even exist */
4539 p = ap(buffer, sizeof(buffer), p, "DATA %s, ", (tmp_val & 0x20) ? "BAD" : "OK" );
4542 switch (tmp_val & 0x1F)
4555 tmp_val = cfgh.cfg[i]; /* a 4 bit SV configuration/type code */
4556 p = ap(buffer, sizeof(buffer), p, "; cfg=0x%02x (", tmp_val);
4557 switch (tmp_val & 0x7)
4567 if (tmp_val
[all...]
/freebsd-9.3-release/sys/dev/bxe/
H A Dbxe_elink.c13557 uint32_t lfa_sts, cfg_idx, tmp_val; local
13584 tmp_val = REG_RD(sc, params->lfa_base +
13586 tmp_val &= ~REQ_FC_AUTO_ADV_MASK;
13587 tmp_val |= params->req_fc_auto_adv;
13590 offsetof(struct shmem_lfa, additional_config), tmp_val);

Completed in 182 milliseconds