Lines Matching refs:shell_error
53 shell_error(shell_ptr, "Failed to load settings: %d", err); in cmd_list()
89 shell_error(params->shell_ptr, "Failed to read value: %d", (int) num_read_bytes); in settings_read_callback()
104 shell_error(params->shell_ptr, "Value is not a string"); in settings_read_callback()
140 shell_error(shell_ptr, "Invalid type: %s", argv[1]); in cmd_read()
154 shell_error(shell_ptr, "Failed to load setting: %d", err); in cmd_read()
157 shell_error(shell_ptr, "Setting not found"); in cmd_read()
173 shell_error(shell_ptr, "Invalid type: %s", argv[1]); in cmd_write()
186 shell_error(shell_ptr, "%s is bigger than shell's buffer", argv[argc - 1]); in cmd_write()
195 shell_error(shell_ptr, "Failed to parse value"); in cmd_write()
202 shell_error(shell_ptr, "Failed to write setting: %d", err); in cmd_write()
215 shell_error(shell_ptr, "Failed to delete setting: %d", err); in cmd_delete()
244 shell_error(shell_ptr, "%s unknown parameter: %s", argv[0], argv[1]); in cmd_settings()