Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/
Dbuiltin-data.c107 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/
Drtw_android.c65 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/
Drtw_android.h48 int rtw_android_cmdstr_to_num(char *cmdstr);
/kernel/linux/linux-5.10/kernel/debug/
Ddebug_core.h76 extern int kdb_parse(const char *cmdstr);
/kernel/linux/linux-5.10/kernel/debug/kdb/
Dkdb_main.c732 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/
Dps3_gelic_wireless.c104 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()