Home
last modified time | relevance | path

Searched refs:reply (Results 26 - 50 of 797) sorted by relevance

12345678910>>...32

/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
H A Ddbus_new_handlers_wps.c36 DBusMessage **reply) in wpas_dbus_handler_wps_role()
46 *reply = wpas_dbus_error_invalid_args(message, in wpas_dbus_handler_wps_role()
57 *reply = wpas_dbus_error_invalid_args(message, val); in wpas_dbus_handler_wps_role()
67 DBusMessage **reply) in wpas_dbus_handler_wps_type()
76 *reply = wpas_dbus_error_invalid_args(message, in wpas_dbus_handler_wps_type()
88 *reply = wpas_dbus_error_invalid_args(message, val); in wpas_dbus_handler_wps_type()
98 DBusMessage **reply) in wpas_dbus_handler_wps_bssid()
109 *reply = wpas_dbus_error_invalid_args( in wpas_dbus_handler_wps_bssid()
118 *reply = wpas_dbus_error_invalid_args(message, in wpas_dbus_handler_wps_bssid()
129 DBusMessage **reply) in wpas_dbus_handler_wps_pin()
33 wpas_dbus_handler_wps_role(DBusMessage *message, DBusMessageIter *entry_iter, struct wps_start_params *params, DBusMessage **reply) wpas_dbus_handler_wps_role() argument
64 wpas_dbus_handler_wps_type(DBusMessage *message, DBusMessageIter *entry_iter, struct wps_start_params *params, DBusMessage **reply) wpas_dbus_handler_wps_type() argument
95 wpas_dbus_handler_wps_bssid(DBusMessage *message, DBusMessageIter *entry_iter, struct wps_start_params *params, DBusMessage **reply) wpas_dbus_handler_wps_bssid() argument
126 wpas_dbus_handler_wps_pin(DBusMessage *message, DBusMessageIter *entry_iter, struct wps_start_params *params, DBusMessage **reply) wpas_dbus_handler_wps_pin() argument
147 wpas_dbus_handler_wps_p2p_dev_addr(DBusMessage *message, DBusMessageIter *entry_iter, struct wps_start_params *params, DBusMessage **reply) wpas_dbus_handler_wps_p2p_dev_addr() argument
181 wpas_dbus_handler_wps_start_entry(DBusMessage *message, char *key, DBusMessageIter *entry_iter, struct wps_start_params *params, DBusMessage **reply) wpas_dbus_handler_wps_start_entry() argument
224 DBusMessage *reply = NULL; wpas_dbus_handler_wps_start() local
[all...]
H A Ddbus_new_helpers.c84 DBusMessage *reply; in get_all_properties() local
88 reply = dbus_message_new_method_return(message); in get_all_properties()
89 if (reply == NULL) in get_all_properties()
92 dbus_message_iter_init_append(reply, &iter); in get_all_properties()
94 dbus_message_unref(reply); in get_all_properties()
102 dbus_message_unref(reply); in get_all_properties()
103 reply = wpas_dbus_reply_new_from_error( in get_all_properties()
107 return reply; in get_all_properties()
111 dbus_message_unref(reply); in get_all_properties()
115 return reply; in get_all_properties()
162 DBusMessage *reply; properties_get() local
196 DBusMessage *reply; properties_set() local
381 DBusMessage *reply; message_handler() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
H A Ddbus_new_handlers_wps.c36 DBusMessage **reply) in wpas_dbus_handler_wps_role()
46 *reply = wpas_dbus_error_invalid_args(message, in wpas_dbus_handler_wps_role()
57 *reply = wpas_dbus_error_invalid_args(message, val); in wpas_dbus_handler_wps_role()
67 DBusMessage **reply) in wpas_dbus_handler_wps_type()
76 *reply = wpas_dbus_error_invalid_args(message, in wpas_dbus_handler_wps_type()
88 *reply = wpas_dbus_error_invalid_args(message, val); in wpas_dbus_handler_wps_type()
98 DBusMessage **reply) in wpas_dbus_handler_wps_bssid()
109 *reply = wpas_dbus_error_invalid_args( in wpas_dbus_handler_wps_bssid()
118 *reply = wpas_dbus_error_invalid_args(message, in wpas_dbus_handler_wps_bssid()
129 DBusMessage **reply) in wpas_dbus_handler_wps_pin()
33 wpas_dbus_handler_wps_role(DBusMessage *message, DBusMessageIter *entry_iter, struct wps_start_params *params, DBusMessage **reply) wpas_dbus_handler_wps_role() argument
64 wpas_dbus_handler_wps_type(DBusMessage *message, DBusMessageIter *entry_iter, struct wps_start_params *params, DBusMessage **reply) wpas_dbus_handler_wps_type() argument
95 wpas_dbus_handler_wps_bssid(DBusMessage *message, DBusMessageIter *entry_iter, struct wps_start_params *params, DBusMessage **reply) wpas_dbus_handler_wps_bssid() argument
126 wpas_dbus_handler_wps_pin(DBusMessage *message, DBusMessageIter *entry_iter, struct wps_start_params *params, DBusMessage **reply) wpas_dbus_handler_wps_pin() argument
147 wpas_dbus_handler_wps_p2p_dev_addr(DBusMessage *message, DBusMessageIter *entry_iter, struct wps_start_params *params, DBusMessage **reply) wpas_dbus_handler_wps_p2p_dev_addr() argument
181 wpas_dbus_handler_wps_start_entry(DBusMessage *message, char *key, DBusMessageIter *entry_iter, struct wps_start_params *params, DBusMessage **reply) wpas_dbus_handler_wps_start_entry() argument
224 DBusMessage *reply = NULL; wpas_dbus_handler_wps_start() local
[all...]
H A Ddbus_new_handlers.c102 DBusMessage *reply; in wpas_dbus_error_invalid_args() local
104 reply = dbus_message_new_error( in wpas_dbus_error_invalid_args()
108 dbus_message_append_args(reply, DBUS_TYPE_STRING, &arg, in wpas_dbus_error_invalid_args()
111 return reply; in wpas_dbus_error_invalid_args()
468 "%s: error constructing reply", __func__); in wpas_dbus_simple_property_getter()
700 DBusMessage *reply = NULL; in wpas_dbus_handler_create_interface() local
757 reply = dbus_message_new_error( in wpas_dbus_handler_create_interface()
774 reply = dbus_message_new_method_return(message); in wpas_dbus_handler_create_interface()
775 dbus_message_append_args(reply, DBUS_TYPE_OBJECT_PATH, in wpas_dbus_handler_create_interface()
778 reply in wpas_dbus_handler_create_interface()
816 DBusMessage *reply = NULL; wpas_dbus_handler_remove_interface() local
846 DBusMessage *reply = NULL; wpas_dbus_handler_get_interface() local
1188 wpas_dbus_get_scan_type(DBusMessage *message, DBusMessageIter *var, char **type, DBusMessage **reply) wpas_dbus_get_scan_type() argument
1203 wpas_dbus_get_scan_ssids(DBusMessage *message, DBusMessageIter *var, struct wpa_driver_scan_params *params, DBusMessage **reply) wpas_dbus_get_scan_ssids() argument
1284 wpas_dbus_get_scan_ies(DBusMessage *message, DBusMessageIter *var, struct wpa_driver_scan_params *params, DBusMessage **reply) wpas_dbus_get_scan_ies() argument
1344 wpas_dbus_get_scan_channels(DBusMessage *message, DBusMessageIter *var, struct wpa_driver_scan_params *params, DBusMessage **reply) wpas_dbus_get_scan_channels() argument
1446 wpas_dbus_get_scan_allow_roam(DBusMessage *message, DBusMessageIter *var, dbus_bool_t *allow, DBusMessage **reply) wpas_dbus_get_scan_allow_roam() argument
1476 DBusMessage *reply = NULL; wpas_dbus_handler_scan() local
1637 DBusMessage *reply = NULL; wpas_dbus_handler_add_cred() local
1705 DBusMessage *reply = NULL; wpas_dbus_handler_remove_cred() local
1768 DBusMessage *reply = NULL; wpas_dbus_handler_remove_all_creds() local
1789 DBusMessage *reply = NULL; wpas_dbus_handler_interworking_select() local
1821 DBusMessage *reply = NULL; wpas_dbus_handler_signal_poll() local
1906 DBusMessage *reply = NULL; wpas_dbus_handler_add_network() local
2067 DBusMessage *reply = NULL; wpas_dbus_handler_remove_network() local
2143 DBusMessage *reply = NULL; wpas_dbus_handler_select_network() local
2197 DBusMessage *reply = NULL; wpas_dbus_handler_network_reply() local
2324 DBusMessage *reply = NULL; wpas_dbus_handler_add_blob() local
2386 DBusMessage *reply = NULL; wpas_dbus_handler_get_blob() local
2433 DBusMessage *reply = NULL; wpas_dbus_handler_remove_blob() local
2490 DBusMessage *reply = NULL; wpas_dbus_handler_autoscan() local
2666 DBusMessage *reply; wpas_dbus_handler_tdls_status() local
5754 DBusMessage *reply; wpas_dbus_handler_vendor_elem_get() local
[all...]
H A Ddbus_new_helpers.c84 DBusMessage *reply; in get_all_properties() local
88 reply = dbus_message_new_method_return(message); in get_all_properties()
89 if (reply == NULL) in get_all_properties()
92 dbus_message_iter_init_append(reply, &iter); in get_all_properties()
94 dbus_message_unref(reply); in get_all_properties()
102 dbus_message_unref(reply); in get_all_properties()
103 reply = wpas_dbus_reply_new_from_error( in get_all_properties()
107 return reply; in get_all_properties()
111 dbus_message_unref(reply); in get_all_properties()
115 return reply; in get_all_properties()
162 DBusMessage *reply; properties_get() local
196 DBusMessage *reply; properties_set() local
381 DBusMessage *reply; message_handler() 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...]
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_winsys_dri.c188 xcb_dri2_get_buffers_reply_t *reply; in vl_dri2_screen_texture_from_drawable() local
197 reply = vl_dri2_get_flush_reply(scrn); in vl_dri2_screen_texture_from_drawable()
198 if (!reply) { in vl_dri2_screen_texture_from_drawable()
202 reply = xcb_dri2_get_buffers_reply(scrn->conn, cookie, NULL); in vl_dri2_screen_texture_from_drawable()
204 if (!reply) in vl_dri2_screen_texture_from_drawable()
207 buffers = xcb_dri2_get_buffers_buffers(reply); in vl_dri2_screen_texture_from_drawable()
209 free(reply); in vl_dri2_screen_texture_from_drawable()
213 for (i = 0; i < reply->count; ++i) { in vl_dri2_screen_texture_from_drawable()
220 if (i == reply->count || !back_left) { in vl_dri2_screen_texture_from_drawable()
221 free(reply); in vl_dri2_screen_texture_from_drawable()
275 xcb_dri2_get_msc_reply_t *reply; vl_dri2_screen_get_timestamp() local
[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...]
/kernel/linux/linux-6.6/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...]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_unlink/
H A D2-1.c49 static int send_receive(int read_pipe, int write_pipe, char send, char *reply);
100 char reply; in parent_process() local
109 rval = send_receive(read_pipe, write_pipe, 'a', &reply); in parent_process()
113 if (reply != 'b') { in parent_process()
143 char reply; in child_process() local
145 rval = send_receive(read_pipe, write_pipe, 0, &reply); in child_process()
149 if (reply != 'a') { in child_process()
163 static int send_receive(int read_pipe, int write_pipe, char send, char *reply) in send_receive() argument
174 if (reply) { in send_receive()
175 bytes = read(read_pipe, reply, in send_receive()
[all...]
/third_party/cups-filters/cupsfilters/
H A Dcolord.c125 DBusMessage *reply = NULL; in get_filename_for_profile_path() local
140 reply = dbus_connection_send_with_reply_and_block(con, in get_filename_for_profile_path()
144 if (reply == NULL) { in get_filename_for_profile_path()
151 /* get reply data */ in get_filename_for_profile_path()
152 dbus_message_iter_init(reply, &args); in get_filename_for_profile_path()
154 fprintf(stderr, "DEBUG: Incorrect reply type\n"); in get_filename_for_profile_path()
164 if (reply != NULL) in get_filename_for_profile_path()
165 dbus_message_unref(reply); in get_filename_for_profile_path()
182 DBusMessage *reply = NULL; in get_profile_for_device_path() local
228 reply in get_profile_for_device_path()
273 DBusMessage *reply = NULL; get_device_path_for_device_id() local
366 DBusMessage *reply = NULL; get_profile_inhibitors() local
[all...]
/third_party/ffmpeg/libavformat/
H A Drtsp.c908 RTSPMessageHeader *reply, const char *p) in rtsp_parse_transport()
917 reply->nb_transports = 0; in rtsp_parse_transport()
924 th = &reply->transports[reply->nb_transports]; in rtsp_parse_transport()
1028 reply->nb_transports++; in rtsp_parse_transport()
1029 if (reply->nb_transports >= RTSP_MAX_TRANSPORTS) in rtsp_parse_transport()
1090 RTSPMessageHeader *reply, const char *buf, in ff_rtsp_parse_line()
1099 get_word_sep(reply->session_id, sizeof(reply->session_id), ";", &p); in ff_rtsp_parse_line()
1102 reply in ff_rtsp_parse_line()
907 rtsp_parse_transport(AVFormatContext *s, RTSPMessageHeader *reply, const char *p) rtsp_parse_transport() argument
1089 ff_rtsp_parse_line(AVFormatContext *s, RTSPMessageHeader *reply, const char *buf, RTSPState *rt, const char *method) ff_rtsp_parse_line() argument
1182 ff_rtsp_read_reply(AVFormatContext *s, RTSPMessageHeader *reply, unsigned char **content_ptr, int return_on_interleaved_data, const char *method) ff_rtsp_read_reply() argument
1405 ff_rtsp_send_cmd(AVFormatContext *s, const char *method, const char *url, const char *headers, RTSPMessageHeader *reply, unsigned char **content_ptr) ff_rtsp_send_cmd() argument
1413 ff_rtsp_send_cmd_with_content(AVFormatContext *s, const char *method, const char *url, const char *header, RTSPMessageHeader *reply, unsigned char **content_ptr, const unsigned char *send_content, int send_content_length) ff_rtsp_send_cmd_with_content() argument
1458 RTSPMessageHeader reply1, *reply = &reply1; ff_rtsp_make_setup_request() local
1725 RTSPMessageHeader reply1, *reply = &reply1; ff_rtsp_connect() local
2028 RTSPMessageHeader reply; parse_rtsp_message() local
[all...]
/kernel/linux/linux-5.10/drivers/mfd/
H A Drave-sp.c95 * @length: Expected reply length
96 * @data: Buffer to store reply payload in
97 * @code: Expected reply code
98 * @ackid: Expected reply ACK ID
99 * @received: Successful reply reception completion
177 * @ackid: ACK ID used in last reply sent to the device
179 * @reply_lock: Lock protecting @reply
180 * @reply: Pointer to memory to store reply payload
194 struct rave_sp_reply *reply; member
346 struct rave_sp_reply reply = { rave_sp_exec() local
407 struct rave_sp_reply *reply; rave_sp_receive_reply() local
[all...]
/kernel/linux/linux-6.6/drivers/mfd/
H A Drave-sp.c95 * @length: Expected reply length
96 * @data: Buffer to store reply payload in
97 * @code: Expected reply code
98 * @ackid: Expected reply ACK ID
99 * @received: Successful reply reception completion
177 * @ackid: ACK ID used in last reply sent to the device
179 * @reply_lock: Lock protecting @reply
180 * @reply: Pointer to memory to store reply payload
194 struct rave_sp_reply *reply; member
346 struct rave_sp_reply reply = { rave_sp_exec() local
407 struct rave_sp_reply *reply; rave_sp_receive_reply() local
[all...]
/kernel/linux/linux-6.6/net/ethtool/
H A Deeprom.c54 struct eeprom_reply_data *reply) in eeprom_fallback()
56 struct net_device *dev = reply->base.dev; in eeprom_fallback()
78 reply->data = data; in eeprom_fallback()
79 reply->length = eeprom.len; in eeprom_fallback()
107 struct eeprom_reply_data *reply = MODULE_EEPROM_REPDATA(reply_base); in eeprom_prepare_data() local
130 reply->length = ret; in eeprom_prepare_data()
131 reply->data = page_data.data; in eeprom_prepare_data()
142 return eeprom_fallback(request, reply); in eeprom_prepare_data()
203 struct eeprom_reply_data *reply = MODULE_EEPROM_REPDATA(reply_base); in eeprom_fill_reply() local
205 return nla_put(skb, ETHTOOL_A_MODULE_EEPROM_DATA, reply in eeprom_fill_reply()
53 eeprom_fallback(struct eeprom_req_info *request, struct eeprom_reply_data *reply) eeprom_fallback() argument
210 struct eeprom_reply_data *reply = MODULE_EEPROM_REPDATA(reply_base); eeprom_cleanup_data() local
[all...]

Completed in 26 milliseconds

12345678910>>...32