tag | line | file | source code |
hexToInt | 103 | arch/mips/kernel/gdb-stub.c | static int hexToInt(char **ptr, int *intValue); |
hexToInt | 560 | arch/mips/kernel/gdb-stub.c | if (hexToInt(&ptr, &addr) |
hexToInt | 562 | arch/mips/kernel/gdb-stub.c | && hexToInt(&ptr, &length)) { |
hexToInt | 576 | arch/mips/kernel/gdb-stub.c | if (hexToInt(&ptr, &addr) |
hexToInt | 578 | arch/mips/kernel/gdb-stub.c | && hexToInt(&ptr, &length) |
hexToInt | 596 | arch/mips/kernel/gdb-stub.c | if (hexToInt(&ptr, &addr)) |
hexToInt | 647 | arch/mips/kernel/gdb-stub.c | if (!hexToInt(&ptr, &baudrate)) |
hexToInt | 595 | arch/sparc/kernel/sparc-stub.c | if (hexToInt(&ptr, &addr) |
hexToInt | 597 | arch/sparc/kernel/sparc-stub.c | && hexToInt(&ptr, &length)) { |
hexToInt | 612 | arch/sparc/kernel/sparc-stub.c | if (hexToInt(&ptr, &addr) |
hexToInt | 614 | arch/sparc/kernel/sparc-stub.c | && hexToInt(&ptr, &length) |
hexToInt | 630 | arch/sparc/kernel/sparc-stub.c | if (hexToInt(&ptr, &addr)) { |