Searched refs:value_unsigned (Results 1 – 6 of 6) sorted by relevance
897 MT_MEDIA_BLOCKSIZE].entry->value_unsigned)); in nstatus_print()900 MT_MEDIA_DENSITY].entry->value_unsigned); in nstatus_print()990 req_status_items[i].entry->value_unsigned); in nstatus_print()1272 && (supported_entry->value_unsigned == 0))) in mt_protect()1419 denstostring(entry->value_unsigned)); in mt_print_density_entry()1422 if (entry->value_unsigned & MT_DENS_WRITE_OK) { in mt_print_density_entry()1431 (entry->value_unsigned & MT_DENS_DUP) ? "Yes" : in mt_print_density_entry()1436 (double)((double)entry->value_unsigned / 10)); in mt_print_density_entry()1440 (uintmax_t)entry->value_unsigned); in mt_print_density_entry()1444 (uintmax_t)entry->value_unsigned); in mt_print_density_entry()[all …]
53 uint64_t value_unsigned; member
195 entry->value_unsigned = strtoull(str, NULL, 0); in mt_end_element()403 sbuf_printf(sb, fmt, (uintmax_t)entry->value_unsigned); in mt_entry_sbuf()406 (uintmax_t)entry->value_unsigned); in mt_entry_sbuf()
245 uint64_t value_unsigned; member
1008 *max_iosize = req_status_items[CAMDD_TS_EFF_IOSIZE].entry->value_unsigned; in camdd_probe_tape()1009 *max_blk= req_status_items[CAMDD_TS_MAX_BLK].entry->value_unsigned; in camdd_probe_tape()1010 *min_blk= req_status_items[CAMDD_TS_MIN_BLK].entry->value_unsigned; in camdd_probe_tape()1011 *blk_gran = req_status_items[CAMDD_TS_BLK_GRAN].entry->value_unsigned; in camdd_probe_tape()
1315 if ((ps[i].value.value_unsigned < ent->min_val) in sasetprotents()1316 || (ps[i].value.value_unsigned > ent->max_val)) { in sasetprotents()1320 (uintmax_t)ps[i].value.value_unsigned, ent->min_val, in sasetprotents()1325 *(ent->value) = ps[i].value.value_unsigned; in sasetprotents()