Home
last modified time | relevance | path

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

/freebsd-13.1/usr.bin/mt/
H A Dmt.c899 MT_MEDIA_BLOCKSIZE].entry->value_unsigned)); in nstatus_print()
902 MT_MEDIA_DENSITY].entry->value_unsigned); in nstatus_print()
992 req_status_items[i].entry->value_unsigned); in nstatus_print()
1274 && (supported_entry->value_unsigned == 0))) in mt_protect()
1421 denstostring(entry->value_unsigned)); in mt_print_density_entry()
1424 if (entry->value_unsigned & MT_DENS_WRITE_OK) { in mt_print_density_entry()
1433 (entry->value_unsigned & MT_DENS_DUP) ? "Yes" : in mt_print_density_entry()
1438 (double)((double)entry->value_unsigned / 10)); in mt_print_density_entry()
1442 (uintmax_t)entry->value_unsigned); in mt_print_density_entry()
1446 (uintmax_t)entry->value_unsigned); in mt_print_density_entry()
[all …]
/freebsd-13.1/lib/libmt/
H A Dmtlib.h55 uint64_t value_unsigned; member
H A Dmtlib.c197 entry->value_unsigned = strtoull(str, NULL, 0); in mt_end_element()
405 sbuf_printf(sb, fmt, (uintmax_t)entry->value_unsigned); in mt_entry_sbuf()
408 (uintmax_t)entry->value_unsigned); in mt_entry_sbuf()
/freebsd-13.1/sys/sys/
H A Dmtio.h246 uint64_t value_unsigned; member
/freebsd-13.1/usr.sbin/camdd/
H A Dcamdd.c1021 *max_iosize = req_status_items[CAMDD_TS_EFF_IOSIZE].entry->value_unsigned; in camdd_probe_tape()
1022 *max_blk= req_status_items[CAMDD_TS_MAX_BLK].entry->value_unsigned; in camdd_probe_tape()
1023 *min_blk= req_status_items[CAMDD_TS_MIN_BLK].entry->value_unsigned; in camdd_probe_tape()
1024 *blk_gran = req_status_items[CAMDD_TS_BLK_GRAN].entry->value_unsigned; in camdd_probe_tape()
/freebsd-13.1/sys/cam/scsi/
H A Dscsi_sa.c1318 if ((ps[i].value.value_unsigned < ent->min_val) in sasetprotents()
1319 || (ps[i].value.value_unsigned > ent->max_val)) { in sasetprotents()
1323 (uintmax_t)ps[i].value.value_unsigned, ent->min_val, in sasetprotents()
1328 *(ent->value) = ps[i].value.value_unsigned; in sasetprotents()