Lines Matching refs:__attribute

60 unsigned arg_count(const struct cmd_context *cmd __attribute((unused)), int a)  in arg_count()
70 const char *arg_value(struct cmd_context *cmd __attribute((unused)), int a) in arg_value()
115 int arg_count_increment(struct cmd_context *cmd __attribute((unused)), int a) in arg_count_increment()
120 int yes_no_arg(struct cmd_context *cmd __attribute((unused)), struct arg *a) in yes_no_arg()
141 int yes_no_excl_arg(struct cmd_context *cmd __attribute((unused)), in yes_no_excl_arg()
237 static int _size_arg(struct cmd_context *cmd __attribute((unused)), struct arg *a, int factor) in _size_arg()
319 int int_arg(struct cmd_context *cmd __attribute((unused)), struct arg *a) in int_arg()
329 int int_arg_with_sign(struct cmd_context *cmd __attribute((unused)), struct arg *a) in int_arg_with_sign()
339 int int_arg_with_sign_and_percent(struct cmd_context *cmd __attribute((unused)), in int_arg_with_sign_and_percent()
369 int minor_arg(struct cmd_context *cmd __attribute((unused)), struct arg *a) in minor_arg()
384 int major_arg(struct cmd_context *cmd __attribute((unused)), struct arg *a) in major_arg()
401 int string_arg(struct cmd_context *cmd __attribute((unused)), in string_arg()
402 struct arg *a __attribute((unused))) in string_arg()
407 int tag_arg(struct cmd_context *cmd __attribute((unused)), struct arg *a) in tag_arg()
422 int permission_arg(struct cmd_context *cmd __attribute((unused)), struct arg *a) in permission_arg()
438 int alloc_arg(struct cmd_context *cmd __attribute((unused)), struct arg *a) in alloc_arg()
464 int readahead_arg(struct cmd_context *cmd __attribute((unused)), struct arg *a) in readahead_arg()
754 int version(struct cmd_context *cmd __attribute((unused)), in version()
755 int argc __attribute((unused)), in version()
756 char **argv __attribute((unused))) in version()
877 int help(struct cmd_context *cmd __attribute((unused)), int argc, char **argv) in help()