Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/nvmecontrol/modules/samsung/
H A Dsamsung.c137 uint128_to_str(to128(temp->luw), cbuf, sizeof(cbuf))); in print_samsung_extended_smart()
139 uint128_to_str(to128(temp->lnw), cbuf, sizeof(cbuf))); in print_samsung_extended_smart()
141 uint128_to_str(to128(temp->lur), cbuf, sizeof(cbuf))); in print_samsung_extended_smart()
151 uint128_to_str(to128(temp->poh), cbuf, sizeof(cbuf))); in print_samsung_extended_smart()
153 uint128_to_str(to128(temp->npoc), cbuf, sizeof(cbuf))); in print_samsung_extended_smart()
155 uint128_to_str(to128(temp->spoc), cbuf, sizeof(cbuf))); in print_samsung_extended_smart()
/freebsd-14.2/sbin/nvmecontrol/
H A Dlogpage.c326 uint128_to_str(to128(health->data_units_read), cbuf, sizeof(cbuf))); in print_log_health()
328 uint128_to_str(to128(health->data_units_written), cbuf, sizeof(cbuf))); in print_log_health()
330 uint128_to_str(to128(health->host_read_commands), cbuf, sizeof(cbuf))); in print_log_health()
332 uint128_to_str(to128(health->host_write_commands), cbuf, sizeof(cbuf))); in print_log_health()
334 uint128_to_str(to128(health->controller_busy_time), cbuf, sizeof(cbuf))); in print_log_health()
336 uint128_to_str(to128(health->power_cycles), cbuf, sizeof(cbuf))); in print_log_health()
338 uint128_to_str(to128(health->power_on_hours), cbuf, sizeof(cbuf))); in print_log_health()
340 uint128_to_str(to128(health->unsafe_shutdowns), cbuf, sizeof(cbuf))); in print_log_health()
342 uint128_to_str(to128(health->media_errors), cbuf, sizeof(cbuf))); in print_log_health()
344 uint128_to_str(to128(health->num_error_info_log_entries), cbuf, sizeof(cbuf))); in print_log_health()
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.c218 uint128_to_str(to128(cdata->untncap.tnvmcap), in nvme_print_controller()
221 uint128_to_str(to128(cdata->untncap.unvmcap), in nvme_print_controller()
H A Dnvmecontrol.h125 char * uint128_to_str(uint128_t u, char *buf, size_t buflen);
H A Didentify.c153 uint128_to_str(to128(nsdata->nvmcap), cbuf, sizeof(cbuf))); in print_namespace()