/Zephyr-latest/tests/subsys/mgmt/mcumgr/smp_client/src/ |
D | smp_transport_stub.c | 20 void smp_transport_read_hdr(const struct net_buf *nb, struct smp_hdr *dst_hdr) in smp_transport_read_hdr() 30 static uint16_t smp_uart_get_mtu(const struct net_buf *nb) in smp_uart_get_mtu() 35 static int smp_uart_tx_pkt(struct net_buf *nb) in smp_uart_tx_pkt()
|
D | main.c | 28 int smp_client_res_cb(struct net_buf *nb, void *user_data) in smp_client_res_cb() 61 struct net_buf *nb; in ZTEST() local
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/os_mgmt_client/src/ |
D | os_mgmt_client.c | 43 static int reset_res_fn(struct net_buf *nb, void *user_data) in reset_res_fn() 56 struct net_buf *nb; in os_mgmt_client_reset() local 89 static int echo_res_fn(struct net_buf *nb, void *user_data) in echo_res_fn() 124 struct net_buf *nb; in os_mgmt_client_echo() local
|
/Zephyr-latest/subsys/mgmt/mcumgr/transport/src/ |
D | smp_uart.c | 43 struct net_buf *nb; in smp_uart_process_frag() local 81 static uint16_t smp_uart_get_mtu(const struct net_buf *nb) in smp_uart_get_mtu() 86 static int smp_uart_tx_pkt(struct net_buf *nb) in smp_uart_tx_pkt()
|
D | smp.c | 51 void smp_packet_free(struct net_buf *nb) in smp_packet_free() 110 smp_process_packet(struct smp_transport *smpt, struct net_buf *nb) in smp_process_packet() 134 struct net_buf *nb; in smp_handle_reqs() local 200 smp_rx_req(struct smp_transport *smpt, struct net_buf *nb) in smp_rx_req() 215 struct net_buf *nb; in smp_rx_remove_invalid() local 254 struct net_buf *nb; in smp_rx_clear() local
|
D | smp_lorawan.c | 50 struct net_buf *nb; member 181 static int smp_lorawan_uplink(struct net_buf *nb) in smp_lorawan_uplink() 222 static uint16_t smp_lorawan_get_mtu(const struct net_buf *nb) in smp_lorawan_get_mtu()
|
D | smp_shell.c | 189 struct net_buf *nb; in smp_shell_process() local 208 static uint16_t smp_shell_get_mtu(const struct net_buf *nb) in smp_shell_get_mtu() 226 static int smp_shell_tx_pkt(struct net_buf *nb) in smp_shell_tx_pkt()
|
D | smp_udp.c | 98 static int smp_udp4_tx(struct net_buf *nb) in smp_udp4_tx() 122 static int smp_udp6_tx(struct net_buf *nb) in smp_udp6_tx() 145 static uint16_t smp_udp_get_mtu(const struct net_buf *nb) in smp_udp_get_mtu() 250 struct net_buf *nb; in smp_udp_receive_thread() local
|
D | smp_dummy.c | 92 struct net_buf *nb; in smp_dummy_process_frag() local 118 struct net_buf *nb; in smp_dummy_process_frag_outgoing() local 153 static uint16_t smp_dummy_get_mtu(const struct net_buf *nb) in smp_dummy_get_mtu() 178 static int smp_dummy_tx_pkt_int(struct net_buf *nb) in smp_dummy_tx_pkt_int() 361 struct net_buf *nb; in mcumgr_dummy_process_frag() local 446 struct net_buf *nb; in mcumgr_dummy_process_frag_outgoing() local
|
D | smp_bt.c | 315 struct net_buf *nb; in smp_bt_chr_write() local 391 static struct bt_conn *smp_bt_conn_from_pkt(const struct net_buf *nb) in smp_bt_conn_from_pkt() 406 static uint16_t smp_bt_get_mtu(const struct net_buf *nb) in smp_bt_get_mtu() 448 static int smp_bt_tx_pkt(struct net_buf *nb) in smp_bt_tx_pkt() 632 static bool smp_bt_query_valid_check(struct net_buf *nb, void *arg) in smp_bt_query_valid_check()
|
D | serial_util.c | 72 struct net_buf *nb; in mcumgr_serial_process_frag() local
|
/Zephyr-latest/tests/subsys/mgmt/mcumgr/mcumgr_client/src/ |
D | os_gr_stub.c | 32 struct net_buf *nb; in os_reset_response() local 42 struct net_buf *nb; in os_echo_response() local 72 void os_echo_verify(struct net_buf *nb) in os_echo_verify()
|
D | img_gr_stub.c | 43 struct net_buf *nb; in img_upload_response() local 76 struct net_buf *nb; in img_fail_response() local 100 struct net_buf *nb; in img_read_response() local 149 struct net_buf *nb; in img_erase_response() local 171 void img_state_write_verify(struct net_buf *nb) in img_state_write_verify() 220 void img_upload_init_verify(struct net_buf *nb) in img_upload_init_verify()
|
D | smp_stub.c | 58 void smp_transport_read_hdr(const struct net_buf *nb, struct smp_hdr *dst_hdr) in smp_transport_read_hdr() 66 static uint16_t smp_uart_get_mtu(const struct net_buf *nb) in smp_uart_get_mtu() 71 static int smp_uart_tx_pkt(struct net_buf *nb) in smp_uart_tx_pkt()
|
/Zephyr-latest/subsys/mgmt/mcumgr/smp_client/src/ |
D | client.c | 29 struct net_buf *nb; member 56 struct net_buf *nb; in smp_client_handle_reqs() local 227 int smp_client_single_response(struct net_buf *nb, const struct smp_hdr *res_hdr) in smp_client_single_response() 256 struct net_buf *nb; in smp_client_buf_allocation() local 271 void smp_client_buf_free(struct net_buf *nb) in smp_client_buf_free() 276 static void smp_read_hdr(const struct net_buf *nb, struct smp_hdr *dst_hdr) in smp_read_hdr() 283 int smp_client_send_cmd(struct smp_client_object *smp_client, struct net_buf *nb, in smp_client_send_cmd()
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt_client/src/ |
D | img_mgmt_client.c | 47 static int image_state_res_fn(struct net_buf *nb, void *user_data) in image_state_res_fn() 187 static int image_upload_res_fn(struct net_buf *nb, void *user_data) in image_upload_res_fn() 221 static int erase_res_fn(struct net_buf *nb, void *user_data) in erase_res_fn() 334 struct net_buf *nb; in img_mgmt_client_upload() local 455 struct net_buf *nb; in img_mgmt_client_state_write() local 520 struct net_buf *nb; in img_mgmt_client_state_read() local 568 struct net_buf *nb; in img_mgmt_client_erase() local
|
/Zephyr-latest/include/zephyr/mgmt/mcumgr/smp/ |
D | smp.h | 48 struct net_buf *nb; member 56 struct net_buf *nb; member
|
/Zephyr-latest/tests/subsys/mgmt/mcumgr/os_mgmt_echo/src/ |
D | main.c | 39 struct net_buf *nb; in ZTEST() local
|
/Zephyr-latest/subsys/net/l2/ieee802154/ |
D | ieee802154_radio_csma_ca.c | 41 for (uint8_t nb = 0U; nb <= CONFIG_NET_L2_IEEE802154_RADIO_CSMA_CA_MAX_BO; nb++) { in unslotted_csma_ca_channel_access() local
|
/Zephyr-latest/include/zephyr/mgmt/mcumgr/transport/ |
D | serial.h | 32 struct net_buf *nb; member
|
/Zephyr-latest/subsys/mgmt/mcumgr/smp/src/ |
D | smp.c | 52 static void cbor_nb_reader_init(struct cbor_nb_reader *cnr, struct net_buf *nb) in cbor_nb_reader_init() 59 static void cbor_nb_writer_init(struct cbor_nb_writer *cnw, struct net_buf *nb) in cbor_nb_writer_init() 94 static int smp_read_hdr(const struct net_buf *nb, struct smp_hdr *dst_hdr) in smp_read_hdr()
|
/Zephyr-latest/tests/benchmarks/sched_userspace/src/ |
D | app_threads.h | 25 #define DEFINE_THREADS_HELPER(nb) \ argument
|
/Zephyr-latest/tests/lib/multi_heap/src/ |
D | test_mheap_api.c | 71 int nb; in ZTEST() local 107 size_t nb; in ZTEST() local
|
/Zephyr-latest/tests/subsys/mgmt/mcumgr/fs_mgmt_hash_supported/src/ |
D | main.c | 36 struct net_buf *nb; in ZTEST() local
|
/Zephyr-latest/tests/subsys/mgmt/mcumgr/os_mgmt_info/src/ |
D | limited.c | 30 static struct net_buf *nb; variable
|