Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/sh/kernel/
Dkgdb_stub.c337 static int hex_to_int(char **ptr, int *int_value) in hex_to_int() function
893 if (hex_to_int(&ptr, &addr) && (*ptr++ == ',')) in read_mem_msg()
894 if (hex_to_int(&ptr, &length)) { in read_mem_msg()
924 if (hex_to_int(&ptr, &addr) && (*ptr++ == ',')) in write_mem_msg()
925 if (hex_to_int(&ptr, &length) && (*ptr++ == ':')) { in write_mem_msg()
950 if (hex_to_int(&ptr, &addr)) in continue_msg()
965 hex_to_int(&ptr, &signal); in continue_with_sig_msg()
970 if (hex_to_int(&ptr, &addr)) in continue_with_sig_msg()
1036 hex_to_int(&ptr, &threadid); in set_thread_msg()
1072 hex_to_int(&ptr, &threadid); in thread_status_msg()
[all …]