Home
last modified time | relevance | path

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

/sys/kern/
Ddisk.c87 ctrlNo = Debug_StrToInt(argv[1]); in Debug_DumpDisk()
88 diskNo = Debug_StrToInt(argv[2]); in Debug_DumpDisk()
89 sector = Debug_StrToInt(argv[3]); in Debug_DumpDisk()
Ddebug.c124 Debug_StrToInt(const char *s) in Debug_StrToInt() function
160 return Debug_StrToInt(s); in Debug_SymbolToInt()
Dsysctl.c171 val->value = Debug_StrToInt(argv[2]); in Debug_SysCtl()
/sys/amd64/
Ddebug.c93 int cpuNo = Debug_StrToInt(argv[1]); in Debug_Registers()
138 int cpuNo = Debug_StrToInt(argv[1]); in Debug_Backtrace()
171 uint64_t addr = Debug_StrToInt(argv[1]); in Debug_SetBreakpoint()
/sys/include/
Dkdebug.h26 uint64_t Debug_StrToInt(const char *s);
/sys/dev/
Dpci.c404 bus = Debug_StrToInt(argv[1]); in Debug_PCIDump()
405 device = Debug_StrToInt(argv[2]); in Debug_PCIDump()
406 func = Debug_StrToInt(argv[3]); in Debug_PCIDump()