Searched refs:Debug_PrintHex (Results  1 – 4 of 4) sorted by relevance
| /sys/include/ | 
| D | kdebug.h | 15 void Debug_PrintHex(const char *data, size_t length, off_t off, size_t limit);
  | 
| /sys/kern/ | 
| D | debug.c | 30 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()
  | 
| D | disk.c | 100     Debug_PrintHex((const char *)&buf, 512, 0, 512);  in Debug_DumpDisk()
  | 
| /sys/dev/ | 
| D | ahci.c | 323     Debug_PrintHex((const char *)&ident, 512, 0, 512);  in AHCI_IdentifyPort() 326     Debug_PrintHex((const char *)&val, 8, 0, 8);  in AHCI_IdentifyPort()
  |