Home
last modified time | relevance | path

Searched refs:reply (Results 1 - 25 of 625) sorted by relevance

12345678910>>...25

/kernel/linux/linux-5.10/sound/soc/sof/
H A Dprobe.c32 struct sof_ipc_reply reply; in sof_ipc_probe_init() local
46 &reply, sizeof(reply)); in sof_ipc_probe_init()
63 struct sof_ipc_reply reply; in sof_ipc_probe_deinit() local
69 &reply, sizeof(reply)); in sof_ipc_probe_deinit()
77 struct sof_ipc_probe_info_params *reply; in sof_ipc_probe_info() local
84 reply = kzalloc(SOF_IPC_MSG_MAX_SIZE, GFP_KERNEL); in sof_ipc_probe_info()
85 if (!reply) in sof_ipc_probe_info()
91 msg.rhdr.hdr.size, reply, SOF_IPC_MSG_MAX_SIZ in sof_ipc_probe_info()
153 struct sof_ipc_reply reply; sof_ipc_probe_dma_add() local
187 struct sof_ipc_reply reply; sof_ipc_probe_dma_remove() local
241 struct sof_ipc_reply reply; sof_ipc_probe_points_add() local
273 struct sof_ipc_reply reply; sof_ipc_probe_points_remove() local
[all...]
/test/xts/acts/communication/dsoftbus/rpc/entry/src/ohosTest/js/test/
H A DRpcClientJsunit.test.js162 onRemoteRequest(code, data, reply, option) {
168 let result = reply.writeString("onRemoteRequest invoking");
173 let result = reply.writeString(tmp1);
177 return super.onRemoteRequest(code, data, reply, option);
184 onRemoteMessageRequest(code, data, reply, option) {
192 let result = reply.writeByteArray(tmp1);
199 let result = reply.writeIntArray(tmp1);
206 let result = reply.writeFloatArray(tmp1);
213 let result = reply.writeShort(tmp1);
220 let result = reply
[all...]
/applications/sample/camera/communication/wpa_cli/src/
H A Dwpa_cli_sample.c127 static int SendCtrlCommand(const char *cmd, char *reply, size_t *replyLen) in SendCtrlCommand() argument
130 wpa_ctrl_request(g_ctrlConn, cmd, strlen(cmd), reply, &len, 0); in SendCtrlCommand()
131 DumpString(reply, len, "SendCtrlCommand raw return"); in SendCtrlCommand()
132 if (len != 0 && !StrMatch(reply, WPA_CTRL_REQUEST_FAIL)) { in SendCtrlCommand()
151 char reply[100] = {0}; in TestNetworkConfig() local
152 size_t replyLen = sizeof(reply); in TestNetworkConfig()
159 ret += SendCtrlCommand(cmd, reply, &replyLen); in TestNetworkConfig()
160 replyLen = sizeof(reply); in TestNetworkConfig()
165 ret += SendCtrlCommand(cmd, reply, &replyLen); in TestNetworkConfig()
166 replyLen = sizeof(reply); in TestNetworkConfig()
189 char reply[100] = {0}; TestCliConnection() local
201 char reply[100] = {0}; TestScan() local
[all...]
/kernel/linux/linux-5.10/net/openvswitch/
H A Dmeter.c235 static int ovs_meter_cmd_reply_stats(struct sk_buff *reply, u32 meter_id, in ovs_meter_cmd_reply_stats() argument
242 if (nla_put_u32(reply, OVS_METER_ATTR_ID, meter_id)) in ovs_meter_cmd_reply_stats()
245 if (nla_put(reply, OVS_METER_ATTR_STATS, in ovs_meter_cmd_reply_stats()
249 if (nla_put_u64_64bit(reply, OVS_METER_ATTR_USED, meter->used, in ovs_meter_cmd_reply_stats()
253 nla = nla_nest_start_noflag(reply, OVS_METER_ATTR_BANDS); in ovs_meter_cmd_reply_stats()
262 band_nla = nla_nest_start_noflag(reply, OVS_BAND_ATTR_UNSPEC); in ovs_meter_cmd_reply_stats()
263 if (!band_nla || nla_put(reply, OVS_BAND_ATTR_STATS, in ovs_meter_cmd_reply_stats()
267 nla_nest_end(reply, band_nla); in ovs_meter_cmd_reply_stats()
269 nla_nest_end(reply, nla); in ovs_meter_cmd_reply_stats()
281 struct sk_buff *reply; in ovs_meter_cmd_features() local
413 struct sk_buff *reply; ovs_meter_cmd_set() local
492 struct sk_buff *reply; ovs_meter_cmd_get() local
545 struct sk_buff *reply; ovs_meter_cmd_del() local
[all...]
/kernel/linux/linux-6.6/net/openvswitch/
H A Dmeter.c232 static int ovs_meter_cmd_reply_stats(struct sk_buff *reply, u32 meter_id, in ovs_meter_cmd_reply_stats() argument
239 if (nla_put_u32(reply, OVS_METER_ATTR_ID, meter_id)) in ovs_meter_cmd_reply_stats()
242 if (nla_put(reply, OVS_METER_ATTR_STATS, in ovs_meter_cmd_reply_stats()
246 if (nla_put_u64_64bit(reply, OVS_METER_ATTR_USED, meter->used, in ovs_meter_cmd_reply_stats()
250 nla = nla_nest_start_noflag(reply, OVS_METER_ATTR_BANDS); in ovs_meter_cmd_reply_stats()
259 band_nla = nla_nest_start_noflag(reply, OVS_BAND_ATTR_UNSPEC); in ovs_meter_cmd_reply_stats()
260 if (!band_nla || nla_put(reply, OVS_BAND_ATTR_STATS, in ovs_meter_cmd_reply_stats()
264 nla_nest_end(reply, band_nla); in ovs_meter_cmd_reply_stats()
266 nla_nest_end(reply, nla); in ovs_meter_cmd_reply_stats()
278 struct sk_buff *reply; in ovs_meter_cmd_features() local
410 struct sk_buff *reply; ovs_meter_cmd_set() local
489 struct sk_buff *reply; ovs_meter_cmd_get() local
542 struct sk_buff *reply; ovs_meter_cmd_del() local
[all...]
/kernel/linux/linux-5.10/sound/soc/sof/intel/
H A Dhda-ipc.c25 * interrupt and send reply msg to dsp in hda_dsp_ipc_host_done()
42 * set DONE bit - tell DSP we have received the reply msg in hda_dsp_ipc_dsp_done()
43 * from DSP, and processed it, don't send more reply to host in hda_dsp_ipc_dsp_done()
71 struct sof_ipc_reply reply; in hda_dsp_ipc_get_reply() local
76 * Sometimes, there is unexpected reply ipc arriving. The reply in hda_dsp_ipc_get_reply()
89 * memory windows are powered off before sending IPC reply, in hda_dsp_ipc_get_reply()
93 reply.error = 0; in hda_dsp_ipc_get_reply()
94 reply.hdr.cmd = SOF_IPC_GLB_REPLY; in hda_dsp_ipc_get_reply()
95 reply in hda_dsp_ipc_get_reply()
277 hda_ipc_pcm_params(struct snd_sof_dev *sdev, struct snd_pcm_substream *substream, const struct sof_ipc_pcm_params_reply *reply) hda_ipc_pcm_params() argument
[all...]
/test/xts/device_attest_lite/framework/small/src/service/
H A Dattest_framework_feature.c46 static int32_t Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply);
90 static int32_t WriteAttestResultInfo(IpcIo *reply, AttestResultInfo *attestResultInfo) in WriteAttestResultInfo() argument
92 if (reply == NULL) { in WriteAttestResultInfo()
93 HILOGE("[WriteAttestResultInfo] reply is null!"); in WriteAttestResultInfo()
97 if (!WriteInt32(reply, DEVATTEST_SUCCESS)) { in WriteAttestResultInfo()
102 if (!WriteInt32(reply, attestResultInfo->authResult) || in WriteAttestResultInfo()
103 !WriteInt32(reply, attestResultInfo->softwareResult)) { in WriteAttestResultInfo()
109 if (!WriteInt32Vector(reply, attestResultInfo->softwareResultDetail, size)) { in WriteAttestResultInfo()
114 if (!WriteInt32(reply, attestResultInfo->ticketLength) || in WriteAttestResultInfo()
115 !WriteString(reply, attestResultInf in WriteAttestResultInfo()
122 FeatureQueryAttest(IpcIo *reply) FeatureQueryAttest() argument
149 Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) Invoke() argument
[all...]
/kernel/linux/linux-5.10/drivers/thunderbolt/
H A Dicm.c442 struct icm_fr_pkg_driver_ready_response reply; in icm_fr_driver_ready() local
448 memset(&reply, 0, sizeof(reply)); in icm_fr_driver_ready()
449 ret = icm_request(tb, &request, sizeof(request), &reply, sizeof(reply), in icm_fr_driver_ready()
455 *security_level = reply.security_level & ICM_FR_SLEVEL_MASK; in icm_fr_driver_ready()
463 struct icm_fr_pkg_approve_device reply; in icm_fr_approve_switch() local
472 memset(&reply, 0, sizeof(reply)); in icm_fr_approve_switch()
474 ret = icm_request(tb, &request, sizeof(request), &reply, sizeo in icm_fr_approve_switch()
490 struct icm_fr_pkg_add_device_key_response reply; icm_fr_add_switch_key() local
518 struct icm_fr_pkg_challenge_device_response reply; icm_fr_challenge_switch_key() local
546 struct icm_fr_pkg_approve_xdomain_response reply; icm_fr_approve_xdomain_paths() local
991 struct icm_tr_pkg_driver_ready_response reply; icm_tr_driver_ready() local
1017 struct icm_tr_pkg_approve_device reply; icm_tr_approve_switch() local
1043 struct icm_tr_pkg_add_device_key_response reply; icm_tr_add_switch_key() local
1072 struct icm_tr_pkg_challenge_device_response reply; icm_tr_challenge_switch_key() local
1102 struct icm_tr_pkg_approve_xdomain_response reply; icm_tr_approve_xdomain_paths() local
1131 struct icm_tr_pkg_disconnect_xdomain_response reply; icm_tr_xdomain_tear_down() local
1455 struct icm_ar_pkg_driver_ready_response reply; icm_ar_driver_ready() local
1480 struct icm_ar_pkg_get_route_response reply; icm_ar_get_route() local
1502 struct icm_ar_pkg_preboot_acl_response reply; icm_ar_get_boot_acl() local
1540 struct icm_ar_pkg_preboot_acl_response reply; icm_ar_set_boot_acl() local
1585 struct icm_tr_pkg_driver_ready_response reply; icm_icl_driver_ready() local
[all...]
/kernel/linux/linux-5.10/net/bridge/
H A Dbr_arp_nd_proxy.c184 /* its our local ip, so don't proxy reply in br_do_proxy_suppress_arp()
255 struct sk_buff *reply; in br_nd_send() local
270 reply = alloc_skb(len, GFP_ATOMIC); in br_nd_send()
271 if (!reply) in br_nd_send()
274 reply->protocol = htons(ETH_P_IPV6); in br_nd_send()
275 reply->dev = dev; in br_nd_send()
276 skb_reserve(reply, LL_RESERVED_SPACE(dev)); in br_nd_send()
277 skb_push(reply, sizeof(struct ethhdr)); in br_nd_send()
278 skb_set_mac_header(reply, 0); in br_nd_send()
287 kfree_skb(reply); in br_nd_send()
[all...]
/kernel/linux/linux-6.6/net/bridge/
H A Dbr_arp_nd_proxy.c184 /* its our local ip, so don't proxy reply in br_do_proxy_suppress_arp()
255 struct sk_buff *reply; in br_nd_send() local
270 reply = alloc_skb(len, GFP_ATOMIC); in br_nd_send()
271 if (!reply) in br_nd_send()
274 reply->protocol = htons(ETH_P_IPV6); in br_nd_send()
275 reply->dev = dev; in br_nd_send()
276 skb_reserve(reply, LL_RESERVED_SPACE(dev)); in br_nd_send()
277 skb_push(reply, sizeof(struct ethhdr)); in br_nd_send()
278 skb_set_mac_header(reply, 0); in br_nd_send()
287 kfree_skb(reply); in br_nd_send()
[all...]
/kernel/linux/linux-6.6/drivers/thunderbolt/
H A Dicm.c54 * @reply: Reply from ICM firmware is placed here
59 struct icm_usb4_switch_op_response reply; member
458 struct icm_fr_pkg_driver_ready_response reply; in icm_fr_driver_ready() local
464 memset(&reply, 0, sizeof(reply)); in icm_fr_driver_ready()
465 ret = icm_request(tb, &request, sizeof(request), &reply, sizeof(reply), in icm_fr_driver_ready()
471 *security_level = reply.security_level & ICM_FR_SLEVEL_MASK; in icm_fr_driver_ready()
479 struct icm_fr_pkg_approve_device reply; in icm_fr_approve_switch() local
488 memset(&reply, in icm_fr_approve_switch()
506 struct icm_fr_pkg_add_device_key_response reply; icm_fr_add_switch_key() local
534 struct icm_fr_pkg_challenge_device_response reply; icm_fr_challenge_switch_key() local
564 struct icm_fr_pkg_approve_xdomain_response reply; icm_fr_approve_xdomain_paths() local
1015 struct icm_tr_pkg_driver_ready_response reply; icm_tr_driver_ready() local
1044 struct icm_tr_pkg_approve_device reply; icm_tr_approve_switch() local
1070 struct icm_tr_pkg_add_device_key_response reply; icm_tr_add_switch_key() local
1099 struct icm_tr_pkg_challenge_device_response reply; icm_tr_challenge_switch_key() local
1131 struct icm_tr_pkg_approve_xdomain_response reply; icm_tr_approve_xdomain_paths() local
1160 struct icm_tr_pkg_disconnect_xdomain_response reply; icm_tr_xdomain_tear_down() local
1491 struct icm_ar_pkg_driver_ready_response reply; icm_ar_driver_ready() local
1516 struct icm_ar_pkg_get_route_response reply; icm_ar_get_route() local
1538 struct icm_ar_pkg_preboot_acl_response reply; icm_ar_get_boot_acl() local
1576 struct icm_ar_pkg_preboot_acl_response reply; icm_ar_set_boot_acl() local
1621 struct icm_tr_pkg_driver_ready_response reply; icm_icl_driver_ready() local
2262 struct icm_usb4_switch_op_response reply; icm_usb4_switch_op() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/
H A Dwmi.c2041 u16 reply_id, void *reply, u16 reply_size, int to_msec) in wmi_call()
2052 wil->reply_buf = reply; in wmi_call()
2136 } __packed reply = { in wmi_led_cfg() local
2154 WMI_LED_CFG_DONE_EVENTID, &reply, sizeof(reply), in wmi_led_cfg()
2159 if (reply.evt.status) { in wmi_led_cfg()
2161 led_id, le32_to_cpu(reply.evt.status)); in wmi_led_cfg()
2181 } __packed reply = { in wmi_rbufcap_cfg() local
2186 WMI_RBUFCAP_CFG_EVENTID, &reply, sizeof(reply), in wmi_rbufcap_cfg()
2040 wmi_call(struct wil6210_priv *wil, u16 cmdid, u8 mid, void *buf, u16 len, u16 reply_id, void *reply, u16 reply_size, int to_msec) wmi_call() argument
2223 } __packed reply = { wmi_pcp_start() local
2299 } __packed reply; wmi_get_ssid() local
2338 } __packed reply; wmi_get_channel() local
2368 } __packed reply = { wmi_p2p_cfg() local
2391 } __packed reply = { wmi_start_listen() local
2415 } __packed reply = { wmi_start_search() local
2588 } __packed reply = { wmi_rxon() local
2688 } __packed reply; wmi_get_temperature() local
2720 } __packed reply; wmi_get_all_temperatures() local
2758 } __packed reply; wmi_disconnect_sta() local
2857 } __packed reply = { wmi_addba_rx_resp() local
2913 } __packed reply = { wmi_addba_rx_resp_edma() local
2948 } __packed reply = { wmi_ps_dev_profile_cfg() local
2983 } __packed reply = { wmi_set_mgmt_retry() local
3015 } __packed reply; wmi_get_mgmt_retry() local
3109 } __packed reply = { wmi_suspend() local
3196 } __packed reply = { wmi_resume() local
3226 } __packed reply = { wmi_port_allocate() local
3279 } __packed reply = { wmi_port_delete() local
3552 } __packed reply = { wmi_start_sched_scan() local
3593 } __packed reply = { wmi_stop_sched_scan() local
3731 } __packed reply = { wil_wmi_tx_sring_cfg() local
3772 } __packed reply = { wil_wmi_cfg_def_rx_offload() local
3812 } __packed reply = { wil_wmi_rx_sring_add() local
3853 } __packed reply = { wil_wmi_rx_desc_ring_add() local
3904 } __packed reply = { wil_wmi_tx_desc_ring_add() local
3949 } __packed reply = { wil_wmi_bcast_desc_ring_add() local
3990 } __packed reply = { wmi_link_stats_cfg() local
4031 } __packed reply = { wmi_set_cqm_rssi_config() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/
H A Dwmi.c2042 u16 reply_id, void *reply, u16 reply_size, int to_msec) in wmi_call()
2053 wil->reply_buf = reply; in wmi_call()
2137 } __packed reply = { in wmi_led_cfg() local
2155 WMI_LED_CFG_DONE_EVENTID, &reply, sizeof(reply), in wmi_led_cfg()
2160 if (reply.evt.status) { in wmi_led_cfg()
2162 led_id, le32_to_cpu(reply.evt.status)); in wmi_led_cfg()
2182 } __packed reply = { in wmi_rbufcap_cfg() local
2187 WMI_RBUFCAP_CFG_EVENTID, &reply, sizeof(reply), in wmi_rbufcap_cfg()
2041 wmi_call(struct wil6210_priv *wil, u16 cmdid, u8 mid, void *buf, u16 len, u16 reply_id, void *reply, u16 reply_size, int to_msec) wmi_call() argument
2224 } __packed reply = { wmi_pcp_start() local
2300 } __packed reply; wmi_get_ssid() local
2339 } __packed reply; wmi_get_channel() local
2369 } __packed reply = { wmi_p2p_cfg() local
2392 } __packed reply = { wmi_start_listen() local
2416 } __packed reply = { wmi_start_search() local
2589 } __packed reply = { wmi_rxon() local
2689 } __packed reply; wmi_get_temperature() local
2721 } __packed reply; wmi_get_all_temperatures() local
2759 } __packed reply; wmi_disconnect_sta() local
2858 } __packed reply = { wmi_addba_rx_resp() local
2914 } __packed reply = { wmi_addba_rx_resp_edma() local
2949 } __packed reply = { wmi_ps_dev_profile_cfg() local
2984 } __packed reply = { wmi_set_mgmt_retry() local
3016 } __packed reply; wmi_get_mgmt_retry() local
3110 } __packed reply = { wmi_suspend() local
3197 } __packed reply = { wmi_resume() local
3227 } __packed reply = { wmi_port_allocate() local
3280 } __packed reply = { wmi_port_delete() local
3553 } __packed reply = { wmi_start_sched_scan() local
3594 } __packed reply = { wmi_stop_sched_scan() local
3732 } __packed reply = { wil_wmi_tx_sring_cfg() local
3773 } __packed reply = { wil_wmi_cfg_def_rx_offload() local
3813 } __packed reply = { wil_wmi_rx_sring_add() local
3854 } __packed reply = { wil_wmi_rx_desc_ring_add() local
3905 } __packed reply = { wil_wmi_tx_desc_ring_add() local
3950 } __packed reply = { wil_wmi_bcast_desc_ring_add() local
3991 } __packed reply = { wmi_link_stats_cfg() local
4032 } __packed reply = { wmi_set_cqm_rssi_config() local
[all...]
/test/xts/acts/ability/ability_runtime/capichildprocess/entry/src/main/cpp/
H A DIpcStub.cpp41 int IpcStub::OnRemoteRequest(uint32_t code, const OHIPCParcel *data, OHIPCParcel *reply, void *userData) in OnRemoteRequest() argument
55 ret = thiz->HandleRequestExitChildProcess(data, reply); in OnRemoteRequest()
59 ret = thiz->HandleAdd(data, reply); in OnRemoteRequest()
63 ret = thiz->HandleStartNativeChildProcess(data, reply); in OnRemoteRequest()
103 int IpcStub::HandleRequestExitChildProcess(const OHIPCParcel *data, OHIPCParcel *reply) in HandleRequestExitChildProcess() argument
106 return OH_IPCParcel_WriteInt32(reply, ret); in HandleRequestExitChildProcess()
109 int32_t IpcStub::HandleAdd(const OHIPCParcel *data, OHIPCParcel *reply) in HandleAdd() argument
119 if (OH_IPCParcel_WriteInt32(reply, result) != OH_IPC_SUCCESS) { in HandleAdd()
126 int IpcStub::HandleStartNativeChildProcess(const OHIPCParcel *data, OHIPCParcel *reply) in HandleStartNativeChildProcess() argument
129 return OH_IPCParcel_WriteInt32(reply, re in HandleStartNativeChildProcess()
[all...]
H A DIpcProxy.cpp39 StdUniPtrIpcParcel reply(OH_IPCParcel_Create(), OH_IPCParcel_Destroy); in RequestExitChildProcess()
40 if (data == nullptr || reply == nullptr) { in RequestExitChildProcess()
52 int ret = OH_IPCRemoteProxy_SendRequest(ipcProxy_, IPC_ID_REQUEST_EXIT_PROCESS, data.get(), reply.get(), &ipcOpt); in RequestExitChildProcess()
68 StdUniPtrIpcParcel reply(OH_IPCParcel_Create(), OH_IPCParcel_Destroy); in Add()
69 if (data == nullptr || reply == nullptr) { in Add()
83 int ret = OH_IPCRemoteProxy_SendRequest(ipcProxy_, IPC_ID_ADD, data.get(), reply.get(), &ipcOpt); in Add()
88 OH_IPCParcel_ReadInt32(reply.get(), &result); in Add()
100 StdUniPtrIpcParcel reply(OH_IPCParcel_Create(), OH_IPCParcel_Destroy); in StartNativeChildProcess()
101 if (data == nullptr || reply == nullptr) { in StartNativeChildProcess()
114 ipcProxy_, IPC_ID_START_NATIVE_CHILD_PROCESS, data.get(), reply in StartNativeChildProcess()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/bpf/
H A Dcmsg.c58 struct cmsg_reply_map_simple *reply) in nfp_bpf_ctrl_rc_to_errno()
72 rc = be32_to_cpu(reply->rc); in nfp_bpf_ctrl_rc_to_errno()
84 struct cmsg_reply_map_alloc_tbl *reply; in nfp_bpf_ctrl_alloc_map() local
102 sizeof(*reply)); in nfp_bpf_ctrl_alloc_map()
106 reply = (void *)skb->data; in nfp_bpf_ctrl_alloc_map()
107 err = nfp_bpf_ctrl_rc_to_errno(bpf, &reply->reply_hdr); in nfp_bpf_ctrl_alloc_map()
111 tid = be32_to_cpu(reply->tid); in nfp_bpf_ctrl_alloc_map()
122 struct cmsg_reply_map_free_tbl *reply; in nfp_bpf_ctrl_free_map() local
137 sizeof(*reply)); in nfp_bpf_ctrl_free_map()
143 reply in nfp_bpf_ctrl_free_map()
57 nfp_bpf_ctrl_rc_to_errno(struct nfp_app_bpf *bpf, struct cmsg_reply_map_simple *reply) nfp_bpf_ctrl_rc_to_errno() argument
166 nfp_bpf_ctrl_reply_key(struct nfp_app_bpf *bpf, struct cmsg_reply_map_op *reply, unsigned int n) nfp_bpf_ctrl_reply_key() argument
173 nfp_bpf_ctrl_reply_val(struct nfp_app_bpf *bpf, struct cmsg_reply_map_op *reply, unsigned int n) nfp_bpf_ctrl_reply_val() argument
205 struct cmsg_reply_map_op *reply; nfp_bpf_ctrl_op_cache_get() local
299 struct cmsg_reply_map_op *reply; nfp_bpf_ctrl_entry_op() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/bpf/
H A Dcmsg.c58 struct cmsg_reply_map_simple *reply) in nfp_bpf_ctrl_rc_to_errno()
72 rc = be32_to_cpu(reply->rc); in nfp_bpf_ctrl_rc_to_errno()
84 struct cmsg_reply_map_alloc_tbl *reply; in nfp_bpf_ctrl_alloc_map() local
102 sizeof(*reply)); in nfp_bpf_ctrl_alloc_map()
106 reply = (void *)skb->data; in nfp_bpf_ctrl_alloc_map()
107 err = nfp_bpf_ctrl_rc_to_errno(bpf, &reply->reply_hdr); in nfp_bpf_ctrl_alloc_map()
111 tid = be32_to_cpu(reply->tid); in nfp_bpf_ctrl_alloc_map()
122 struct cmsg_reply_map_free_tbl *reply; in nfp_bpf_ctrl_free_map() local
137 sizeof(*reply)); in nfp_bpf_ctrl_free_map()
143 reply in nfp_bpf_ctrl_free_map()
57 nfp_bpf_ctrl_rc_to_errno(struct nfp_app_bpf *bpf, struct cmsg_reply_map_simple *reply) nfp_bpf_ctrl_rc_to_errno() argument
166 nfp_bpf_ctrl_reply_key(struct nfp_app_bpf *bpf, struct cmsg_reply_map_op *reply, unsigned int n) nfp_bpf_ctrl_reply_key() argument
173 nfp_bpf_ctrl_reply_val(struct nfp_app_bpf *bpf, struct cmsg_reply_map_op *reply, unsigned int n) nfp_bpf_ctrl_reply_val() argument
205 struct cmsg_reply_map_op *reply; nfp_bpf_ctrl_op_cache_get() local
299 struct cmsg_reply_map_op *reply; nfp_bpf_ctrl_entry_op() local
[all...]
/kernel/linux/linux-6.6/tools/net/ynl/
H A Dethtool.py39 def print_field(reply, *desc):
41 Pretty-print a set of fields from the reply. desc specifies the
45 return print_field(reply, *zip(reply.keys(), reply.keys()))
54 value = reply.get(field, None)
90 reply = ynl.dump(op_name, { 'header': {} } | extra)
91 if not reply:
94 for msg in reply:
223 reply
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_msg.c198 * @reply: Pointer to buffer holding reply.
199 * @reply_len: Length of the reply.
204 static unsigned long vmw_port_hb_in(struct rpc_channel *channel, char *reply, in vmw_port_hb_in() argument
214 di = (uintptr_t) reply; in vmw_port_hb_in()
243 memcpy(reply, &ebx, bytes); in vmw_port_hb_in()
245 reply += bytes; in vmw_port_hb_in()
316 char *reply; in vmw_recv_msg() local
338 DRM_ERROR("Failed to get reply size for host message.\n"); in vmw_recv_msg()
342 /* No reply availabl in vmw_recv_msg()
422 char *msg, *reply = NULL; vmw_host_get_guestinfo() local
571 char *reply = NULL; vmw_msg_ioctl() local
[all...]
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dcec-funcs.h59 int reply) in cec_msg_request_active_source()
64 msg->reply = reply ? CEC_MSG_ACTIVE_SOURCE : 0; in cec_msg_request_active_source()
84 int reply, in cec_msg_routing_change()
95 msg->reply = reply ? CEC_MSG_ROUTING_INFORMATION : 0; in cec_msg_routing_change()
131 static inline void cec_msg_record_off(struct cec_msg *msg, int reply) in cec_msg_record_off() argument
135 msg->reply = reply ? CEC_MSG_RECORD_STATUS : 0; in cec_msg_record_off()
293 int reply, in cec_msg_record_on()
58 cec_msg_request_active_source(struct cec_msg *msg, int reply) cec_msg_request_active_source() argument
83 cec_msg_routing_change(struct cec_msg *msg, int reply, __u16 orig_phys_addr, __u16 new_phys_addr) cec_msg_routing_change() argument
292 cec_msg_record_on(struct cec_msg *msg, int reply, const struct cec_op_record_src *rec_src) cec_msg_record_on() argument
359 cec_msg_record_tv_screen(struct cec_msg *msg, int reply) cec_msg_record_tv_screen() argument
433 cec_msg_clear_analogue_timer(struct cec_msg *msg, int reply, __u8 day, __u8 month, __u8 start_hr, __u8 start_min, __u8 duration_hr, __u8 duration_min, __u8 recording_seq, __u8 ana_bcast_type, __u16 ana_freq, __u8 bcast_system) cec_msg_clear_analogue_timer() argument
488 cec_msg_clear_digital_timer(struct cec_msg *msg, int reply, __u8 day, __u8 month, __u8 start_hr, __u8 start_min, __u8 duration_hr, __u8 duration_min, __u8 recording_seq, const struct cec_op_digital_service_id *digital) cec_msg_clear_digital_timer() argument
534 cec_msg_clear_ext_timer(struct cec_msg *msg, int reply, __u8 day, __u8 month, __u8 start_hr, __u8 start_min, __u8 duration_hr, __u8 duration_min, __u8 recording_seq, __u8 ext_src_spec, __u8 plug, __u16 phys_addr) cec_msg_clear_ext_timer() argument
589 cec_msg_set_analogue_timer(struct cec_msg *msg, int reply, __u8 day, __u8 month, __u8 start_hr, __u8 start_min, __u8 duration_hr, __u8 duration_min, __u8 recording_seq, __u8 ana_bcast_type, __u16 ana_freq, __u8 bcast_system) cec_msg_set_analogue_timer() argument
644 cec_msg_set_digital_timer(struct cec_msg *msg, int reply, __u8 day, __u8 month, __u8 start_hr, __u8 start_min, __u8 duration_hr, __u8 duration_min, __u8 recording_seq, const struct cec_op_digital_service_id *digital) cec_msg_set_digital_timer() argument
690 cec_msg_set_ext_timer(struct cec_msg *msg, int reply, __u8 day, __u8 month, __u8 start_hr, __u8 start_min, __u8 duration_hr, __u8 duration_min, __u8 recording_seq, __u8 ext_src_spec, __u8 plug, __u16 phys_addr) cec_msg_set_ext_timer() argument
782 cec_msg_get_cec_version(struct cec_msg *msg, int reply) cec_msg_get_cec_version() argument
808 cec_msg_give_physical_addr(struct cec_msg *msg, int reply) cec_msg_give_physical_addr() argument
832 cec_msg_get_menu_language(struct cec_msg *msg, int reply) cec_msg_get_menu_language() argument
882 cec_msg_give_features(struct cec_msg *msg, int reply) cec_msg_give_features() argument
919 cec_msg_give_deck_status(struct cec_msg *msg, int reply, __u8 status_req) cec_msg_give_deck_status() argument
1024 cec_msg_give_tuner_device_status(struct cec_msg *msg, int reply, __u8 status_req) cec_msg_give_tuner_device_status() argument
1108 cec_msg_give_device_vendor_id(struct cec_msg *msg, int reply) cec_msg_give_device_vendor_id() argument
1244 cec_msg_give_osd_name(struct cec_msg *msg, int reply) cec_msg_give_osd_name() argument
1268 cec_msg_menu_request(struct cec_msg *msg, int reply, __u8 menu_req) cec_msg_menu_request() argument
1380 cec_msg_give_device_power_status(struct cec_msg *msg, int reply) cec_msg_give_device_power_status() argument
1440 cec_msg_give_audio_status(struct cec_msg *msg, int reply) cec_msg_give_audio_status() argument
1462 cec_msg_system_audio_mode_request(struct cec_msg *msg, int reply, __u16 phys_addr) cec_msg_system_audio_mode_request() argument
1497 cec_msg_give_system_audio_mode_status(struct cec_msg *msg, int reply) cec_msg_give_system_audio_mode_status() argument
1537 cec_msg_request_short_audio_descriptor(struct cec_msg *msg, int reply, __u8 num_descriptors, const __u8 *audio_format_id, const __u8 *audio_format_code) cec_msg_request_short_audio_descriptor() argument
1595 cec_msg_initiate_arc(struct cec_msg *msg, int reply) cec_msg_initiate_arc() argument
1603 cec_msg_request_arc_initiation(struct cec_msg *msg, int reply) cec_msg_request_arc_initiation() argument
1617 cec_msg_terminate_arc(struct cec_msg *msg, int reply) cec_msg_terminate_arc() argument
1625 cec_msg_request_arc_termination(struct cec_msg *msg, int reply) cec_msg_request_arc_termination() argument
1671 cec_msg_request_current_latency(struct cec_msg *msg, int reply, __u16 phys_addr) cec_msg_request_current_latency() argument
[all...]
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dcec-funcs.h59 int reply) in cec_msg_request_active_source()
64 msg->reply = reply ? CEC_MSG_ACTIVE_SOURCE : 0; in cec_msg_request_active_source()
84 int reply, in cec_msg_routing_change()
95 msg->reply = reply ? CEC_MSG_ROUTING_INFORMATION : 0; in cec_msg_routing_change()
131 static inline void cec_msg_record_off(struct cec_msg *msg, int reply) in cec_msg_record_off() argument
135 msg->reply = reply ? CEC_MSG_RECORD_STATUS : 0; in cec_msg_record_off()
293 int reply, in cec_msg_record_on()
58 cec_msg_request_active_source(struct cec_msg *msg, int reply) cec_msg_request_active_source() argument
83 cec_msg_routing_change(struct cec_msg *msg, int reply, __u16 orig_phys_addr, __u16 new_phys_addr) cec_msg_routing_change() argument
292 cec_msg_record_on(struct cec_msg *msg, int reply, const struct cec_op_record_src *rec_src) cec_msg_record_on() argument
359 cec_msg_record_tv_screen(struct cec_msg *msg, int reply) cec_msg_record_tv_screen() argument
433 cec_msg_clear_analogue_timer(struct cec_msg *msg, int reply, __u8 day, __u8 month, __u8 start_hr, __u8 start_min, __u8 duration_hr, __u8 duration_min, __u8 recording_seq, __u8 ana_bcast_type, __u16 ana_freq, __u8 bcast_system) cec_msg_clear_analogue_timer() argument
488 cec_msg_clear_digital_timer(struct cec_msg *msg, int reply, __u8 day, __u8 month, __u8 start_hr, __u8 start_min, __u8 duration_hr, __u8 duration_min, __u8 recording_seq, const struct cec_op_digital_service_id *digital) cec_msg_clear_digital_timer() argument
534 cec_msg_clear_ext_timer(struct cec_msg *msg, int reply, __u8 day, __u8 month, __u8 start_hr, __u8 start_min, __u8 duration_hr, __u8 duration_min, __u8 recording_seq, __u8 ext_src_spec, __u8 plug, __u16 phys_addr) cec_msg_clear_ext_timer() argument
589 cec_msg_set_analogue_timer(struct cec_msg *msg, int reply, __u8 day, __u8 month, __u8 start_hr, __u8 start_min, __u8 duration_hr, __u8 duration_min, __u8 recording_seq, __u8 ana_bcast_type, __u16 ana_freq, __u8 bcast_system) cec_msg_set_analogue_timer() argument
644 cec_msg_set_digital_timer(struct cec_msg *msg, int reply, __u8 day, __u8 month, __u8 start_hr, __u8 start_min, __u8 duration_hr, __u8 duration_min, __u8 recording_seq, const struct cec_op_digital_service_id *digital) cec_msg_set_digital_timer() argument
690 cec_msg_set_ext_timer(struct cec_msg *msg, int reply, __u8 day, __u8 month, __u8 start_hr, __u8 start_min, __u8 duration_hr, __u8 duration_min, __u8 recording_seq, __u8 ext_src_spec, __u8 plug, __u16 phys_addr) cec_msg_set_ext_timer() argument
782 cec_msg_get_cec_version(struct cec_msg *msg, int reply) cec_msg_get_cec_version() argument
808 cec_msg_give_physical_addr(struct cec_msg *msg, int reply) cec_msg_give_physical_addr() argument
832 cec_msg_get_menu_language(struct cec_msg *msg, int reply) cec_msg_get_menu_language() argument
882 cec_msg_give_features(struct cec_msg *msg, int reply) cec_msg_give_features() argument
919 cec_msg_give_deck_status(struct cec_msg *msg, int reply, __u8 status_req) cec_msg_give_deck_status() argument
1024 cec_msg_give_tuner_device_status(struct cec_msg *msg, int reply, __u8 status_req) cec_msg_give_tuner_device_status() argument
1108 cec_msg_give_device_vendor_id(struct cec_msg *msg, int reply) cec_msg_give_device_vendor_id() argument
1244 cec_msg_give_osd_name(struct cec_msg *msg, int reply) cec_msg_give_osd_name() argument
1268 cec_msg_menu_request(struct cec_msg *msg, int reply, __u8 menu_req) cec_msg_menu_request() argument
1380 cec_msg_give_device_power_status(struct cec_msg *msg, int reply) cec_msg_give_device_power_status() argument
1440 cec_msg_give_audio_status(struct cec_msg *msg, int reply) cec_msg_give_audio_status() argument
1462 cec_msg_system_audio_mode_request(struct cec_msg *msg, int reply, __u16 phys_addr) cec_msg_system_audio_mode_request() argument
1497 cec_msg_give_system_audio_mode_status(struct cec_msg *msg, int reply) cec_msg_give_system_audio_mode_status() argument
1537 cec_msg_request_short_audio_descriptor(struct cec_msg *msg, int reply, __u8 num_descriptors, const __u8 *audio_format_id, const __u8 *audio_format_code) cec_msg_request_short_audio_descriptor() argument
1609 cec_msg_initiate_arc(struct cec_msg *msg, int reply) cec_msg_initiate_arc() argument
1617 cec_msg_request_arc_initiation(struct cec_msg *msg, int reply) cec_msg_request_arc_initiation() argument
1631 cec_msg_terminate_arc(struct cec_msg *msg, int reply) cec_msg_terminate_arc() argument
1639 cec_msg_request_arc_termination(struct cec_msg *msg, int reply) cec_msg_request_arc_termination() argument
1685 cec_msg_request_current_latency(struct cec_msg *msg, int reply, __u16 phys_addr) cec_msg_request_current_latency() argument
[all...]
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dcec-funcs.h46 int reply) in cec_msg_request_active_source()
51 msg->reply = reply ? CEC_MSG_ACTIVE_SOURCE : 0; in cec_msg_request_active_source()
68 int reply, in cec_msg_routing_change()
79 msg->reply = reply ? CEC_MSG_ROUTING_INFORMATION : 0; in cec_msg_routing_change()
106 static inline void cec_msg_record_off(struct cec_msg *msg, int reply) in cec_msg_record_off() argument
110 msg->reply = reply ? CEC_MSG_RECORD_STATUS : 0; in cec_msg_record_off()
254 int reply, in cec_msg_record_on()
45 cec_msg_request_active_source(struct cec_msg *msg, int reply) cec_msg_request_active_source() argument
67 cec_msg_routing_change(struct cec_msg *msg, int reply, __u16 orig_phys_addr, __u16 new_phys_addr) cec_msg_routing_change() argument
253 cec_msg_record_on(struct cec_msg *msg, int reply, const struct cec_op_record_src *rec_src) cec_msg_record_on() argument
316 cec_msg_record_tv_screen(struct cec_msg *msg, int reply) cec_msg_record_tv_screen() argument
383 cec_msg_clear_analogue_timer(struct cec_msg *msg, int reply, __u8 day, __u8 month, __u8 start_hr, __u8 start_min, __u8 duration_hr, __u8 duration_min, __u8 recording_seq, __u8 ana_bcast_type, __u16 ana_freq, __u8 bcast_system) cec_msg_clear_analogue_timer() argument
436 cec_msg_clear_digital_timer(struct cec_msg *msg, int reply, __u8 day, __u8 month, __u8 start_hr, __u8 start_min, __u8 duration_hr, __u8 duration_min, __u8 recording_seq, const struct cec_op_digital_service_id *digital) cec_msg_clear_digital_timer() argument
480 cec_msg_clear_ext_timer(struct cec_msg *msg, int reply, __u8 day, __u8 month, __u8 start_hr, __u8 start_min, __u8 duration_hr, __u8 duration_min, __u8 recording_seq, __u8 ext_src_spec, __u8 plug, __u16 phys_addr) cec_msg_clear_ext_timer() argument
533 cec_msg_set_analogue_timer(struct cec_msg *msg, int reply, __u8 day, __u8 month, __u8 start_hr, __u8 start_min, __u8 duration_hr, __u8 duration_min, __u8 recording_seq, __u8 ana_bcast_type, __u16 ana_freq, __u8 bcast_system) cec_msg_set_analogue_timer() argument
586 cec_msg_set_digital_timer(struct cec_msg *msg, int reply, __u8 day, __u8 month, __u8 start_hr, __u8 start_min, __u8 duration_hr, __u8 duration_min, __u8 recording_seq, const struct cec_op_digital_service_id *digital) cec_msg_set_digital_timer() argument
630 cec_msg_set_ext_timer(struct cec_msg *msg, int reply, __u8 day, __u8 month, __u8 start_hr, __u8 start_min, __u8 duration_hr, __u8 duration_min, __u8 recording_seq, __u8 ext_src_spec, __u8 plug, __u16 phys_addr) cec_msg_set_ext_timer() argument
713 cec_msg_get_cec_version(struct cec_msg *msg, int reply) cec_msg_get_cec_version() argument
736 cec_msg_give_physical_addr(struct cec_msg *msg, int reply) cec_msg_give_physical_addr() argument
757 cec_msg_get_menu_language(struct cec_msg *msg, int reply) cec_msg_get_menu_language() argument
795 cec_msg_give_features(struct cec_msg *msg, int reply) cec_msg_give_features() argument
826 cec_msg_give_deck_status(struct cec_msg *msg, int reply, __u8 status_req) cec_msg_give_deck_status() argument
920 cec_msg_give_tuner_device_status(struct cec_msg *msg, int reply, __u8 status_req) cec_msg_give_tuner_device_status() argument
992 cec_msg_give_device_vendor_id(struct cec_msg *msg, int reply) cec_msg_give_device_vendor_id() argument
1105 cec_msg_give_osd_name(struct cec_msg *msg, int reply) cec_msg_give_osd_name() argument
1124 cec_msg_menu_request(struct cec_msg *msg, int reply, __u8 menu_req) cec_msg_menu_request() argument
1225 cec_msg_give_device_power_status(struct cec_msg *msg, int reply) cec_msg_give_device_power_status() argument
1274 cec_msg_give_audio_status(struct cec_msg *msg, int reply) cec_msg_give_audio_status() argument
1293 cec_msg_system_audio_mode_request(struct cec_msg *msg, int reply, __u16 phys_addr) cec_msg_system_audio_mode_request() argument
1323 cec_msg_give_system_audio_mode_status(struct cec_msg *msg, int reply) cec_msg_give_system_audio_mode_status() argument
1358 cec_msg_request_short_audio_descriptor(struct cec_msg *msg, int reply, __u8 num_descriptors, const __u8 *audio_format_id, const __u8 *audio_format_code) cec_msg_request_short_audio_descriptor() argument
1405 cec_msg_initiate_arc(struct cec_msg *msg, int reply) cec_msg_initiate_arc() argument
1412 cec_msg_request_arc_initiation(struct cec_msg *msg, int reply) cec_msg_request_arc_initiation() argument
1424 cec_msg_terminate_arc(struct cec_msg *msg, int reply) cec_msg_terminate_arc() argument
1431 cec_msg_request_arc_termination(struct cec_msg *msg, int reply) cec_msg_request_arc_termination() argument
1471 cec_msg_request_current_latency(struct cec_msg *msg, int reply, __u16 phys_addr) cec_msg_request_current_latency() argument
[all...]
/test/xts/device_attest_lite/framework/small/src/client/
H A Dattest_framework_client_proxy.c44 static int32_t ReadAttestResultTicket(IpcIo *reply, AttestResultInfo **attestStatus) in ReadAttestResultTicket() argument
46 if ((attestStatus == NULL) || (*attestStatus == NULL) || (reply == NULL)) { in ReadAttestResultTicket()
52 char *ticket = (char *)ReadString(reply, &len); in ReadAttestResultTicket()
77 static int32_t ReadAttestResultInfo(IpcIo *reply, AttestResultInfo **attestStatus) in ReadAttestResultInfo() argument
79 if ((attestStatus == NULL) || (*attestStatus == NULL) || (reply == NULL)) { in ReadAttestResultInfo()
85 if (!ReadInt32(reply, (int32_t *)&attestResult->authResult) || in ReadAttestResultInfo()
86 !ReadInt32(reply, (int32_t *)&attestResult->softwareResult)) { in ReadAttestResultInfo()
92 int32_t *softwareResultDetail = ReadInt32Vector(reply, &len); in ReadAttestResultInfo()
103 if (!ReadInt32(reply, (int32_t *)&attestResult->ticketLength)) { in ReadAttestResultInfo()
108 return ReadAttestResultTicket(reply, attestStatu in ReadAttestResultInfo()
111 AttestClientQueryStatusCb(void *owner, int code, IpcIo *reply) AttestClientQueryStatusCb() argument
154 ServiceRspMsg reply = {0}; QueryStatus() local
[all...]
/kernel/linux/linux-6.6/sound/soc/sof/
H A Dsof-client-probes-ipc3.c107 struct sof_ipc_probe_info_params *reply; in ipc3_probes_info() local
114 reply = kzalloc(max_msg_size, GFP_KERNEL); in ipc3_probes_info()
115 if (!reply) in ipc3_probes_info()
120 ret = sof_client_ipc_tx_message(cdev, &msg, reply, max_msg_size); in ipc3_probes_info()
121 if (ret < 0 || reply->rhdr.error < 0) in ipc3_probes_info()
124 if (!reply->num_elems) in ipc3_probes_info()
128 bytes = sizeof(reply->dma[0]); in ipc3_probes_info()
130 bytes = sizeof(reply->desc[0]); in ipc3_probes_info()
131 bytes *= reply->num_elems; in ipc3_probes_info()
132 *params = kmemdup(&reply in ipc3_probes_info()
[all...]
/kernel/linux/linux-5.10/arch/um/drivers/
H A Dmconsole_user.c40 static int mconsole_reply_v0(struct mc_request *req, char *reply) in mconsole_reply_v0() argument
45 iov.iov_base = reply; in mconsole_reply_v0()
46 iov.iov_len = strlen(reply); in mconsole_reply_v0()
134 struct mconsole_reply reply; in mconsole_reply_len() local
138 reply.err = err; in mconsole_reply_len()
145 if (len == total) reply.more = more; in mconsole_reply_len()
146 else reply.more = 1; in mconsole_reply_len()
148 memcpy(reply.data, str, len); in mconsole_reply_len()
149 reply.data[len] = '\0'; in mconsole_reply_len()
152 reply in mconsole_reply_len()
[all...]

Completed in 33 milliseconds

12345678910>>...25