/kernel/linux/linux-6.6/kernel/ |
H A D | audit.c | 962 static void audit_free_reply(struct audit_reply *reply) in audit_free_reply() argument 964 if (!reply) in audit_free_reply() 967 kfree_skb(reply->skb); in audit_free_reply() 968 if (reply->net) in audit_free_reply() 969 put_net(reply->net); in audit_free_reply() 970 kfree(reply); in audit_free_reply() 975 struct audit_reply *reply = (struct audit_reply *)arg; in audit_send_reply_thread() local 982 netlink_unicast(audit_get_sk(reply->net), reply->skb, reply in audit_send_reply_thread() 1004 struct audit_reply *reply; audit_send_reply() local [all...] |
H A D | taskstats.c | 70 void *reply; in prepare_reply() local 82 reply = genlmsg_put(skb, 0, seq, &family, 0, cmd); in prepare_reply() 84 reply = genlmsg_put_reply(skb, info, &family, 0, cmd); in prepare_reply() 85 if (reply == NULL) { in prepare_reply() 100 void *reply = genlmsg_data(genlhdr); in send_reply() local 102 genlmsg_end(skb, reply); in send_reply() 116 void *reply = genlmsg_data(genlhdr); in send_cpu_listeners() local 119 genlmsg_end(skb, reply); in send_cpu_listeners()
|
/third_party/NuttX/drivers/usbdev/gadget/ |
H A D | f_mass_storage.c | 643 return -EIO; /* No default reply */ in done_scsi_write() 797 int reply = -1; in fmass_do_scsi_command() local 806 reply = done_scsi_test_unit_ready(fmass); in fmass_do_scsi_command() 811 reply = done_scsi_request_sense(fmass); in fmass_do_scsi_command() 816 reply = done_scsi_inquiry(fmass); in fmass_do_scsi_command() 821 reply = done_scsi_mode_select(fmass); in fmass_do_scsi_command() 826 reply = done_scsi_mode_select(fmass); in fmass_do_scsi_command() 831 reply = done_scsi_mode_sense(fmass); in fmass_do_scsi_command() 836 reply = done_scsi_mode_sense(fmass); in fmass_do_scsi_command() 841 reply in fmass_do_scsi_command() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/ |
H A D | mpi3mr_fw.c | 402 memcpy((u8 *)cmdptr->reply, (u8 *)def_reply, in mpi3mr_process_admin_reply_desc() 473 * mpi3mr_get_reply_desc - get reply descriptor frame corresponding to 474 * queue's consumer index from operational reply descriptor queue. 476 * @reply_ci: operational reply descriptor's queue consumer index 478 * Returns reply descriptor frame address 495 * mpi3mr_process_op_reply_q - Operational reply queue handler 497 * @op_reply_q: Operational reply queue info 499 * Checks the specific operational reply queue and drains the 500 * reply queue entries until the queue is empty and process the 501 * individual reply descriptor [all...] |
/third_party/pulseaudio/src/modules/ |
H A D | module-stream-restore.c | 334 * element. If the data is invalid, an error reply is sent and a negative 562 DBusMessage *reply = NULL; in handle_get_all() local 576 pa_assert_se((reply = dbus_message_new_method_return(msg))); in handle_get_all() 578 dbus_message_iter_init_append(reply, &msg_iter); in handle_get_all() 586 pa_assert_se(dbus_connection_send(conn, reply, NULL)); in handle_get_all() 588 dbus_message_unref(reply); in handle_get_all() 777 DBusMessage *reply; in handle_entry_get_volume() local 787 pa_assert_se(reply = dbus_message_new_method_return(msg)); in handle_entry_get_volume() 789 dbus_message_iter_init_append(reply, &msg_iter); in handle_entry_get_volume() 792 pa_assert_se(dbus_connection_send(conn, reply, NUL in handle_entry_get_volume() 887 DBusMessage *reply = NULL; handle_entry_get_all() local 1956 pa_tagstruct *reply = NULL; extension_cb() local 2099 pa_pstream_send_tagstruct(pa_native_connection_get_pstream(c), reply); extension_cb() local 2202 pa_pstream_send_tagstruct(pa_native_connection_get_pstream(c), reply); extension_cb() local [all...] |
/base/telephony/core_service/interfaces/innerkits/include/ |
H A D | core_service_proxy.h | 156 int32_t ParseRulesAuthTableReply(MessageParcel &reply, EuiccRulesAuthTable &eUiccRulesAuthTable); 195 void ProcessReply(MessageParcel &reply, std::vector<sptr<CellInformation>> &cells) in ProcessReply() argument 199 cell->ReadFromParcel(reply); in ProcessReply() 204 void ProcessSignalInfo(MessageParcel &reply, std::vector<sptr<SignalInformation>> &result); 205 void ProcessCellInfo(MessageParcel &reply, std::vector<sptr<CellInformation>> &cells); 208 void ReadEuiccProfileFromReply(MessageParcel &reply, EuiccProfile &euiccProfile); 210 MessageParcel &data, MessageParcel &reply, MessageOption &option, ResponseEsimResult &responseResult); 212 void ReadEuiccInfo2FromReply(MessageParcel &reply, EuiccInfo2 &euiccInfo2);
|
/kernel/linux/linux-5.10/kernel/ |
H A D | taskstats.c | 69 void *reply; in prepare_reply() local 81 reply = genlmsg_put(skb, 0, seq, &family, 0, cmd); in prepare_reply() 83 reply = genlmsg_put_reply(skb, info, &family, 0, cmd); in prepare_reply() 84 if (reply == NULL) { in prepare_reply() 99 void *reply = genlmsg_data(genlhdr); in send_reply() local 101 genlmsg_end(skb, reply); in send_reply() 115 void *reply = genlmsg_data(genlhdr); in send_cpu_listeners() local 118 genlmsg_end(skb, reply); in send_cpu_listeners()
|
/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/ |
H A D | allowed_bluetooth_devices_plugin_test.cpp | 156 MessageParcel reply; in HWTEST_F() local 157 ErrCode ret = plugin->OnGetPolicy(policyValue, data, reply, DEFAULT_USER_ID); in HWTEST_F() 159 ASSERT_TRUE(reply.ReadInt32(flag) && (flag == ERR_OK)); in HWTEST_F()
|
/base/customization/enterprise_device_management/interfaces/inner_api/plugin_kits/include/ |
H A D | iplugin.h | 78 * @param reply Reply return to the IPC 82 virtual ErrCode OnHandlePolicy(std::uint32_t funcCode, MessageParcel &data, MessageParcel &reply, 98 virtual ErrCode WritePolicyToParcel(const std::string &policyData, MessageParcel &reply); 99 virtual ErrCode OnGetPolicy(std::string &policyData, MessageParcel &data, MessageParcel &reply,
|
/base/notification/distributed_notification_service/services/ans/src/clone/ |
H A D | notification_clone_manager.cpp | 44 int32_t NotificationCloneManager::OnBackup(MessageParcel& data, MessageParcel& reply) in OnBackup() argument 76 if (reply.WriteFileDescriptor(fd) == false) { in OnBackup() 87 int32_t NotificationCloneManager::OnRestore(MessageParcel& data, MessageParcel& reply) in OnRestore() argument
|
/base/security/device_security_level/interfaces/inner_api/src/standard/ |
H A D | device_security_level_callback_helper.cpp | 43 auto request = [this](uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) { in DeviceSecurityLevelCallbackHelper() 44 return this->OnRemoteRequest(code, data, reply, option); in DeviceSecurityLevelCallbackHelper() 85 int32_t DeviceSecurityLevelCallbackHelper::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, in OnRemoteRequest() argument
|
/base/security/huks/services/huks_standard/huks_service/main/os_dependency/sa/sa_mgr/ |
H A D | hks_samgr_service_feature.c | 29 static int32 Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply); 122 static int32_t Invoke(IServerProxy *iProxy, int funcId, void *origin, IpcIo *req, IpcIo *reply) in Invoke() argument 130 HksIpcContext ipcContext = { reply, callingUid }; in Invoke()
|
/drivers/hdf_core/framework/test/unittest/common/ |
H A D | hdf_main_test.c | 195 int cmdId, struct HdfSBuf *data, struct HdfSBuf *reply) in HdfTestCaseProcess() 209 if (data == NULL || reply == NULL) { in HdfTestCaseProcess() 210 HDF_LOGE("%s:: data or reply is NULL", __func__); in HdfTestCaseProcess() 238 if (!HdfSbufWriteBuffer(reply, &replyMsg, sizeof(replyMsg))) { in HdfTestCaseProcess() 194 HdfTestCaseProcess(struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf *data, struct HdfSBuf *reply) HdfTestCaseProcess() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/core/ |
H A D | notify.c | 134 void *data, u32 size, u32 reply, in nvkm_notify_init() 141 if (ret == 0 && (ret = -EINVAL, notify->size == reply)) { in nvkm_notify_init() 149 notify->data = kmalloc(reply, GFP_KERNEL); in nvkm_notify_init() 132 nvkm_notify_init(struct nvkm_object *object, struct nvkm_event *event, int (*func)(struct nvkm_notify *), bool work, void *data, u32 size, u32 reply, struct nvkm_notify *notify) nvkm_notify_init() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_dp_mst_topology.c | 844 DRM_DEBUG_KMS("link address reply parse length fail %d %d\n", idx, raw->curlen); in drm_dp_sideband_parse_link_address() 865 DRM_DEBUG_KMS("link address reply parse length fail %d %d\n", idx, raw->curlen); in drm_dp_sideband_parse_remote_dpcd_read() 899 DRM_DEBUG_KMS("remote i2c reply parse length fail %d %d\n", idx, raw->curlen); in drm_dp_sideband_parse_remote_i2c_read_ack() 989 struct drm_dp_query_stream_enc_status_ack_reply *reply; in drm_dp_sideband_parse_query_stream_enc_status() local 991 reply = &repmsg->u.enc_status; in drm_dp_sideband_parse_query_stream_enc_status() 993 reply->stream_id = raw->msg[3]; in drm_dp_sideband_parse_query_stream_enc_status() 995 reply->reply_signed = raw->msg[2] & BIT(0); in drm_dp_sideband_parse_query_stream_enc_status() 1005 reply->hdcp_1x_device_present = raw->msg[2] & BIT(4); in drm_dp_sideband_parse_query_stream_enc_status() 1006 reply->hdcp_2x_device_present = raw->msg[2] & BIT(3); in drm_dp_sideband_parse_query_stream_enc_status() 1008 reply in drm_dp_sideband_parse_query_stream_enc_status() 2930 drm_dp_dump_link_address(struct drm_dp_link_address_ack_reply *reply) drm_dp_dump_link_address() argument 2955 struct drm_dp_link_address_ack_reply *reply; drm_dp_send_link_address() local 3619 struct drm_dp_sideband_msg_reply_body reply; drm_dp_encode_up_ack_reply() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/display/ |
H A D | drm_dp_mst_topology.c | 846 DRM_DEBUG_KMS("link address reply parse length fail %d %d\n", idx, raw->curlen); in drm_dp_sideband_parse_link_address() 867 DRM_DEBUG_KMS("link address reply parse length fail %d %d\n", idx, raw->curlen); in drm_dp_sideband_parse_remote_dpcd_read() 901 DRM_DEBUG_KMS("remote i2c reply parse length fail %d %d\n", idx, raw->curlen); in drm_dp_sideband_parse_remote_i2c_read_ack() 991 struct drm_dp_query_stream_enc_status_ack_reply *reply; in drm_dp_sideband_parse_query_stream_enc_status() local 993 reply = &repmsg->u.enc_status; in drm_dp_sideband_parse_query_stream_enc_status() 995 reply->stream_id = raw->msg[3]; in drm_dp_sideband_parse_query_stream_enc_status() 997 reply->reply_signed = raw->msg[2] & BIT(0); in drm_dp_sideband_parse_query_stream_enc_status() 1007 reply->hdcp_1x_device_present = raw->msg[2] & BIT(4); in drm_dp_sideband_parse_query_stream_enc_status() 1008 reply->hdcp_2x_device_present = raw->msg[2] & BIT(3); in drm_dp_sideband_parse_query_stream_enc_status() 1010 reply in drm_dp_sideband_parse_query_stream_enc_status() 2882 drm_dp_dump_link_address(const struct drm_dp_mst_topology_mgr *mgr, struct drm_dp_link_address_ack_reply *reply) drm_dp_dump_link_address() argument 2909 struct drm_dp_link_address_ack_reply *reply; drm_dp_send_link_address() local 3516 struct drm_dp_sideband_msg_reply_body reply; drm_dp_encode_up_ack_reply() local [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/ |
H A D | wmi.c | 1203 struct wmi_bit_rate_reply *reply; in ath6kl_wmi_bitrate_reply_rx() local 1209 reply = (struct wmi_bit_rate_reply *) datap; in ath6kl_wmi_bitrate_reply_rx() 1211 ath6kl_dbg(ATH6KL_DBG_WMI, "rateindex %d\n", reply->rate_index); in ath6kl_wmi_bitrate_reply_rx() 1213 if (reply->rate_index != (s8) RATE_AUTO) { in ath6kl_wmi_bitrate_reply_rx() 1214 index = reply->rate_index & 0x7f; in ath6kl_wmi_bitrate_reply_rx() 1253 struct wmi_tx_pwr_reply *reply; in ath6kl_wmi_tx_pwr_reply_rx() local 1258 reply = (struct wmi_tx_pwr_reply *) datap; in ath6kl_wmi_tx_pwr_reply_rx() 1259 ath6kl_txpwr_rx_evt(wmi->parent_dev, reply->dbM); in ath6kl_wmi_tx_pwr_reply_rx() 1411 struct wmi_rssi_threshold_event *reply; in ath6kl_wmi_rssi_threshold_event_rx() local 1422 reply in ath6kl_wmi_rssi_threshold_event_rx() 1507 struct wmi_cac_event *reply; ath6kl_wmi_cac_event_rx() local 1664 struct wmi_snr_threshold_event *reply; ath6kl_wmi_snr_threshold_event_rx() local 3350 struct wmi_pmkid_list_reply *reply; ath6kl_wmi_get_pmkid_list_event_rx() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/ |
H A D | wmi.c | 1203 struct wmi_bit_rate_reply *reply; in ath6kl_wmi_bitrate_reply_rx() local 1209 reply = (struct wmi_bit_rate_reply *) datap; in ath6kl_wmi_bitrate_reply_rx() 1211 ath6kl_dbg(ATH6KL_DBG_WMI, "rateindex %d\n", reply->rate_index); in ath6kl_wmi_bitrate_reply_rx() 1213 if (reply->rate_index != (s8) RATE_AUTO) { in ath6kl_wmi_bitrate_reply_rx() 1214 index = reply->rate_index & 0x7f; in ath6kl_wmi_bitrate_reply_rx() 1253 struct wmi_tx_pwr_reply *reply; in ath6kl_wmi_tx_pwr_reply_rx() local 1258 reply = (struct wmi_tx_pwr_reply *) datap; in ath6kl_wmi_tx_pwr_reply_rx() 1259 ath6kl_txpwr_rx_evt(wmi->parent_dev, reply->dbM); in ath6kl_wmi_tx_pwr_reply_rx() 1411 struct wmi_rssi_threshold_event *reply; in ath6kl_wmi_rssi_threshold_event_rx() local 1422 reply in ath6kl_wmi_rssi_threshold_event_rx() 1507 struct wmi_cac_event *reply; ath6kl_wmi_cac_event_rx() local 1664 struct wmi_snr_threshold_event *reply; ath6kl_wmi_snr_threshold_event_rx() local 3336 struct wmi_pmkid_list_reply *reply; ath6kl_wmi_get_pmkid_list_event_rx() local [all...] |
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_base.c | 240 * _base_clone_reply_to_sys_mem - copies reply to reply free iomem 244 * @reply: reply message frame(lower 32bit addr) 248 _base_clone_reply_to_sys_mem(struct MPT3SAS_ADAPTER *ioc, u32 reply, in _base_clone_reply_to_sys_mem() argument 254 * 32 * 128 = 4K. From here, Clone of reply free for mcpu starts in _base_clone_reply_to_sys_mem() 261 writel(reply, reply_free_iomem); in _base_clone_reply_to_sys_mem() 674 mpi_reply = ioc->scsih_cmds.reply; in _base_sync_drv_fw_timestamp() 983 * @mpi_reply: reply mf payload returned from firmware 1220 * @mpi_reply: reply m 1395 _base_display_reply_info(struct MPT3SAS_ADAPTER *ioc, u16 smid, u8 msix_index, u32 reply) _base_display_reply_info() argument 1439 mpt3sas_base_done(struct MPT3SAS_ADAPTER *ioc, u16 smid, u8 msix_index, u32 reply) mpt3sas_base_done() argument 1473 _base_async_event(struct MPT3SAS_ADAPTER *ioc, u8 msix_index, u32 reply) _base_async_event() argument 1694 u32 reply; _base_process_reply_queue() local 7030 _base_handshake_req_reply_wait(struct MPT3SAS_ADAPTER *ioc, int request_bytes, u32 *request, int reply_bytes, u16 *reply, int timeout) _base_handshake_req_reply_wait() argument 7615 mpt3sas_port_enable_done(struct MPT3SAS_ADAPTER *ioc, u16 smid, u8 msix_index, u32 reply) mpt3sas_port_enable_done() argument [all...] |
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/ |
H A D | zero_branch4_test.cpp | 604 MessageParcel reply; in HWTEST_F() local 608 CallManagerCallAbilityInterfaceCode::UPDATE_CALL_STATE_INFO), data, reply, option); in HWTEST_F() local 610 data, reply, option); in HWTEST_F() local 612 CallManagerCallAbilityInterfaceCode::UPDATE_CALL_DISCONNECTED_CAUSE), data, reply, option); in HWTEST_F() local 614 CallManagerCallAbilityInterfaceCode::UPDATE_CALL_ASYNC_RESULT_REQUEST), data, reply, option); in HWTEST_F() local 617 data, reply, option); in HWTEST_F() local 620 data, reply, option); in HWTEST_F() local 623 data, reply, option); in HWTEST_F() local 626 data, reply, option); in HWTEST_F() local 629 data, reply, optio in HWTEST_F() local 632 data, reply, option); HWTEST_F() local 635 data, reply, option); HWTEST_F() local 637 CallManagerCallAbilityInterfaceCode::CALL_DATA_USAGE_CHANGE), data, reply, option); HWTEST_F() local [all...] |
/kernel/linux/linux-5.10/drivers/usb/storage/ |
H A D | shuttle_usbat.c | 316 unsigned char *reply = us->iobuf; in usbat_check_status() local 319 rc = usbat_get_status(us, reply); in usbat_check_status() 324 if (*reply & 0x01 && *reply != 0x51) in usbat_check_status() 328 if (*reply & 0x20) in usbat_check_status() 1060 unsigned char *reply; in usbat_flash_get_sector_count() local 1067 reply = kmalloc(512, GFP_NOIO); in usbat_flash_get_sector_count() 1068 if (!reply) in usbat_flash_get_sector_count() 1088 rc = usbat_read_block(us, reply, 512, 0); in usbat_flash_get_sector_count() 1092 info->sectors = ((u32)(reply[11 in usbat_flash_get_sector_count() [all...] |
/kernel/linux/linux-6.6/drivers/usb/storage/ |
H A D | shuttle_usbat.c | 316 unsigned char *reply = us->iobuf; in usbat_check_status() local 319 rc = usbat_get_status(us, reply); in usbat_check_status() 324 if (*reply & 0x01 && *reply != 0x51) in usbat_check_status() 328 if (*reply & 0x20) in usbat_check_status() 1060 unsigned char *reply; in usbat_flash_get_sector_count() local 1067 reply = kmalloc(512, GFP_NOIO); in usbat_flash_get_sector_count() 1068 if (!reply) in usbat_flash_get_sector_count() 1088 rc = usbat_read_block(us, reply, 512, 0); in usbat_flash_get_sector_count() 1092 info->sectors = ((u32)(reply[11 in usbat_flash_get_sector_count() [all...] |
/base/security/access_token/interfaces/innerkits/accesstoken/test/unittest/src/ |
H A D | accesstoken_kit_extension_test.cpp | 1846 OHOS::MessageParcel reply; in HWTEST_F() local 1850 data, reply, option)); // descriptor false in HWTEST_F() 1855 ASSERT_NE(0, callback.OnRemoteRequest(code, data, reply, option)); // descriptor true + msgCode false in HWTEST_F() 2111 OHOS::MessageParcel reply; in HWTEST_F() local 2115 data, reply, option)); // descriptor false in HWTEST_F() 2130 OHOS::MessageParcel reply; in HWTEST_F() local 2133 data, reply, option)); in HWTEST_F() 2148 OHOS::MessageParcel reply; in HWTEST_F() local 2152 data, reply, option)); in HWTEST_F() 2153 EXPECT_EQ(ERR_IDENTITY_CHECK_FAILED, reply in HWTEST_F() 2180 OHOS::MessageParcel reply; HWTEST_F() local [all...] |
/third_party/mesa3d/src/loader/ |
H A D | loader_dri3_helper.c | 107 xcb_intern_atom_reply_t* reply; in set_adaptive_sync_property() local 111 reply = xcb_intern_atom_reply(conn, cookie, NULL); in set_adaptive_sync_property() 112 if (reply == NULL) in set_adaptive_sync_property() 117 drawable, reply->atom, in set_adaptive_sync_property() 120 check = xcb_delete_property_checked(conn, drawable, reply->atom); in set_adaptive_sync_property() 123 free(reply); in set_adaptive_sync_property() 392 xcb_get_geometry_reply_t *reply; in loader_dri3_drawable_init() local 445 reply = xcb_get_geometry_reply(draw->conn, cookie, &error); in loader_dri3_drawable_init() 446 if (reply == NULL || error != NULL) { in loader_dri3_drawable_init() 451 draw->screen = get_screen_for_root(draw->conn, reply in loader_dri3_drawable_init() 1232 xcb_dri3_open_reply_t *reply; loader_dri3_open() local [all...] |
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
H A D | qla_bsg.c | 25 struct fc_bsg_reply *bsg_reply = bsg_job->reply; in qla2x00_bsg_job_done() 131 struct fc_bsg_reply *bsg_reply = bsg_job->reply; in qla24xx_proc_fcp_prio_cfg_cmd() 469 "dma_map_sg return %d for reply\n", rsp_sg_cnt); in qla2x00_process_ct() 723 struct fc_bsg_reply *bsg_reply = bsg_job->reply; in qla2x00_process_loopback() 764 "dma_map_sg returned %d for reply.\n", elreq.rsp_sg_cnt); in qla2x00_process_loopback() 936 fw_sts_ptr = bsg_job->reply + sizeof(struct fc_bsg_reply); in qla2x00_process_loopback() 937 memcpy(bsg_job->reply + sizeof(struct fc_bsg_reply), response, in qla2x00_process_loopback() 967 struct fc_bsg_reply *bsg_reply = bsg_job->reply; in qla84xx_reset() 1002 struct fc_bsg_reply *bsg_reply = bsg_job->reply; in qla84xx_updatefw() 1112 struct fc_bsg_reply *bsg_reply = bsg_job->reply; in qla84xx_mgmt_cmd() [all...] |