Lines Matching defs:ptr
180 static int kgdbts_unreg_thread(void *ptr)
287 char *ptr = &put_str[11];
291 kgdb_hex2long(&ptr, &cont_thread_id);
477 char *ptr = &put_str[11];
480 kgdb_hex2long(&ptr, &sstep_thread_id);
505 char *ptr = &put_str[11];
506 kgdb_hex2long(&ptr, &sstep_thread_id);
970 char *ptr;
983 ptr = strchr(config, 'F');
984 if (ptr)
985 clone_test = simple_strtol(ptr + 1, NULL, 10);
986 ptr = strchr(config, 'S');
987 if (ptr)
988 do_sys_open_test = simple_strtol(ptr + 1, NULL, 10);
989 ptr = strchr(config, 'N');
990 if (ptr)
991 nmi_sleep = simple_strtol(ptr+1, NULL, 10);
992 ptr = strchr(config, 'I');
993 if (ptr)
994 sstep_test = simple_strtol(ptr+1, NULL, 10);