cmdnames         3708 drivers/block/drbd/drbd_main.c 	static const char *cmdnames[] = {
cmdnames         3772 drivers/block/drbd/drbd_main.c 	if (cmd >= ARRAY_SIZE(cmdnames))
cmdnames         3774 drivers/block/drbd/drbd_main.c 	return cmdnames[cmd];
cmdnames           16 tools/lib/subcmd/help.c void add_cmdname(struct cmdnames *cmds, const char *name, size_t len)
cmdnames           28 tools/lib/subcmd/help.c void clean_cmdnames(struct cmdnames *cmds)
cmdnames           46 tools/lib/subcmd/help.c void uniq(struct cmdnames *cmds)
cmdnames           60 tools/lib/subcmd/help.c void exclude_cmds(struct cmdnames *cmds, struct cmdnames *excludes)
cmdnames          104 tools/lib/subcmd/help.c static void pretty_print_string_list(struct cmdnames *cmds, int longest)
cmdnames          155 tools/lib/subcmd/help.c static void list_commands_in_dir(struct cmdnames *cmds,
cmdnames          193 tools/lib/subcmd/help.c 		struct cmdnames *main_cmds,
cmdnames          194 tools/lib/subcmd/help.c 		struct cmdnames *other_cmds)
cmdnames          229 tools/lib/subcmd/help.c void list_commands(const char *title, struct cmdnames *main_cmds,
cmdnames          230 tools/lib/subcmd/help.c 		   struct cmdnames *other_cmds)
cmdnames          262 tools/lib/subcmd/help.c int is_in_cmdlist(struct cmdnames *c, const char *s)
cmdnames           24 tools/lib/subcmd/help.h 		struct cmdnames *main_cmds,
cmdnames           25 tools/lib/subcmd/help.h 		struct cmdnames *other_cmds);
cmdnames           26 tools/lib/subcmd/help.h void add_cmdname(struct cmdnames *cmds, const char *name, size_t len);
cmdnames           27 tools/lib/subcmd/help.h void clean_cmdnames(struct cmdnames *cmds);
cmdnames           29 tools/lib/subcmd/help.h void uniq(struct cmdnames *cmds);
cmdnames           31 tools/lib/subcmd/help.h void exclude_cmds(struct cmdnames *cmds, struct cmdnames *excludes);
cmdnames           32 tools/lib/subcmd/help.h int is_in_cmdlist(struct cmdnames *c, const char *s);
cmdnames           33 tools/lib/subcmd/help.h void list_commands(const char *title, struct cmdnames *main_cmds,
cmdnames           34 tools/lib/subcmd/help.h 		   struct cmdnames *other_cmds);
cmdnames          298 tools/perf/builtin-help.c static struct cmdnames main_cmds, other_cmds;
cmdnames           32 tools/perf/util/help-unknown-cmd.c static int add_cmd_list(struct cmdnames *cmds, struct cmdnames *old)
cmdnames           58 tools/perf/util/help-unknown-cmd.c 	struct cmdnames main_cmds, other_cmds;