Home
last modified time | relevance | path

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

/src/contrib/ofed/opensm/opensm/
H A Dosm_subnet.c282 unsigned long int tmp_val; in opts_strtoul() local
285 tmp_val = strtoul(p_val_str, &endptr, 0); in opts_strtoul()
286 *val = tmp_val; in opts_strtoul()
292 if (tmp_val > max_value || in opts_strtoul()
293 ((tmp_val == ULONG_MAX) && errno == ERANGE)) { in opts_strtoul()
304 unsigned long long int tmp_val; in opts_strtoull() local
307 tmp_val = strtoull(p_val_str, &endptr, 0); in opts_strtoull()
308 *val = tmp_val; in opts_strtoull()
314 if (tmp_val > max_value || (tmp_val == ULLONG_MAX && errno == ERANGE)) { in opts_strtoull()
395 uint32_t tmp_val; in opts_parse_uint16() local
[all …]
/src/sys/dev/qat/qat_common/
H A Dadf_fw_counters.c125 struct list_head *tmp = NULL, *tmp_val = NULL; in adf_read_fw_counters() local
165 list_for_each_prev_safe(list_ptr, tmp_val, &ptr->param_head) in adf_read_fw_counters()
/src/contrib/ntp/ntpd/
H A Drefclock_parse.c4526 uint16_t tmp_val; in gps16x_message() local
4558 tmp_val = cfgh.health[i]; /* a 6 bit SV health code */ in gps16x_message()
4559 p = ap(buffer, sizeof(buffer), p, "; health=0x%02x (", tmp_val); in gps16x_message()
4561 if (tmp_val == 0x3F) /* satellite is unusable or doesn't even exist */ in gps16x_message()
4566 p = ap(buffer, sizeof(buffer), p, "DATA %s, ", (tmp_val & 0x20) ? "BAD" : "OK" ); in gps16x_message()
4569 switch (tmp_val & 0x1F) in gps16x_message()
4582 tmp_val = cfgh.cfg[i]; /* a 4 bit SV configuration/type code */ in gps16x_message()
4583 p = ap(buffer, sizeof(buffer), p, "; cfg=0x%02x (", tmp_val); in gps16x_message()
4584 switch (tmp_val & 0x7) in gps16x_message()
4594 if (tmp_val & 0x08) /* A-S is on, P-code is encrypted */ in gps16x_message()
/src/crypto/heimdal/lib/hdb/
H A Dmkey.c578 Key *tmp_val; in hdb_unseal_keys_kvno() local
590 tmp_val = ent->keys.val; in hdb_unseal_keys_kvno()
/src/sys/cam/scsi/
H A Dscsi_all.c7080 uint64_t tmp_val; in scsi_attrib_volcoh_sbuf() local
7086 tmp_val = 0; in scsi_attrib_volcoh_sbuf()
7123 tmp_val = *cur_ptr; in scsi_attrib_volcoh_sbuf()
7126 tmp_val = scsi_2btoul(cur_ptr); in scsi_attrib_volcoh_sbuf()
7129 tmp_val = scsi_3btoul(cur_ptr); in scsi_attrib_volcoh_sbuf()
7132 tmp_val = scsi_4btoul(cur_ptr); in scsi_attrib_volcoh_sbuf()
7135 tmp_val = scsi_8btou64(cur_ptr); in scsi_attrib_volcoh_sbuf()
7143 sbuf_printf(sb, " 0x%jx\n", (uintmax_t)tmp_val); in scsi_attrib_volcoh_sbuf()
7146 tmp_val = scsi_8btou64(cur_ptr); in scsi_attrib_volcoh_sbuf()
7147 sbuf_printf(sb, "\tVolume Coherency Count: %ju\n", (uintmax_t)tmp_val); in scsi_attrib_volcoh_sbuf()
[all …]
/src/sys/dev/bxe/
H A 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()