Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dgdb.c503 format_byte(uint8_t v, uint8_t *buf) in format_byte() function
519 format_byte(v, buf); in send_byte()
584 format_byte(v, buf); in append_byte()
607 format_byte(value, buf + (len - i - 1) * 2); in append_unsigned_be()
609 format_byte(value, (uint8_t *)(buf + (len - i - 1) * 2)); in append_unsigned_be()