Home
last modified time | relevance | path

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

/sys/include/
Dkdebug.h15 void Debug_PrintHex(const char *data, size_t length, off_t off, size_t limit);
/sys/kern/
Ddebug.c30 Debug_PrintHex(const char *data, size_t length, off_t off, size_t limit) in Debug_PrintHex() function
218 Debug_PrintHex((const char *)off, len, 0, len); in Debug_Dump()
Ddisk.c100 Debug_PrintHex((const char *)&buf, 512, 0, 512); in Debug_DumpDisk()
/sys/dev/
Dahci.c323 Debug_PrintHex((const char *)&ident, 512, 0, 512); in AHCI_IdentifyPort()
326 Debug_PrintHex((const char *)&val, 8, 0, 8); in AHCI_IdentifyPort()