Symbol: to128
sbin/nvmecontrol/identify.c
152
uint128_to_str(to128(nsdata->nvmcap), cbuf, sizeof(cbuf)));
sbin/nvmecontrol/identify_ext.c
217
uint128_to_str(to128(cdata->untncap.tnvmcap),
sbin/nvmecontrol/identify_ext.c
220
uint128_to_str(to128(cdata->untncap.unvmcap),
sbin/nvmecontrol/logpage.c
325
uint128_to_str(to128(health->data_units_read), cbuf, sizeof(cbuf)));
sbin/nvmecontrol/logpage.c
327
uint128_to_str(to128(health->data_units_written), cbuf, sizeof(cbuf)));
sbin/nvmecontrol/logpage.c
329
uint128_to_str(to128(health->host_read_commands), cbuf, sizeof(cbuf)));
sbin/nvmecontrol/logpage.c
331
uint128_to_str(to128(health->host_write_commands), cbuf, sizeof(cbuf)));
sbin/nvmecontrol/logpage.c
333
uint128_to_str(to128(health->controller_busy_time), cbuf, sizeof(cbuf)));
sbin/nvmecontrol/logpage.c
335
uint128_to_str(to128(health->power_cycles), cbuf, sizeof(cbuf)));
sbin/nvmecontrol/logpage.c
337
uint128_to_str(to128(health->power_on_hours), cbuf, sizeof(cbuf)));
sbin/nvmecontrol/logpage.c
339
uint128_to_str(to128(health->unsafe_shutdowns), cbuf, sizeof(cbuf)));
sbin/nvmecontrol/logpage.c
341
uint128_to_str(to128(health->media_errors), cbuf, sizeof(cbuf)));
sbin/nvmecontrol/logpage.c
343
uint128_to_str(to128(health->num_error_info_log_entries), cbuf, sizeof(cbuf)));
sbin/nvmecontrol/modules/samsung/samsung.c
136
uint128_to_str(to128(temp->luw), cbuf, sizeof(cbuf)));
sbin/nvmecontrol/modules/samsung/samsung.c
138
uint128_to_str(to128(temp->lnw), cbuf, sizeof(cbuf)));
sbin/nvmecontrol/modules/samsung/samsung.c
140
uint128_to_str(to128(temp->lur), cbuf, sizeof(cbuf)));
sbin/nvmecontrol/modules/samsung/samsung.c
150
uint128_to_str(to128(temp->poh), cbuf, sizeof(cbuf)));
sbin/nvmecontrol/modules/samsung/samsung.c
152
uint128_to_str(to128(temp->npoc), cbuf, sizeof(cbuf)));
sbin/nvmecontrol/modules/samsung/samsung.c
154
uint128_to_str(to128(temp->spoc), cbuf, sizeof(cbuf)));