Home
last modified time | relevance | path

Searched defs:response (Results 1 – 21 of 21) sorted by relevance

/subsys/dap/
A Dcmsis_dap.c74 uint8_t *const response) in dap_info()
170 uint8_t *const response) in dap_host_status()
195 uint8_t *const response) in dap_connect()
258 uint8_t *const response) in dap_delay()
272 uint8_t *const response) in dap_reset_target()
347 uint8_t *const response) in dap_swj_sequence()
373 uint8_t *const response) in dap_swdp_configure()
394 uint8_t *const response) in dap_transfer_cfg()
475 uint8_t *const response) in dap_swdp_transfer()
870 uint8_t *response) in dap_process_cmd()
[all …]
/subsys/net/lib/coap/
A Dcoap_link_format.c200 static bool append_to_coap_pkt(struct coap_packet *response, in append_to_coap_pkt()
237 struct coap_packet *response, in format_uri()
308 struct coap_packet *response, in format_attributes()
353 struct coap_packet *response, in format_resource()
422 struct coap_packet *response, in coap_well_known_core_get_len()
539 static int format_uri(const char * const *path, struct coap_packet *response) in format_uri()
578 struct coap_packet *response) in format_attributes()
603 struct coap_packet *response) in format_resource()
624 struct coap_packet *response, in coap_well_known_core_get_len()
695 struct coap_packet *response, in coap_well_known_core_get()
A Dcoap_client.c607 struct coap_packet response; in handle_poll() local
645 static int recv_response(struct coap_client *client, struct coap_packet *response, bool *truncated) in recv_response()
764 static bool find_echo_option(const struct coap_packet *response, struct coap_option *option) in find_echo_option()
769 static int handle_response(struct coap_client *client, const struct coap_packet *response, in handle_response()
A Dcoap_server.c179 struct coap_packet response; in coap_server_process() local
244 struct coap_packet response; in coap_server_process() local
A Dcoap.c1689 const struct coap_packet *response, in coap_pending_received()
1818 const struct coap_packet *response, in coap_response_received()
/subsys/fs/virtiofs/
A Dvirtiofs.c114 int virtiofs_init(const struct device *dev, struct fuse_init_out *response) in virtiofs_init()
203 const struct device *dev, uint64_t inode, const char *path, struct fuse_entry_out *response, in virtiofs_lookup()
293 const struct device *dev, uint64_t inode, uint32_t flags, struct fuse_open_out *response, in virtiofs_open()
415 uint32_t mode, struct fuse_create_out *response) in virtiofs_create()
494 uint32_t whence, struct fuse_lseek_out *response) in virtiofs_lseek()
533 struct fuse_attr_out *response) in virtiofs_setattr()
683 int virtiofs_statfs(const struct device *dev, struct fuse_kstatfs *response) in virtiofs_statfs()
/subsys/sip_svc/
A Dsip_svc_subsys.c396 struct sip_svc_response *response) in sip_svc_callback()
466 struct sip_svc_response response; in sip_svc_request_handler() local
549 struct sip_svc_response response; in sip_svc_async_response_handler() local
A Dsip_svc_agilex_mailbox_shell.c159 static void cmd_send_callback(uint32_t c_token, struct sip_svc_response *response) in cmd_send_callback()
A Dsip_svc_shell.c185 static void cmd_send_callback(uint32_t c_token, struct sip_svc_response *response) in cmd_send_callback()
/subsys/mgmt/hawkbit/
A Dhawkbit_autohandler.c26 enum hawkbit_response response = hawkbit_probe(); in autohandler() local
/subsys/net/lib/mqtt_sn/
A Dmqtt_sn.c584 struct mqtt_sn_param response = {.type = MQTT_SN_MSG_TYPE_GWINFO}; in mqtt_sn_do_gwinfo() local
1382 struct mqtt_sn_param response = {.type = MQTT_SN_MSG_TYPE_WILLTOPIC}; in handle_willtopicreq() local
1394 struct mqtt_sn_param response = {.type = MQTT_SN_MSG_TYPE_WILLMSG}; in handle_willmsgreq() local
1404 struct mqtt_sn_param response = {.type = MQTT_SN_MSG_TYPE_REGACK}; in handle_register() local
1445 struct mqtt_sn_param response; in handle_publish() local
1484 struct mqtt_sn_param response = {.type = MQTT_SN_MSG_TYPE_PUBREL}; in handle_pubrec() local
1502 struct mqtt_sn_param response = {.type = MQTT_SN_MSG_TYPE_PUBCOMP}; in handle_pubrel() local
1553 struct mqtt_sn_param response = {.type = MQTT_SN_MSG_TYPE_PINGRESP}; in handle_pingreq() local
/subsys/net/lib/lwm2m/
A Dlwm2m_rd_client.c459 static int do_bootstrap_reply_cb(const struct coap_packet *response, in do_bootstrap_reply_cb()
515 static int do_registration_reply_cb(const struct coap_packet *response, in do_registration_reply_cb()
581 static int do_update_reply_cb(const struct coap_packet *response, in do_update_reply_cb()
624 static int do_deregister_reply_cb(const struct coap_packet *response, in do_deregister_reply_cb()
A Dlwm2m_pull_context.c219 static int do_firmware_transfer_reply_cb(const struct coap_packet *response, in do_firmware_transfer_reply_cb()
A Dlwm2m_message_handling.c2748 struct coap_packet response; in lwm2m_udp_receive() local
3009 static int notify_message_reply_cb(const struct coap_packet *response, struct coap_reply *reply, in notify_message_reply_cb()
3475 static int do_send_reply_cb(const struct coap_packet *response, struct coap_reply *reply, in do_send_reply_cb()
/subsys/sd/
A Dsdmmc.c286 uint8_t value, uint8_t *response) in sdmmc_switch()
/subsys/mgmt/updatehub/
A Dupdatehub_priv.h34 static char *updatehub_response(enum updatehub_response response) in updatehub_response()
/subsys/mgmt/mcumgr/smp_client/src/
A Dclient.c187 enum mcumgr_op_t response; in smp_client_response_discover() local
/subsys/net/lib/http/
A Dhttp_server_http1.c42 const char *response, size_t len) in send_http1_error_common()
/subsys/usb/device_next/
A Dusbd_ch9.c402 uint16_t response = 0; in sreq_get_status() local
/subsys/bluetooth/host/
A Dadv.c2065 struct bt_hci_evt_le_per_adv_response *response; in bt_hci_le_per_adv_response_report() local
/subsys/bluetooth/host/classic/
A Dhfp_ag.c2029 char *response; in bt_hfp_ag_chld_handler() local

Completed in 84 milliseconds