Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/lib/libspl/
H A Dbacktrace.c53 spl_bt_u64_to_hex_str(uint64_t v, size_t n, char *buf, size_t buflen) in spl_bt_u64_to_hex_str() function
144 n = spl_bt_u64_to_hex_str(regnum, 2, in libspl_backtrace()
167 n = spl_bt_u64_to_hex_str(v, 16, buf, sizeof (buf)); in libspl_backtrace()
200 n = spl_bt_u64_to_hex_str(v, 16, buf, sizeof (buf)); in libspl_backtrace()
225 n = spl_bt_u64_to_hex_str(v, 2, buf, sizeof (buf)); in libspl_backtrace()
246 n = spl_bt_u64_to_hex_str(v, 2, buf, sizeof (buf)); in libspl_backtrace()