Searched refs:value_unsigned (Results 1 – 6 of 6) sorted by relevance
899 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 …]
55 uint64_t value_unsigned; member
197 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()
246 uint64_t value_unsigned; member
1021 *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()
1318 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()