Searched refs:PR_ERROR (Results 1 – 13 of 13) sorted by relevance
/Zephyr-latest/subsys/net/lib/shell/ |
D | cm.c | 121 PR_ERROR("Please specify the target iface index.\n"); in parse_ifi_target() 130 PR_ERROR("\"%s\" is not a valid iface index.\n", arg); in parse_ifi_target() 137 PR_ERROR("iface with index \"%s\" does not exist.\n", arg); in parse_ifi_target() 157 PR_ERROR("Please specify the target iface name.\n"); in parse_if_target() 166 PR_ERROR("iface with name \"%s\" does not exist.\n", arg); in parse_if_target() 174 PR_ERROR("iface name lookup requires CONFIG_NET_INTERFACE_NAME.\n"); in parse_if_target() 226 PR_ERROR("%s is not a valid target type or target specifier.\n", arg); in parse_target() 258 PR_ERROR("Please specify get or set\n"); in parse_getset() 269 PR_ERROR("Please specify a flag.\n"); in parse_flag() 285 PR_ERROR("%s is not a valid flag.\n", arg); in parse_flag() [all …]
|
D | ipv4.c | 106 PR_ERROR("Correct usage: net ipv4 add <index> <address> [<netmask>]\n"); in cmd_net_ip_add() 122 PR_ERROR("Invalid address: %s\n", argv[2]); in cmd_net_ip_add() 131 PR_ERROR("Cannot %s multicast group %s for interface %d (%d)\n", in cmd_net_ip_add() 140 PR_ERROR("Netmask is missing.\n"); in cmd_net_ip_add() 146 PR_ERROR("Cannot add address %s to interface %d\n", in cmd_net_ip_add() 152 PR_ERROR("Invalid netmask: %s", argv[3]); in cmd_net_ip_add() 173 PR_ERROR("Correct usage: net ipv4 del <index> <address>"); in cmd_net_ip_del() 189 PR_ERROR("Invalid address: %s\n", argv[2]); in cmd_net_ip_del() 198 PR_ERROR("Cannot %s multicast group %s for interface %d (%d)\n", in cmd_net_ip_del() 204 PR_ERROR("Failed to delete %s\n", argv[2]); in cmd_net_ip_del() [all …]
|
D | route.c | 123 PR_ERROR("Correct usage: net route add <index> " in cmd_net_ip6_route_add() 140 PR_ERROR("Invalid address: %s\n", argv[2]); in cmd_net_ip6_route_add() 145 PR_ERROR("Invalid gateway: %s\n", argv[3]); in cmd_net_ip6_route_add() 153 PR_ERROR("Failed to add route\n"); in cmd_net_ip6_route_add() 174 PR_ERROR("Correct usage: net route del <index> <destination>\n"); in cmd_net_ip6_route_del() 189 PR_ERROR("Invalid address: %s\n", argv[2]); in cmd_net_ip6_route_del()
|
D | ipv6.c | 238 PR_ERROR("Correct usage: net ipv6 add <index> <address>\n"); in cmd_net_ip6_add() 254 PR_ERROR("Invalid address: %s\n", argv[2]); in cmd_net_ip6_add() 263 PR_ERROR("Cannot %s multicast group %s for interface %d (%d)\n", in cmd_net_ip6_add() 273 PR_ERROR("Failed to add %s address to interface %p\n", argv[2], iface); in cmd_net_ip6_add() 291 PR_ERROR("Correct usage: net ipv6 del <index> <address>\n"); in cmd_net_ip6_del() 307 PR_ERROR("Invalid address: %s\n", argv[2]); in cmd_net_ip6_del() 316 PR_ERROR("Cannot %s multicast group %s for interface %d (%d)\n", in cmd_net_ip6_del() 326 PR_ERROR("Failed to delete %s\n", argv[2]); in cmd_net_ip6_del() 348 PR_ERROR("Correct usage: net ipv6 pe [add | del] [allow | deny] [<prefix>]\n"); in cmd_net_ip6_pe()
|
D | dhcpv4.c | 35 PR_ERROR("Invalid address: %s\n", argv[2]); in cmd_net_dhcpv4_server_start() 43 PR_ERROR("DHCPv4 server failed to start on interface %d, error %d\n", in cmd_net_dhcpv4_server_start() 76 PR_ERROR("DHCPv4 server failed to stop on interface %d, error %d\n", in cmd_net_dhcpv4_server_stop() 197 PR_ERROR("Correct usage: net dhcpv4 client %s <index>\n", "start"); in cmd_net_dhcpv4_client_start() 227 PR_ERROR("Correct usage: net dhcpv4 client %s <index>\n", "stop"); in cmd_net_dhcpv4_client_stop()
|
D | dhcpv6.c | 22 PR_ERROR("Correct usage: net dhcpv6 client %s <index>\n", "start"); in cmd_net_dhcpv6_client_start() 52 PR_ERROR("Correct usage: net dhcpv6 client %s <index>\n", "stop"); in cmd_net_dhcpv6_client_stop()
|
D | pkt.c | 153 PR_ERROR("Invalid ptr value (%s). " in cmd_net_pkt() 160 PR_ERROR("Pointer is not recognized as net_pkt (%s).\n", in cmd_net_pkt()
|
D | websocket.c | 35 PR_ERROR("Invalid fd %d", context->real_sock); in websocket_context_cb()
|
D | net_shell_private.h | 29 #define PR_ERROR(fmt, ...) \ macro
|
D | events.c | 452 PR_ERROR("Cannot create network event monitor thread!"); in cmd_net_events_on() 488 PR_ERROR("Cannot write to msgq (%d)\n", ret); in cmd_net_events_off()
|
D | iface.c | 86 PR_ERROR("Failed to get link state (%d)\n", ret); in print_phy_link_state()
|
/Zephyr-latest/subsys/net/l2/wifi/ |
D | wifi_shell.c | 165 PR_ERROR("Invalid number: %s\n", str_tmp); in parse_number() 669 PR_ERROR("Failed to parse channel: %s: " in __wifi_args_to_params() 683 PR_ERROR("Invalid channel: %ld, checked bands: %s\n", in __wifi_args_to_params() 705 PR_ERROR("Invalid band: %d\n", atoi(state->optarg)); in __wifi_args_to_params() 713 PR_ERROR("MFP not supported for security type %s\n", in __wifi_args_to_params() 730 PR_ERROR("Invalid timeout: %s\n", state->optarg); in __wifi_args_to_params() 757 PR_ERROR("Invalid bandwidth: %d\n", atoi(state->optarg)); in __wifi_args_to_params() 845 PR_ERROR("Invalid option %c\n", state->optopt); in __wifi_args_to_params() 850 PR_ERROR("Invalid argument %d ret %d\n", opt_index, ret); in __wifi_args_to_params() 860 PR_ERROR("SSID not provided\n"); in __wifi_args_to_params() [all …]
|
/Zephyr-latest/samples/arch/mpu/mpu_test/src/ |
D | main.c | 17 #define PR_ERROR(sh, fmt, ...) \ macro 68 PR_ERROR(sh, "Flash write failed!\n"); in cmd_write_mcux() 88 PR_ERROR(sh, "Flash write failed!\n"); in cmd_write_stm32()
|