/Zephyr-latest/tests/net/lib/dns_resolve/src/ |
D | main.c | 31 #define DBG(fmt, ...) printk(fmt, ##__VA_ARGS__) macro 33 #define DBG(fmt, ...) macro 134 DBG("No data to send!\n"); in sender_iface() 144 DBG("Invalid interface %d index, expecting %d\n", in sender_iface() 153 DBG("Skipping this query dns id %u\n", current_dns_id); in sender_iface() 162 DBG("Calling cb %p with user data %p\n", in sender_iface() 223 DBG("Cannot add IPv6 address %s\n", in test_init() 236 DBG("Cannot add IPv6 address %s\n", in test_init() 250 DBG("Cannot add IPv4 address %s\n", in test_init() 340 DBG("Result status %d\n", status); in dns_result_cb_timeout() [all …]
|
/Zephyr-latest/tests/net/promiscuous/src/ |
D | main.c | 32 #define DBG(fmt, ...) printk(fmt, ##__VA_ARGS__) macro 34 #define DBG(fmt, ...) macro 174 DBG("Interface %p (%s) [%d]\n", iface, iface2str(iface), in iface_cb() 219 DBG("Interfaces: [%d] iface1 %p, [%d] iface2 %p\n", in test_iface_setup() 226 DBG("Cannot add IPv6 address %s\n", in test_iface_setup() 237 DBG("Cannot add IPv6 address %s\n", in test_iface_setup() 247 DBG("Cannot add IPv6 address %s\n", in test_iface_setup() 257 DBG("Cannot add IPv6 address %s\n", in test_iface_setup() 268 DBG("Cannot add multicast IPv6 address %s\n", in test_iface_setup() 281 DBG("Make sure promiscuous mode is ON (%p)\n", iface); in _set_promisc_mode_on_again() [all …]
|
/Zephyr-latest/tests/net/bridge/src/ |
D | main.c | 29 #define DBG(fmt, ...) printk(fmt, ##__VA_ARGS__) macro 31 #define DBG(fmt, ...) macro 75 DBG("Fake send ignoring pkt %p\n", pkt); in eth_fake_send() 80 DBG("Fake send found pkt %p while sending %p\n", in eth_fake_send() 86 DBG("Fake send out of mem while sending pkt %p\n", pkt); in eth_fake_send() 90 DBG("Fake send pkt %p kept locally as %p\n", pkt, ctx->sent_pkt); in eth_fake_send() 165 DBG("Interface %p [%d]\n", iface, net_if_get_by_iface(iface)); in iface_cb() 221 DBG("Interfaces: [%d] iface0 %p, [%d] iface1 %p, [%d] iface2 %p\n", in test_iface_setup() 277 DBG("[%d] Fake recv pkt %p\n", net_if_get_by_iface(iface), pkt); in _recv_data() 404 DBG("Before bridging\n"); in ZTEST() [all …]
|
/Zephyr-latest/tests/net/traffic_class/src/ |
D | main.c | 38 #define DBG(fmt, ...) printk(fmt, ##__VA_ARGS__) macro 40 #define DBG(fmt, ...) macro 165 DBG("No data to send!\n"); in eth_tx() 174 DBG("Packet %p received\n", pkt); in eth_tx() 212 DBG("Current thread priority %d " in eth_tx() 231 DBG("Received pkt %p from TC %c (thread prio %d)\n", pkt, in eth_tx() 290 DBG("Cannot add IPv6 address %s\n", in address_setup() 301 DBG("Cannot add IPv6 address %s\n", in address_setup() 311 DBG("Cannot add IPv6 address %s\n", in address_setup() 321 DBG("Cannot add IPv6 address %s\n", in address_setup() [all …]
|
/Zephyr-latest/tests/net/tx_timestamp/src/ |
D | main.c | 38 #define DBG(fmt, ...) printk(fmt, ##__VA_ARGS__) macro 40 #define DBG(fmt, ...) macro 104 DBG("No data to send!\n"); in eth_tx() 326 DBG("Interface %p (%s) [%d]\n", iface, iface2str(iface), in iface_cb() 331 DBG("Invalid interface %p\n", iface); in iface_cb() 362 DBG("Cannot add IPv6 address %s\n", in test_address_setup() 373 DBG("Cannot add IPv6 address %s\n", in test_address_setup() 383 DBG("Cannot add IPv6 address %s\n", in test_address_setup() 420 DBG("Cannot add dst %s to neighbor cache\n", in add_neighbor() 471 DBG("Timeout while waiting interface data\n"); in test_check_timestamp_before_enabling() [all …]
|
/Zephyr-latest/drivers/misc/coresight/ |
D | nrf_etr.c | 40 #define DBG(...) IF_ENABLED(CONFIG_NRF_ETR_DEBUG, (printk(__VA_ARGS__))) macro 64 DBG(fmt, _marked ? "M" : "", _data); \ 66 DBG("%c ", ((char *)&_data)[i]); \ 68 DBG("\n"); \ 306 DBG("M%04x\n", data.id); in decoder_cb_debug() 309 DBG("C%04x\n", data.id); in decoder_cb_debug() 314 DBG("TS:%lld\n", *ts); in decoder_cb_debug() 323 DBG("TS:%lld\n", *ts); in decoder_cb_debug() 330 DBG("F%s\n", ts ? "TS" : ""); in decoder_cb_debug() 333 DBG("NULL\n"); in decoder_cb_debug() [all …]
|
/Zephyr-latest/tests/net/lib/dns_dispatcher/src/ |
D | main.c | 34 #define DBG(fmt, ...) printk(fmt, ##__VA_ARGS__) macro 36 #define DBG(fmt, ...) macro 99 DBG("No data to send!\n"); in sender_iface() 145 DBG("Cannot add IPv6 address %s\n", in test_init() 160 DBG("Cannot add IPv4 address %s\n", in test_init()
|
/Zephyr-latest/samples/net/lwm2m_client/ |
D | README.rst | 265 shell> [lib/lwm2m_engine] [DBG] lwm2m_engine_init: LWM2M engine thread started 266 [lwm2m_obj_security] [DBG] security_create: Create LWM2M security instance: 0 267 [lwm2m_obj_server] [DBG] server_create: Create LWM2M server instance: 0 268 [lwm2m_obj_device] [DBG] device_create: Create LWM2M device instance: 0 269 [lwm2m_obj_firmware] [DBG] firmware_create: Create LWM2M firmware instance: 0 271 [lib/lwm2m_engine] [DBG] lwm2m_engine_set: path:3/0/0, value:0x0001c99e, len:6 272 [lib/lwm2m_engine] [DBG] lwm2m_engine_set: path:3/0/1, value:0x0001c9ab, len:23 273 [lib/lwm2m_engine] [DBG] lwm2m_engine_set: path:3/0/2, value:0x0001c9c9, len:9 274 [lib/lwm2m_engine] [DBG] lwm2m_engine_set: path:3/0/3, value:0x0001c9d9, len:3 275 [lib/lwm2m_engine] [DBG] lwm2m_engine_set: path:3/0/9, value:0x0041a3a4, len:1 [all …]
|
/Zephyr-latest/tests/net/hostname/src/ |
D | main.c | 34 #define DBG(fmt, ...) printk(fmt, ##__VA_ARGS__) macro 36 #define DBG(fmt, ...) macro 123 DBG("No data to send!\n"); in sender_iface() 227 DBG("Interface %p (%s) [%d]\n", iface, iface2str(iface), in iface_cb() 256 DBG("Interfaces: [%d] iface1 %p\n", in test_iface_setup() 264 DBG("Cannot add IPv6 address %s\n", in test_iface_setup() 272 DBG("Cannot add IPv4 address %s\n", in test_iface_setup() 283 DBG("Cannot add IPv6 address %s\n", in test_iface_setup() 294 DBG("Cannot add multicast IPv6 address %s\n", in test_iface_setup()
|
/Zephyr-latest/tests/net/iface/src/ |
D | main.c | 36 #define DBG(fmt, ...) printk(fmt, ##__VA_ARGS__) macro 38 #define DBG(fmt, ...) macro 121 DBG("No data to send!\n"); in sender_iface() 128 DBG("Sending at iface %d %p\n", in sender_iface() 133 DBG("Invalid interface %d index, expecting %d\n", in sender_iface() 294 DBG("Interface %p (%s) [%d]\n", iface, iface2str(iface), in iface_cb() 351 DBG("Interfaces: [%d] iface1 %p, [%d] iface2 %p, [%d] iface3 %p\n", in iface_setup() 399 DBG("Cannot add IPv6 address %s\n", in iface_setup() 407 DBG("Cannot add IPv4 address %s\n", in iface_setup() 418 DBG("Cannot add IPv6 address %s\n", in iface_setup() [all …]
|
/Zephyr-latest/arch/arm64/core/ |
D | fpu.c | 31 static void DBG(char *msg, struct k_thread *th) in DBG() function 59 static inline void DBG(char *msg, struct k_thread *t) { } in DBG() function 86 DBG("disable", owner); in arch_flush_local_fpu() 244 DBG("save", owner); in z_arm64_fpu_trap() 271 DBG("restore", arch_current_thread()); in z_arm64_fpu_trap()
|
/Zephyr-latest/subsys/logging/backends/ |
D | log_backend_net.c | 22 #define DBG(fmt, ...) IF_ENABLED(DEBUG_PRINTING, (printk(fmt, ##__VA_ARGS__))) macro 84 DBG(data); in line_out() 114 DBG("Server address unknown\n"); in do_net_init() 126 DBG("Cannot get socket (%d)\n", ret); in do_net_init() 168 DBG("Cannot setup local socket\n"); in do_net_init() 176 DBG("Cannot bind socket (%d)\n", ret); in do_net_init() 183 DBG("Cannot connect socket (%d)\n", ret); in do_net_init()
|
D | log_backend_ws.c | 21 #define DBG(fmt, ...) IF_ENABLED(DEBUG_PRINTING, (printk(fmt, ##__VA_ARGS__))) macro 127 DBG(data); in line_out() 191 DBG("Websocket sock mismatch (%d vs %d)", ctx->sock, fd); in log_backend_ws_unregister()
|
/Zephyr-latest/tests/net/route/src/ |
D | main.c | 39 #define DBG(fmt, ...) printk(fmt, ##__VA_ARGS__) macro 41 #define DBG(fmt, ...) macro 144 DBG("Received at iface %p and feeding it into iface %p\n", in tester_send() 158 DBG("pkt %p to be sent len %lu\n", pkt, net_pkt_get_len(pkt)); in tester_send() 182 DBG("Received at iface %p and feeding it into iface %p\n", in tester_send_peer() 195 DBG("pkt %p to be sent len %lu\n", pkt, net_pkt_get_len(pkt)); in tester_send_peer() 247 DBG("Interfaces: [%d] my %p, [%d] peer %p\n", in test_init() 472 DBG("Adding route %d addr %s\n", i + 1, in test_route_add_many() 488 DBG("Deleting route %d addr %s\n", i + 1, in test_route_del_many()
|
/Zephyr-latest/tests/net/checksum_offload/src/ |
D | main.c | 38 #define DBG(fmt, ...) printk(fmt, ##__VA_ARGS__) macro 40 #define DBG(fmt, ...) macro 123 DBG("Iface %p addr %s\n", iface, in eth_iface_init() 188 DBG("Packet %p received\n", pkt); in test_receiving() 339 DBG("No data to send!\n"); in eth_tx_offloading_disabled() 363 DBG("Chksum 0x%x offloading disabled\n", chksum); in eth_tx_offloading_disabled() 383 DBG("No data to send!\n"); in eth_tx_offloading_enabled() 406 DBG("Chksum 0x%x offloading enabled\n", chksum); in eth_tx_offloading_enabled() 505 DBG("Interface %p (%s) [%d]\n", iface, iface2str(iface), in iface_cb() 513 DBG("Iface %p without offloading\n", iface); in iface_cb() [all …]
|
/Zephyr-latest/tests/net/shell/src/ |
D | main.c | 40 #define DBG(fmt, ...) printk(fmt, ##__VA_ARGS__) macro 42 #define DBG(fmt, ...) macro 99 DBG("No data to send!\n"); in tester_send() 103 DBG("Data was sent successfully\n"); in tester_send()
|
/Zephyr-latest/tests/net/ip-addr/src/ |
D | main.c | 32 #define DBG(fmt, ...) printk(fmt, ##__VA_ARGS__) macro 34 #define DBG(fmt, ...) macro 331 DBG("Selected IPv6 address %s, iface %p\n", in ZTEST() 344 DBG("Selected IPv6 address %s, iface %p\n", in ZTEST() 359 DBG("Selected IPv6 address %s, iface %p\n", in ZTEST() 406 DBG("Selected IPv4 address %s, iface %p\n", net_sprint_ipv4_addr(out), in ZTEST() 445 DBG("Selected IPv4 address %s, iface %p\n", net_sprint_ipv4_addr(out), in ZTEST() 457 DBG("Selected IPv4 address %s, iface %p\n", net_sprint_ipv4_addr(out), in ZTEST() 523 DBG("Selected IPv4 address %s, iface %p\n", in ZTEST() 535 DBG("Selected IPv4 address %s, iface %p\n", in ZTEST() [all …]
|
/Zephyr-latest/tests/net/ptp/clock/src/ |
D | main.c | 40 #define DBG(fmt, ...) printk(fmt, ##__VA_ARGS__) macro 42 #define DBG(fmt, ...) macro 110 DBG("No data to send!\n"); in eth_tx() 303 DBG("Interface %p (%s) [%d]\n", iface, iface2str(iface), in iface_cb() 311 DBG("Invalid interface %p\n", iface); in iface_cb() 369 DBG("Cannot add IPv6 address %s\n", in test_address_setup() 380 DBG("Cannot add IPv6 address %s\n", in test_address_setup() 390 DBG("Cannot add IPv6 address %s\n", in test_address_setup() 400 DBG("Cannot add IPv6 address %s\n", in test_address_setup()
|
/Zephyr-latest/arch/riscv/core/ |
D | fpu.c | 32 static void DBG(char *msg, struct k_thread *th) in DBG() function 59 static inline void DBG(char *msg, struct k_thread *t) { } in DBG() function 90 DBG("restore", arch_current_thread()); in z_riscv_fpu_load() 128 DBG("disable", owner); in arch_flush_local_fpu()
|
/Zephyr-latest/tests/net/vlan/src/ |
D | main.c | 40 #define DBG(fmt, ...) printk(fmt, ##__VA_ARGS__) macro 42 #define DBG(fmt, ...) macro 142 DBG("No data to send!\n"); in eth_tx() 356 DBG("Interface %p (%s) [%d]\n", iface, iface2str(iface), in iface_cb() 430 DBG("Cannot add IPv6 address %s\n", in test_address_setup() 441 DBG("Cannot add IPv6 address %s\n", in test_address_setup() 451 DBG("Cannot add IPv6 address %s\n", in test_address_setup() 461 DBG("Cannot add IPv6 address %s\n", in test_address_setup() 784 DBG("Cannot add dst %s to neighbor cache\n", in add_neighbor() 789 DBG("Adding dst %s as [%s] to nbr cache\n", in add_neighbor() [all …]
|
/Zephyr-latest/tests/net/context/src/ |
D | main.c | 35 #define DBG(fmt, ...) printk(fmt, ##__VA_ARGS__) macro 37 #define DBG(fmt, ...) macro 500 DBG("Data received.\n"); in recv_cb() 715 DBG("Data received in another callback.\n"); in recv_cb_another() 783 DBG("Data received after a timeout.\n"); in recv_cb_timeout() 809 DBG("Data received on time, recv test failed\n"); in timeout_thread() 814 DBG("Timeout %s\n", family == AF_INET ? "IPv4" : "IPv6"); in timeout_thread() 856 DBG("Sent data\n"); in ZTEST() 889 DBG("Sent data\n"); in ZTEST() 922 DBG("Sent data\n"); in ZTEST() [all …]
|
/Zephyr-latest/tests/net/virtual/src/ |
D | main.c | 43 #define DBG(fmt, ...) printk(fmt, ##__VA_ARGS__) macro 45 #define DBG(fmt, ...) macro 122 DBG("No data to send!\n"); in eth_tx() 316 DBG("Interface %p (%s) [%d]\n", iface, iface2str(iface), in iface_cb() 400 DBG("Cannot add IPv6 address %s\n", in test_address_setup() 410 DBG("Cannot add IPv4 address %s\n", in test_address_setup() 421 DBG("Cannot add IPv6 address %s\n", in test_address_setup() 430 DBG("Cannot add IPv6 address %s\n", in test_address_setup() 439 DBG("Cannot add IPv6 address %s\n", in test_address_setup() 460 DBG("Cannot add IPv4 address %s\n", in test_address_setup() [all …]
|
/Zephyr-latest/tests/net/trickle/src/ |
D | main.c | 32 #define DBG(fmt, ...) printk(fmt, ##__VA_ARGS__) macro 34 #define DBG(fmt, ...) macro
|
/Zephyr-latest/tests/net/lib/dns_addremove/src/ |
D | main.c | 33 #define DBG(fmt, ...) printk(fmt, ##__VA_ARGS__) macro 35 #define DBG(fmt, ...) macro 111 DBG("No data to send!\n"); in sender_iface() 176 DBG("Cannot add IPv6 address %s\n", in test_init() 191 DBG("Cannot add IPv4 address %s\n", in test_init()
|
/Zephyr-latest/tests/net/wifi/wifi_nm/src/ |
D | main.c | 30 #define DBG(fmt, ...) printk(fmt, ##__VA_ARGS__) macro 32 #define DBG(fmt, ...) macro
|