Home
last modified time | relevance | path

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

/linux/tools/lib/subcmd/
H A Dhelp.c19 struct cmdname *ent = malloc(sizeof(*ent) + len + 1); in add_cmdname()
44 struct cmdname *a = *(struct cmdname **)a_; in cmdname_compare()
45 struct cmdname *b = *(struct cmdname **)b_; in cmdname_compare()
H A Dhelp.h11 struct cmdname { struct
12 lencmdnames::cmdname global() argument
13 namecmdnames::cmdname global() argument
/linux/tools/perf/util/
H A Dhelp-unknown-cmd.c25 const struct cmdname *const *c1 = p1, *const *c2 = p2; in levenshtein_compare()
75 /* This reuses cmdname->len for similarity index */ in help_unknown_cmd()
/linux/drivers/block/drbd/
H A Ddrbd_receiver.c3838 cmdname(pi->cmd), pi->vnr); in config_unknown_volume()
5069 cmdname(pi.cmd), pi.cmd); in drbdd()
5078 cmdname(pi.cmd), pi.size); in drbdd()
5083 cmdname(pi.cmd), (int)shs, pi.size); in drbdd()
5099 cmdname(pi.cmd), err, pi.size); in drbdd()
5302 cmdname(pi.cmd), pi.cmd); in drbd_do_features()
5425 cmdname(pi.cmd), pi.cmd); in drbd_do_auth()
5491 cmdname(pi.cmd), pi.cmd); in drbd_do_auth()
6053 cmdname(pi.cmd), pi.cmd); in drbd_ack_receiver()
H A Ddrbd_int.h110 extern const char *cmdname(enum drbd_packet cmd);
H A Ddrbd_main.c3599 const char *cmdname(enum drbd_packet cmd) in cmdname() function