/Zephyr-latest/tests/subsys/debug/gdbstub/ |
D | test_breakpoints.gdbinit | 11 # set the last breakpoint before quit 22 quit 0 26 quit 1
|
/Zephyr-latest/samples/net/sockets/packet/src/ |
D | packet.c | 54 static void quit(void) in quit() function 131 quit(); in recv_packet() 138 quit(); in recv_packet() 145 quit(); in recv_packet() 218 quit(); in send_packet() 225 quit(); in send_packet()
|
/Zephyr-latest/boards/intel/socfpga_std/cyclonev_socdk/support/ |
D | appli_dl_cmd.gdb | 15 # Execute OpenOCD "resume" command to keep the target running, then quit gdb. 17 quit
|
D | download_all.gdb | 18 quit
|
/Zephyr-latest/subsys/net/lib/dns/ |
D | resolve.c | 262 goto quit; in dispatcher_cb() 269 quit: in dispatcher_cb() 759 goto quit; in dns_validate_msg() 772 goto quit; in dns_validate_msg() 780 goto quit; in dns_validate_msg() 786 goto quit; in dns_validate_msg() 793 goto quit; in dns_validate_msg() 801 goto quit; in dns_validate_msg() 807 goto quit; in dns_validate_msg() 832 goto quit; in dns_validate_msg() [all …]
|
D | llmnr_responder.c | 451 goto quit; in dns_read() 460 goto quit; in dns_read() 484 goto quit; in dns_read() 506 quit: in dns_read() 533 goto quit; in recv_data() 539 goto quit; in recv_data() 563 quit: in recv_data()
|
D | mdns_responder.c | 534 goto quit; in dns_read() 542 goto quit; in dns_read() 564 goto quit; in dns_read() 598 quit: in dns_read()
|
/Zephyr-latest/samples/net/sockets/echo_server/src/ |
D | echo-server.c | 53 void quit(void) in quit() function 210 quit(); in cmd_sample_quit() 216 SHELL_CMD(quit, NULL,
|
D | udp.c | 166 quit(); in process_udp4() 173 quit(); in process_udp4() 190 quit(); in process_udp6() 197 quit(); in process_udp6()
|
D | common.h | 74 void quit(void);
|
D | tcp.c | 318 quit(); in process_tcp4() 329 quit(); in process_tcp4() 344 quit(); in process_tcp6() 355 quit(); in process_tcp6()
|
/Zephyr-latest/samples/net/sockets/coap_client/src/ |
D | coap-client.c | 634 goto quit; in main() 640 goto quit; in main() 646 goto quit; in main() 652 goto quit; in main() 662 quit: in main()
|
/Zephyr-latest/subsys/net/l2/ppp/ |
D | ppp_l2.c | 80 goto quit; in process_ppp_msg() 85 goto quit; in process_ppp_msg() 126 quit: in process_ppp_msg()
|
D | fsm.c | 1174 goto quit; in ppp_send_proto_rej() 1179 goto quit; in ppp_send_proto_rej() 1184 quit: in ppp_send_proto_rej()
|
/Zephyr-latest/samples/net/sockets/txtime/src/ |
D | main.c | 68 static void quit(void) in quit() function 205 quit(); in tx() 505 quit(); in cmd_sample_quit() 513 SHELL_CMD(quit, NULL,
|
/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/ |
D | README.rst | 63 Choose device role - type r (receiver role) or b (broadcaster role), or q to quit: r 97 Choose device role - type r (receiver role) or b (broadcaster role), or q to quit: b
|
/Zephyr-latest/samples/bluetooth/iso_connected_benchmark/ |
D | README.rst | 65 Choose device role - type c (central role) or p (peripheral role), or q to quit: p 97 Choose device role - type c (central role) or p (peripheral role), or q to quit: c
|
/Zephyr-latest/samples/subsys/shell/devmem_load/ |
D | README.md | 43 Once the data is transferred, use `ctrl-x + ctrl-q` to quit the loader.
|
/Zephyr-latest/boards/arduino/nano_33_ble/support/ |
D | startup.cmm | 19 ; Execute the application and quit
|
/Zephyr-latest/boards/beagle/beaglev_fire/doc/ |
D | index.rst | 121 Waiting for USB Host to connect... (CTRL-C to quit) 123 USB Host connected. Waiting for disconnect... (CTRL-C to quit)
|
/Zephyr-latest/boards/nxp/ucans32k1sic/support/ |
D | startup.cmm | 99 ; Execute the application and quit
|
/Zephyr-latest/boards/nxp/mr_canhubk3/support/ |
D | startup.cmm | 107 ; Execute the application and quit
|
/Zephyr-latest/samples/drivers/fpga/fpga_controller/ |
D | README.rst | 102 Once the data is transferred, use :kbd:`Ctrl-X Ctrl-Q` to quit loader.
|
/Zephyr-latest/doc/build/kconfig/ |
D | menuconfig.rst | 126 save-and-quit dialog (if there are changes to save): 128 .. figure:: menuconfig-quit.png
|
/Zephyr-latest/samples/net/sockets/http_server/ |
D | README.rst | 133 if line == "quit":
|