Home
last modified time | relevance | path

Searched refs:request (Results 1 – 25 of 85) sorted by relevance

1234

/subsys/dap/
A Dcmsis_dap.c77 uint8_t id = request[0]; in dap_info()
172 switch (request[0]) { in dap_host_status()
174 if (request[1]) { in dap_host_status()
203 port = request[0]; in dap_connect()
489 req_cnt = request[1]; in dap_swdp_transfer()
708 req_val = request[3]; in dap_swdp_transferblock()
767 req_buf - request, in dap_swdp_transferblock()
876 if ((*request >= ID_DAP_VENDOR0) && (*request <= ID_DAP_VENDOR31)) { in dap_process_cmd()
883 switch (*request++) { in dap_process_cmd()
1024 count = request[0]; in dap_execute_cmd()
[all …]
A DKconfig14 int "Maximum packet buffers for request and response data."
18 Maximum packet buffers for request and response data.
/subsys/sip_svc/
A Dsip_svc_agilex_mailbox_shell.c137 request.a1 = 0; in cmd_close()
140 request.a4 = 0; in cmd_close()
141 request.a5 = 0; in cmd_close()
142 request.a6 = 0; in cmd_close()
143 request.a7 = 0; in cmd_close()
146 request.priv_data = NULL; in cmd_close()
305 request.a1 = 0; in cmd_send()
308 request.a4 = 0; in cmd_send()
309 request.a5 = 0; in cmd_send()
310 request.a6 = 0; in cmd_send()
[all …]
A Dsip_svc_subsys.c465 struct sip_svc_request request; in sip_svc_request_handler() local
510 LOG_DBG("\theader %08x", request.header); in sip_svc_request_handler()
513 LOG_DBG("\tpriv_data %p", request.priv_data); in sip_svc_request_handler()
515 sip_supervisory_call(ctrl->dev, request.a0, request.a1, request.a2, request.a3, request.a4, in sip_svc_request_handler()
516 request.a5, request.a6, request.a7, &res); in sip_svc_request_handler()
520 sip_svc_plat_free_async_memory(ctrl->dev, &request); in sip_svc_request_handler()
531 response.resp_data_addr = request.resp_data_addr; in sip_svc_request_handler()
532 response.resp_data_size = request.resp_data_size; in sip_svc_request_handler()
533 response.priv_data = request.priv_data; in sip_svc_request_handler()
685 (uint32_t)request->a0)) { in sip_svc_send()
[all …]
A Dsip_svc_shell.c209 struct sip_svc_request request; in cmd_send() local
231 request.a0 = strtoul(argv[3], &endptr, 16); in cmd_send()
241 request.a1 = strtoul(argv[4], &endptr, 16); in cmd_send()
252 request.a2 = strtoul(argv[5], &endptr, 16); in cmd_send()
263 request.a3 = strtoul(argv[6], &endptr, 16); in cmd_send()
274 request.a4 = strtoul(argv[7], &endptr, 16); in cmd_send()
285 request.a5 = strtoul(argv[8], &endptr, 16); in cmd_send()
296 request.a6 = strtoul(argv[9], &endptr, 16); in cmd_send()
320 request.resp_data_addr = 0; in cmd_send()
321 request.resp_data_size = 0; in cmd_send()
[all …]
/subsys/bluetooth/mesh/
A Dproxy_srv.c736 request->evt = OD_PRIV_NET_ID; in proxy_adv_request_get()
746 request->evt = in proxy_adv_request_get()
756 request->evt = PRIV_NET_ID; in proxy_adv_request_get()
762 request->evt = NET_ID; in proxy_adv_request_get()
789 struct proxy_adv_request request; member
799 struct proxy_adv_request request; in gatt_proxy_advertise() local
831 (sub_adv.request.evt == request.evt)) { in gatt_proxy_advertise()
837 request.duration = sub_adv.request.duration - time_passed; in gatt_proxy_advertise()
850 request.duration = (request.duration == SYS_FOREVER_MS) in gatt_proxy_advertise()
858 sub_adv.request = request; in gatt_proxy_advertise()
[all …]
/subsys/net/lib/coap/
A Dcoap_client.c72 *request = (struct coap_client_internal_request){ in reset_internal_request()
83 request->request_ongoing = false; in release_internal_request()
84 request->pending.timeout = 0; in release_internal_request()
235 ret = coap_append_option_int(&internal_req->request, in coap_client_init_request()
247 ret = coap_append_block2_option(&internal_req->request, in coap_client_init_request()
292 ret = coap_append_block1_option(&internal_req->request, in coap_client_init_request()
300 ret = coap_packet_append_option(&internal_req->request, in coap_client_init_request()
441 ret = send_request(sock, internal_req->request.data, internal_req->request.offset, 0, in coap_client_req()
508 internal_req->request.offset, 0, &client->address, in resend_request()
852 &internal_req->request, &client->address, in handle_response()
[all …]
A Dcoap_link_format.c421 struct coap_packet *request, in coap_well_known_core_get_len() argument
436 if (!resources || !request || !response || !data || !len) { in coap_well_known_core_get_len()
450 r = coap_update_from_block(request, &ctx); in coap_well_known_core_get_len()
455 id = coap_header_get_id(request); in coap_well_known_core_get_len()
456 tkl = coap_header_get_token(request, token); in coap_well_known_core_get_len()
461 r = coap_find_options(request, COAP_OPTION_URI_QUERY, &query, 1); in coap_well_known_core_get_len()
623 const struct coap_packet *request, in coap_well_known_core_get_len() argument
635 if (!resources || !request || !response || !data || !data_len) { in coap_well_known_core_get_len()
639 id = coap_header_get_id(request); in coap_well_known_core_get_len()
640 tkl = coap_header_get_token(request, token); in coap_well_known_core_get_len()
[all …]
A Dcoap_server.c132 struct coap_packet request; in coap_server_process() local
175 type = coap_header_get_type(&request); in coap_server_process()
181 uint8_t tkl = coap_header_get_token(&request, token); in coap_server_process()
182 uint16_t id = coap_header_get_id(&request); in coap_server_process()
220 tkl = coap_header_get_token(&request, token); in coap_server_process()
241 coap_header_get_code(&request) == COAP_METHOD_GET && in coap_server_process()
248 &request, &response, in coap_server_process()
676 if (!coap_packet_is_request(request)) { in coap_resource_parse_observe()
680 ret = coap_get_option_int(request, COAP_OPTION_OBSERVE); in coap_resource_parse_observe()
697 tkl = coap_header_get_token(request, token); in coap_resource_parse_observe()
[all …]
/subsys/usb/usb_c/
A Dusbc_stack.c28 int32_t request; in usbc_handler() local
31 request = (req != NULL) ? req->val : REQUEST_NOP; in usbc_handler()
32 pe_run(dev, request); in usbc_handler()
34 tc_run(dev, request); in usbc_handler()
36 if (request == PRIV_PORT_REQUEST_SUSPEND) { in usbc_handler()
107 data->request.val = PRIV_PORT_REQUEST_START; in DT_INST_FOREACH_STATUS_OKAY()
108 k_fifo_put(&data->request_fifo, &data->request); in DT_INST_FOREACH_STATUS_OKAY()
124 data->request.val = PRIV_PORT_REQUEST_SUSPEND; in usbc_suspend()
125 k_fifo_put(&data->request_fifo, &data->request); in usbc_suspend()
139 data->request.val = req; in usbc_request()
[all …]
/subsys/net/lib/tftp/
A DKconfig30 int "Number of times the TFTP Client will retransmit the request to the server."
33 Once the TFTP Client sends out a request, it will wait
36 the request to the server in hopes that the server will respond within
37 time to this request. This number dictates the number of times we will
38 do re-tx of our request before giving up and exiting.
A Dtftp_client.c22 static size_t make_request(uint8_t *buf, int request, in make_request() argument
29 sys_put_be16(request, ptr); in make_request()
183 int request, const char *remote_file, const char *mode) in send_request() argument
190 req_size = make_request(client->tftp_buf, request, remote_file, mode); in send_request()
195 LOG_DBG("Sending TFTP request %d file %s", request, in send_request()
225 req_size = make_request(client->tftp_buf, request, in send_request()
/subsys/mgmt/mcumgr/grp/os_mgmt_client/
A DKconfig15 bool "MCUmgr client request and response handlers for OS management"
19 Enables MCUmgr client request and response handlers for OS management.
25 bool "Support for echo command request"
29 bool "support for reset command request"
/subsys/fs/fuse_client/
A DKconfig13 Each FUSE request contains user ID, this config allows setting
20 Each FUSE request contains group ID, this config allows setting
27 Each FUSE request contains process ID, this config allows setting
/subsys/fs/virtiofs/
A DKconfig29 bool "Omit notification queue (idx 1) and assume that idx 1 is the first request queue"
33 request queues start at idx 2, however on qemu+virtiofsd thats not true and idx 1 is
34 the first request queue
/subsys/net/lib/config/
A DKconfig183 Whether or not to request and require IEEE 802.15.4 acknowledgment
197 request IPv6 address from the DHCPv6 server.
203 request IPv6 prefix from the DHCPv6 server.
211 Perform an SNTP request over networking to get and absolute
244 Perform an SNTP request over networking periodically to get and
257 If the SNTP request fails, then this is the interval to wait
266 start and stop the SNTP server. This way an SNTP request is
/subsys/mgmt/mcumgr/smp_client/
A DKconfig21 This define lifetime for SMP client send request. This configure is used if a request
/subsys/usb/device_next/class/
A Dusbd_uvc.c459 const uint8_t request) in uvc_get_vs_probe_format_index() argument
472 switch (request) { in uvc_get_vs_probe_format_index()
492 const uint8_t request) in uvc_get_vs_probe_frame_index() argument
521 switch (request) { in uvc_get_vs_probe_frame_index()
554 switch (request) { in uvc_get_vs_probe_frame_interval()
583 switch (request) { in uvc_get_vs_probe_max_size()
642 const uint8_t request) in uvc_get_vs_probe_struct() argument
1262 request == UVC_GET_CUR ? "GET_CUR" : request == UVC_GET_MIN ? "GET_MIN" : in uvc_control_to_host()
1263 request == UVC_GET_MAX ? "GET_MAX" : request == UVC_GET_RES ? "GET_RES" : in uvc_control_to_host()
1264 request == UVC_GET_LEN ? "GET_LEN" : request == UVC_GET_DEF ? "GET_DEF" : in uvc_control_to_host()
[all …]
/subsys/net/lib/dhcpv4/
A DKconfig24 int "Maximum time out for initial discover request"
45 DHCPv4 request message. The options are added using the
63 bool "Send vendor class identifier in DHCPv4 request"
66 DHCPv4 vendor class identifier option in the DHCPv4 request.
74 in the DHCPv4 request.
184 request) and wait for the time specific by this config before offering
206 server should provide to clients when they request an IP address. The
/subsys/mgmt/updatehub/
A Dupdatehub.c760 struct probe request; in z_impl_updatehub_probe() local
796 memset(&request, 0, sizeof(request)); in z_impl_updatehub_probe()
797 request.product_uid = CONFIG_UPDATEHUB_PRODUCT_UID; in z_impl_updatehub_probe()
798 request.device_identity.id = device_id; in z_impl_updatehub_probe()
799 request.version = firmware_version; in z_impl_updatehub_probe()
800 request.hardware = CONFIG_BOARD; in z_impl_updatehub_probe()
805 &request, ctx.payload, in z_impl_updatehub_probe()
/subsys/usb/device_next/
A Dusbd_class_api.h35 if (api->request != NULL) { in usbd_class_request()
36 return api->request(c_data, buf, err); in usbd_class_request()
/subsys/bluetooth/host/
A DKconfig.gatt38 If an ATT request fails due to insufficient security, the host will
39 try to elevate the security level and retry the ATT request.
49 multiple outstanding request.
85 bool "Automatic security re-establishment request as a peripheral"
206 bool "Automatically send ATT MTU exchange request on connect"
209 This option if enabled allows automatically sending request for ATT
217 This option if enabled allows automatically sending request for connection
/subsys/mgmt/ec_host_cmd/backends/
A DKconfig88 int "Max data size for the version 3 request packet"
92 This option indicates maximum data size for a version 3 request
94 request.
/subsys/net/l2/ethernet/
A DKconfig88 Gratuitous in this case means a ARP request or reply that is not
90 in some cases. A gratuitous ARP request is a ARP request packet where
94 A gratuitous ARP reply is a reply to which no request has been made.
/subsys/net/lib/sockets/
A Dsockets.c752 int z_impl_zsock_ioctl_impl(int sock, unsigned long request, va_list args) in z_impl_zsock_ioctl_impl() argument
759 SYS_PORT_TRACING_OBJ_FUNC_ENTER(socket, ioctl, sock, request); in z_impl_zsock_ioctl_impl()
770 NET_DBG("ioctl: ctx=%p, fd=%d, request=%lu", ctx, sock, request); in z_impl_zsock_ioctl_impl()
772 ret = vtable->fd_vtable.ioctl(ctx, request, args); in z_impl_zsock_ioctl_impl()
783 static inline int z_vrfy_zsock_ioctl_impl(int sock, unsigned long request, va_list args) in z_vrfy_zsock_ioctl_impl() argument
785 switch (request) { in z_vrfy_zsock_ioctl_impl()
803 return z_impl_zsock_ioctl_impl(sock, request, args); in z_vrfy_zsock_ioctl_impl()

Completed in 93 milliseconds

1234