Home
last modified time | relevance | path

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

/lk-master/top/include/lk/
A Ddebug.h34 void hexdump8_ex(const void *ptr, size_t len, uint64_t disp_addr_start);
43 static inline void hexdump8_ex(const void *ptr, size_t len, uint64_t disp_addr_start) { }
48 hexdump8_ex(ptr, len, (uint64_t)((addr_t)ptr)); in hexdump8()
/lk-master/lib/debug/
A Ddebug.c137 void hexdump8_ex(const void *ptr, size_t len, uint64_t disp_addr) { in hexdump8_ex() function
/lk-master/dev/virtio/
A Dvirtio.c170 hexdump8_ex(buf, sizeof(buf), 0); in virtio_mmio_detect()
176 hexdump8_ex(buf, sizeof(buf), 0); in virtio_mmio_detect()
/lk-master/lib/bio/
A Ddebug.c134 hexdump8_ex(buf, err_len, offset); in cmd_bio()

Completed in 5 milliseconds