Searched refs:cmdstr (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/ |
D | builtin-data.c | 107 const char *cmdstr; in cmd_data() local 118 cmdstr = argv[0]; in cmd_data() 121 if (strcmp(cmd->name, cmdstr)) in cmd_data() 127 pr_err("Unknown command: %s\n", cmdstr); in cmd_data()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/os_dep/ |
D | rtw_android.c | 65 int rtw_android_cmdstr_to_num(char *cmdstr) in rtw_android_cmdstr_to_num() argument 70 if (!strncasecmp(cmdstr, android_wifi_cmd_str[cmd_num], in rtw_android_cmdstr_to_num()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/include/ |
D | rtw_android.h | 48 int rtw_android_cmdstr_to_num(char *cmdstr);
|
/kernel/linux/linux-5.10/kernel/debug/ |
D | debug_core.h | 76 extern int kdb_parse(const char *cmdstr);
|
/kernel/linux/linux-5.10/kernel/debug/kdb/ |
D | kdb_main.c | 732 static int kdb_defcmd2(const char *cmdstr, const char *argv0) in kdb_defcmd2() argument 755 cmdstr); in kdb_defcmd2() 760 s->command[s->count++] = kdb_strdup(cmdstr, GFP_KDB); in kdb_defcmd2() 969 int kdb_parse(const char *cmdstr) in kdb_parse() argument 982 cp = (char *)cmdstr; in kdb_parse() 1010 cmdstr); in kdb_parse() 1015 "command ignored\n%s\n", cmdstr); in kdb_parse() 1054 int result = kdb_defcmd2(cmdstr, argv[0]); in kdb_parse()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/toshiba/ |
D | ps3_gelic_wireless.c | 104 static const char *cmdstr(enum gelic_eurus_command ix) in cmdstr() function 135 static inline const char *cmdstr(enum gelic_eurus_command ix) in cmdstr() function 167 pr_debug("%s: cmd='%s' start\n", __func__, cmdstr(cmd->cmd)); in gelic_eurus_sync_cmd_worker() 201 pr_debug("%s: cmd='%s' done\n", __func__, cmdstr(cmd->cmd)); in gelic_eurus_sync_cmd_worker()
|