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.c3650 cmdname(pi->cmd), pi->vnr); in config_unknown_volume()
4881 cmdname(pi.cmd), pi.cmd); in drbdd()
4890 cmdname(pi.cmd), pi.size); in drbdd()
4895 cmdname(pi.cmd), (int)shs, pi.size); in drbdd()
4911 cmdname(pi.cmd), err, pi.size); in drbdd()
5104 cmdname(pi.cmd), pi.cmd); in drbd_do_features()
5227 cmdname(pi.cmd), pi.cmd); in drbd_do_auth()
5293 cmdname(pi.cmd), pi.cmd); in drbd_do_auth()
5853 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.c3570 const char *cmdname(enum drbd_packet cmd) in cmdname() function