Home
last modified time | relevance | path

Searched refs:tmp_val (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/ntp/ntpd/
Drefclock_parse.c4510 uint16_t tmp_val; in gps16x_message() local
4542 tmp_val = cfgh.health[i]; /* a 6 bit SV health code */ in gps16x_message()
4543 p = ap(buffer, sizeof(buffer), p, "; health=0x%02x (", tmp_val); in gps16x_message()
4545 if (tmp_val == 0x3F) /* satellite is unusable or doesn't even exist */ in gps16x_message()
4550 p = ap(buffer, sizeof(buffer), p, "DATA %s, ", (tmp_val & 0x20) ? "BAD" : "OK" ); in gps16x_message()
4553 switch (tmp_val & 0x1F) in gps16x_message()
4566 tmp_val = cfgh.cfg[i]; /* a 4 bit SV configuration/type code */ in gps16x_message()
4567 p = ap(buffer, sizeof(buffer), p, "; cfg=0x%02x (", tmp_val); in gps16x_message()
4568 switch (tmp_val & 0x7) in gps16x_message()
4578 if (tmp_val & 0x08) /* A-S is on, P-code is encrypted */ in gps16x_message()
/freebsd-10-stable/sys/cam/scsi/
Dscsi_all.c6952 uint64_t tmp_val; in scsi_attrib_volcoh_sbuf() local
6958 tmp_val = 0; in scsi_attrib_volcoh_sbuf()
6995 tmp_val = *cur_ptr; in scsi_attrib_volcoh_sbuf()
6998 tmp_val = scsi_2btoul(cur_ptr); in scsi_attrib_volcoh_sbuf()
7001 tmp_val = scsi_3btoul(cur_ptr); in scsi_attrib_volcoh_sbuf()
7004 tmp_val = scsi_4btoul(cur_ptr); in scsi_attrib_volcoh_sbuf()
7007 tmp_val = scsi_8btou64(cur_ptr); in scsi_attrib_volcoh_sbuf()
7015 sbuf_printf(sb, " 0x%jx\n", (uintmax_t)tmp_val); in scsi_attrib_volcoh_sbuf()
7018 tmp_val = scsi_8btou64(cur_ptr); in scsi_attrib_volcoh_sbuf()
7019 sbuf_printf(sb, "\tVolume Coherency Count: %ju\n", (uintmax_t)tmp_val); in scsi_attrib_volcoh_sbuf()
[all …]
/freebsd-10-stable/sys/dev/bxe/
Dbxe_elink.c13898 uint32_t lfa_sts, cfg_idx, tmp_val; in elink_cannot_avoid_link_flap() local
13925 tmp_val = REG_RD(sc, params->lfa_base + in elink_cannot_avoid_link_flap()
13927 tmp_val &= ~REQ_FC_AUTO_ADV_MASK; in elink_cannot_avoid_link_flap()
13928 tmp_val |= params->req_fc_auto_adv; in elink_cannot_avoid_link_flap()
13931 offsetof(struct shmem_lfa, additional_config), tmp_val); in elink_cannot_avoid_link_flap()