Home
last modified time | relevance | path

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

/freebsd/sbin/nvmecontrol/modules/samsung/
H A Dsamsung.c136 uint128_to_str(to128(temp->luw), cbuf, sizeof(cbuf))); in print_samsung_extended_smart()
138 uint128_to_str(to128(temp->lnw), cbuf, sizeof(cbuf))); in print_samsung_extended_smart()
140 uint128_to_str(to128(temp->lur), cbuf, sizeof(cbuf))); in print_samsung_extended_smart()
150 uint128_to_str(to128(temp->poh), cbuf, sizeof(cbuf))); in print_samsung_extended_smart()
152 uint128_to_str(to128(temp->npoc), cbuf, sizeof(cbuf))); in print_samsung_extended_smart()
154 uint128_to_str(to128(temp->spoc), cbuf, sizeof(cbuf))); in print_samsung_extended_smart()
/freebsd/sbin/nvmecontrol/
H A Dlogpage.c325 uint128_to_str(to128(health->data_units_read), cbuf, sizeof(cbuf)));
327 uint128_to_str(to128(health->data_units_written), cbuf, sizeof(cbuf))); in print_log_health()
329 uint128_to_str(to128(health->host_read_commands), cbuf, sizeof(cbuf))); in print_log_health()
331 uint128_to_str(to128(health->host_write_commands), cbuf, sizeof(cbuf))); in print_log_health()
333 uint128_to_str(to128(health->controller_busy_time), cbuf, sizeof(cbuf))); in print_log_health()
335 uint128_to_str(to128(health->power_cycles), cbuf, sizeof(cbuf))); in print_log_health()
337 uint128_to_str(to128(health->power_on_hours), cbuf, sizeof(cbuf))); in print_log_health()
339 uint128_to_str(to128(health->unsafe_shutdowns), cbuf, sizeof(cbuf))); in print_log_health()
341 uint128_to_str(to128(health->media_errors), cbuf, sizeof(cbuf))); in print_log_health()
343 uint128_to_str(to12 in print_log_health()
[all...]
H A Dnc_util.c33 uint128_to_str(uint128_t u, char *buf, size_t buflen) in uint128_to_str() function
H A Didentify_ext.c217 uint128_to_str(to128(cdata->untncap.tnvmcap), in nvme_print_controller()
220 uint128_to_str(to128(cdata->untncap.unvmcap), in nvme_print_controller()
H A Dnvmecontrol.h126 char * uint128_to_str(uint128_t u, char *buf, size_t buflen);
H A Didentify.c152 uint128_to_str(to128(nsdata->nvmcap), cbuf, sizeof(cbuf))); in print_namespace()