/kernel/linux/linux-6.6/include/drm/display/ |
H A D | drm_dp_helper.h | 262 * @reply: upon completion, contains the reply type of the transaction 269 u8 reply; member 382 * The @transfer() function must only modify the reply field of
|
/kernel/linux/linux-6.6/drivers/scsi/smartpqi/ |
H A D | smartpqi_sas_transport.c | 510 memcpy(job->reply, error_info->data, in pqi_build_sas_smp_handler_reply()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeon_ep/ |
H A D | octep_ctrl_net.c | 91 if (d->data.resp.hdr.s.reply != OCTEP_CTRL_NET_REPLY_OK) in octep_send_mbox_req()
|
/kernel/linux/linux-6.6/tools/testing/selftests/netfilter/ |
H A D | nft_nat_zones.sh | 202 ct direction reply meta mark set ct mark
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | dpp.h | 509 char *reply, int reply_size);
|
/kernel/linux/linux-5.10/drivers/android/ |
H A D | binder.c | 2002 "send failed reply for transaction %d to %d:%d\n", in binder_send_failed_reply() 2021 pr_warn("Unexpected reply error: %u\n", in binder_send_failed_reply() 2033 "send failed reply for transaction %d, target dead\n", in binder_send_failed_reply() 2039 "reply failed, no target thread at root\n"); in binder_send_failed_reply() 2044 "reply failed, no target thread -- retry %d\n", in binder_send_failed_reply() 2669 in_reply_to ? "reply" : "transaction", in binder_translate_fd() 3180 struct binder_transaction_data *tr, int reply, in binder_transaction() 3215 e->call_type = reply ? 2 : !!(tr->flags & TF_ONE_WAY); in binder_transaction() 3223 if (reply) { in binder_transaction() 3228 binder_user_error("%d:%d got reply transactio in binder_transaction() 3178 binder_transaction(struct binder_proc *proc, struct binder_thread *thread, struct binder_transaction_data *tr, int reply, binder_size_t extra_buffers_size) binder_transaction() argument [all...] |
/test/xts/dcts/filemanagement/fileio/client/src/main/js/test/ |
H A D | FileioJsUnit.test.js | 90 var reply = rpc.MessageParcel.create();
101 await gIRemoteObject.sendRequest(codeNumber, data, reply, option).then((result) => {
105 var resultToken = result.reply.readString();
113 reply.reclaim();
132 var reply = rpc.MessageParcel.create();
143 await gIRemoteObject.sendRequest(codeNumber, data, reply, option).then((result) => {
147 var resultToken = result.reply.readString();
155 reply.reclaim();
|
/kernel/linux/linux-5.10/net/tipc/ |
H A D | link.c | 2166 bool reply = msg_probe(hdr), retransmitted = false; in tipc_link_proto_rcv() local 2292 if ((reply || msg_is_keepalive(hdr)) && in tipc_link_proto_rcv() 2297 if (rcvgap || reply) in tipc_link_proto_rcv() 2298 tipc_link_build_proto_msg(l, STATE_MSG, 0, reply, in tipc_link_proto_rcv()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | BusLogic.c | 329 replylen bytes of reply; any excess reply data is received but 332 On success, this function returns the number of reply bytes read from 345 void *param, int paramlen, void *reply, int replylen) in blogic_cmd() 348 unsigned char *reply_p = (unsigned char *) reply; in blogic_cmd() 358 memset(reply, 0, replylen); in blogic_cmd() 509 ((unsigned char *) reply)[i]); in blogic_cmd() 344 blogic_cmd(struct blogic_adapter *adapter, enum blogic_opcode opcode, void *param, int paramlen, void *reply, int replylen) blogic_cmd() argument
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | BusLogic.c | 329 replylen bytes of reply; any excess reply data is received but 332 On success, this function returns the number of reply bytes read from 345 void *param, int paramlen, void *reply, int replylen) in blogic_cmd() 348 unsigned char *reply_p = (unsigned char *) reply; in blogic_cmd() 358 memset(reply, 0, replylen); in blogic_cmd() 509 ((unsigned char *) reply)[i]); in blogic_cmd() 344 blogic_cmd(struct blogic_adapter *adapter, enum blogic_opcode opcode, void *param, int paramlen, void *reply, int replylen) blogic_cmd() argument
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | link.c | 2202 bool reply = msg_probe(hdr), retransmitted = false; in tipc_link_proto_rcv() local 2328 if ((reply || msg_is_keepalive(hdr)) && in tipc_link_proto_rcv() 2333 if (rcvgap || reply) in tipc_link_proto_rcv() 2334 tipc_link_build_proto_msg(l, STATE_MSG, 0, reply, in tipc_link_proto_rcv()
|
/drivers/hdf_core/adapter/khdf/linux/model/usb/host/src/ |
H A D | usb_net_adapter.c | 1151 struct HdfDeviceIoClient *client, int32_t cmd, struct HdfSBuf *data, struct HdfSBuf *reply) in UsbnetAdapterDispatch() 1172 if (!HdfSbufWriteInt32(reply, ret)) { in UsbnetAdapterDispatch() 1173 HDF_LOGE("%s: reply int32 fail", __func__); in UsbnetAdapterDispatch() 1150 UsbnetAdapterDispatch( struct HdfDeviceIoClient *client, int32_t cmd, struct HdfSBuf *data, struct HdfSBuf *reply) UsbnetAdapterDispatch() argument
|
/drivers/interface/display/composer/v1_0/display_command/ |
H A D | display_cmd_responser.h | 106 int32_t GetCmdReply(std::shared_ptr<Transfer>& reply) in GetCmdReply() argument 115 reply = reply_; in GetCmdReply() 200 /* Write reply pack */ in CmdRequest()
|
/drivers/peripheral/sensor/chipset/gas/ |
H A D | gas_bme688_driver.c | 935 static int32_t DispatchBme688(struct HdfDeviceIoClient *client, int cmd, struct HdfSBuf *data, struct HdfSBuf *reply) in DispatchBme688() argument 940 (void)reply; in DispatchBme688()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | t3_cpl.h | 658 __u8 reply; member 663 /* cpl_set_tcb.reply fields */ 671 __u8 reply; member
|
/kernel/linux/linux-5.10/drivers/misc/mei/ |
H A D | hw-me.c | 741 goto reply; in mei_me_pg_legacy_exit_sync() 752 reply: in mei_me_pg_legacy_exit_sync()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | ip_tunnel_core.c | 255 * iptunnel_pmtud_check_icmp() - Trigger ICMP reply if needed and allowed 259 * Return: 0 for no ICMP reply, length if built, negative value on error. 348 * iptunnel_pmtud_check_icmpv6() - Trigger ICMPv6 reply if needed and allowed 352 * Return: 0 for no ICMPv6 reply, length if built, negative value on error. 392 * skb_tunnel_check_pmtu() - Check, update PMTU and trigger ICMP reply as needed 396 * @reply: Build matching ICMP or ICMPv6 message as a result 408 int headroom, bool reply) in skb_tunnel_check_pmtu() 418 if (!reply || skb->pkt_type == PACKET_HOST) in skb_tunnel_check_pmtu() 407 skb_tunnel_check_pmtu(struct sk_buff *skb, struct dst_entry *encap_dst, int headroom, bool reply) skb_tunnel_check_pmtu() argument
|
/kernel/linux/linux-6.6/drivers/misc/mei/ |
H A D | hw-me.c | 780 goto reply; in mei_me_pg_legacy_exit_sync() 792 reply: in mei_me_pg_legacy_exit_sync()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | t3_cpl.h | 658 __u8 reply; member 663 /* cpl_set_tcb.reply fields */ 671 __u8 reply; member
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | ip_tunnel_core.c | 255 * iptunnel_pmtud_check_icmp() - Trigger ICMP reply if needed and allowed 259 * Return: 0 for no ICMP reply, length if built, negative value on error. 348 * iptunnel_pmtud_check_icmpv6() - Trigger ICMPv6 reply if needed and allowed 352 * Return: 0 for no ICMPv6 reply, length if built, negative value on error. 392 * skb_tunnel_check_pmtu() - Check, update PMTU and trigger ICMP reply as needed 396 * @reply: Build matching ICMP or ICMPv6 message as a result 408 int headroom, bool reply) in skb_tunnel_check_pmtu() 418 if (!reply || skb->pkt_type == PACKET_HOST) in skb_tunnel_check_pmtu() 407 skb_tunnel_check_pmtu(struct sk_buff *skb, struct dst_entry *encap_dst, int headroom, bool reply) skb_tunnel_check_pmtu() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | hs20_supplicant.c | 339 char *reply, size_t buf_len) in hs20_get_icon() 364 os_memcpy(reply, b64, b64_size); in hs20_get_icon() 337 hs20_get_icon(struct wpa_supplicant *wpa_s, const u8 *bssid, const char *file_name, size_t offset, size_t size, char *reply, size_t buf_len) hs20_get_icon() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | hs20_supplicant.c | 340 char *reply, size_t buf_len) in hs20_get_icon() 365 os_memcpy(reply, b64, b64_size); in hs20_get_icon() 338 hs20_get_icon(struct wpa_supplicant *wpa_s, const u8 *bssid, const char *file_name, size_t offset, size_t size, char *reply, size_t buf_len) hs20_get_icon() argument
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | rpcrdma.h | 791 DEFINE_WRCH_EVENT(reply); variable 810 { rpcrdma_replych, "reply chunk" }) 1479 DEFINE_CALLBACK_EVENT(reply); variable 2113 DEFINE_POST_CHUNK_EVENT(reply); variable
|
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/ |
H A D | ti-sn65dsi86.c | 559 msg->reply = 0; in ti_sn_aux_transfer() 612 msg->reply |= DP_AUX_I2C_REPLY_NACK; in ti_sn_aux_transfer() 616 msg->reply |= DP_AUX_NATIVE_REPLY_NACK; in ti_sn_aux_transfer()
|
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/ |
H A D | mpi3mr_app.c | 88 pel_reply = (struct mpi3_pel_reply *)mrioc->pel_abort_cmd.reply; in mpi3mr_bsg_pel_abort() 950 * if any and reply, sense information to user provided buffers. 1266 memset(mrioc->bsg_cmds.reply, 0, mrioc->reply_sz); in mpi3mr_bsg_process_mpt_cmds() 1360 mrioc->bsg_cmds.reply, mrioc->reply_sz); in mpi3mr_bsg_process_mpt_cmds() 1629 * reply_queue_count_show - SysFS callback for reply queue count 1634 * Return: sysfs_emit() return after copying reply queue count
|