Searched refs:cmd_close (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/subsys/sip_svc/ |
D | sip_svc_agilex_mailbox_shell.c | 116 static int cmd_close(const struct shell *sh, size_t argc, char **argv) in cmd_close() function 330 cmd_close(sh, 0, NULL); in cmd_send() 341 SHELL_CMD_ARG(close, NULL, NULL, cmd_close, 1, 0),
|
D | sip_svc_shell.c | 151 static int cmd_close(const struct shell *sh, size_t argc, char **argv) in cmd_close() function 381 SHELL_CMD_ARG(close, NULL, "<method> <token>", cmd_close, 3, 0),
|