Lines Matching refs:argc
85 static int cmd_enable(const struct shell *sh, size_t argc, char **argv) in cmd_enable() argument
90 ARG_UNUSED(argc); in cmd_enable()
107 static int cmd_disable(const struct shell *sh, size_t argc, char **argv) in cmd_disable() argument
112 ARG_UNUSED(argc); in cmd_disable()
129 static int cmd_is_enabled(const struct shell *sh, size_t argc, char **argv) in cmd_is_enabled() argument
133 ARG_UNUSED(argc); in cmd_is_enabled()
150 static int cmd_vlist(const struct shell *sh, size_t argc, char **argv) in cmd_vlist() argument
156 ARG_UNUSED(argc); in cmd_vlist()
182 static int cmd_vset(const struct shell *sh, size_t argc, char **argv) in cmd_vset() argument
200 if (argc == 4) { in cmd_vset()
219 static int cmd_vget(const struct shell *sh, size_t argc, char **argv) in cmd_vget() argument
225 ARG_UNUSED(argc); in cmd_vget()
244 static int cmd_clist(const struct shell *sh, size_t argc, char **argv) in cmd_clist() argument
250 ARG_UNUSED(argc); in cmd_clist()
276 static int cmd_iset(const struct shell *sh, size_t argc, char **argv) in cmd_iset() argument
293 if (argc == 4) { in cmd_iset()
312 static int cmd_iget(const struct shell *sh, size_t argc, char **argv) in cmd_iget() argument
318 ARG_UNUSED(argc); in cmd_iget()
337 static int cmd_modeset(const struct shell *sh, size_t argc, char **argv) in cmd_modeset() argument
343 ARG_UNUSED(argc); in cmd_modeset()
362 static int cmd_modeget(const struct shell *sh, size_t argc, char **argv) in cmd_modeget() argument
368 ARG_UNUSED(argc); in cmd_modeget()
387 static int cmd_adset(const struct shell *sh, size_t argc, char **argv) in cmd_adset() argument
393 ARG_UNUSED(argc); in cmd_adset()
419 static int cmd_adget(const struct shell *sh, size_t argc, char **argv) in cmd_adget() argument
425 ARG_UNUSED(argc); in cmd_adget()
444 static int cmd_errors(const struct shell *sh, size_t argc, char **argv) in cmd_errors() argument
450 ARG_UNUSED(argc); in cmd_errors()
476 static int cmd_dvsset(const struct shell *sh, size_t argc, char **argv) in cmd_dvsset() argument
503 static int cmd_shipmode(const struct shell *sh, size_t argc, char **argv) in cmd_shipmode() argument
508 ARG_UNUSED(argc); in cmd_shipmode()