Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dgdb.c416 hex_digit(uint8_t nibble) in hex_digit() function
506 buf[0] = hex_digit(v >> 4); in format_byte()
507 buf[1] = hex_digit(v & 0xf); in format_byte()