/test/xts/device_attest/interfaces/innerkits/native_cpp/test/unittest/src/ |
H A D | devattest_client_proxy_test.cpp | 94 int SendRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override 97 reply.WriteInt32(DEVATTEST_FAIL); 108 reply.WriteInt32(ActionReturnResult(ATTEST_TYPE_REPLY_RESULT, ATTEST_GET_OPTION, DEVATTEST_INIT)); 109 attestResultInfo.Marshalling(reply); 201 * @tc.desc: Test IPC interface returned success, but reply returned failure.
|
/third_party/node/lib/internal/cluster/ |
H A D | child.js | 103 send(message, (reply, handle) => { 105 obj._setServerData(reply.data); 109 shared(reply, { handle, indexesKey, index }, cb); 112 rr(reply, { indexesKey, index }, cb);
|
/third_party/musl/porting/linux/user/src/network/ |
H A D | getnameinfo.c | 182 unsigned char query[18+PTR_MAX], reply[512]; in getnameinfo() local 186 int rlen = __res_send(query, qlen, reply, sizeof reply); in getnameinfo() 189 __dns_parse(reply, rlen, dns_parse_callback, buf); in getnameinfo()
|
/third_party/musl/porting/liteos_a/user/src/network/ |
H A D | getnameinfo.c | 158 unsigned char query[18+PTR_MAX], reply[512]; in getnameinfo() local 162 int rlen = __res_send(query, qlen, reply, sizeof reply); in getnameinfo() 165 __dns_parse(reply, rlen, dns_parse_callback, buf); in getnameinfo()
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | tcp_rwnd_kern.c | 35 skops->reply = -1; in bpf_rwnd() 61 skops->reply = rv; in bpf_rwnd()
|
H A D | tcp_synrto_kern.c | 35 skops->reply = -1; in bpf_synrto() 61 skops->reply = rv; in bpf_synrto()
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | tcp_synrto_kern.c | 35 skops->reply = -1; in bpf_synrto() 61 skops->reply = rv; in bpf_synrto()
|
H A D | tcp_rwnd_kern.c | 35 skops->reply = -1; in bpf_rwnd() 61 skops->reply = rv; in bpf_rwnd()
|
/third_party/node/test/fixtures/wpt/webmessaging/broadcastchannel/resources/ |
H A D | worker.js | 3 function handler(e, reply) { 27 reply(messages);
|
/third_party/node/test/parallel/ |
H A D | test-http-response-no-headers.js | 36 const reply = `HTTP/${httpVersion} 200 OK\r\n\r\n${expected[httpVersion]}`; 38 conn.end(reply);
|
/third_party/python/Tools/demo/ |
H A D | rpythond.py | 37 reply = execute(request.decode()) 38 conn.send(reply.encode())
|
/kernel/linux/linux-5.10/tools/usb/usbip/src/ |
H A D | usbipd.c | 162 struct op_devlist_reply reply; in send_reply_devlist() local 175 reply.ndev = 0; in send_reply_devlist() 180 reply.ndev += 1; in send_reply_devlist() 182 info("exportable devices: %d", reply.ndev); in send_reply_devlist() 189 PACK_OP_DEVLIST_REPLY(1, &reply); in send_reply_devlist() 191 rc = usbip_net_send(connfd, &reply, sizeof(reply)); in send_reply_devlist()
|
/kernel/linux/linux-5.10/drivers/misc/mei/ |
H A D | bus-fixup.c | 325 struct mei_nfc_reply *reply = NULL; in mei_nfc_if_version() local 340 if_version_length = sizeof(*reply) + sizeof(*ver); in mei_nfc_if_version() 342 reply = kzalloc(if_version_length, GFP_KERNEL); in mei_nfc_if_version() 343 if (!reply) in mei_nfc_if_version() 347 bytes_recv = __mei_cl_recv(cl, (u8 *)reply, if_version_length, 0, 0); in mei_nfc_if_version() 354 memcpy(ver, reply->data, sizeof(*ver)); in mei_nfc_if_version() 360 kfree(reply); in mei_nfc_if_version()
|
/kernel/linux/linux-6.6/drivers/misc/mei/ |
H A D | bus-fixup.c | 375 struct mei_nfc_reply *reply = NULL; in mei_nfc_if_version() local 392 if_version_length = sizeof(*reply) + sizeof(*ver); in mei_nfc_if_version() 394 reply = kzalloc(if_version_length, GFP_KERNEL); in mei_nfc_if_version() 395 if (!reply) in mei_nfc_if_version() 399 bytes_recv = __mei_cl_recv(cl, (u8 *)reply, if_version_length, &vtag, in mei_nfc_if_version() 407 memcpy(ver, reply->data, sizeof(*ver)); in mei_nfc_if_version() 413 kfree(reply); in mei_nfc_if_version()
|
/kernel/linux/linux-6.6/tools/usb/usbip/src/ |
H A D | usbipd.c | 162 struct op_devlist_reply reply; in send_reply_devlist() local 175 reply.ndev = 0; in send_reply_devlist() 180 reply.ndev += 1; in send_reply_devlist() 182 info("exportable devices: %d", reply.ndev); in send_reply_devlist() 189 PACK_OP_DEVLIST_REPLY(1, &reply); in send_reply_devlist() 191 rc = usbip_net_send(connfd, &reply, sizeof(reply)); in send_reply_devlist()
|
/third_party/python/Lib/idlelib/ |
H A D | iomenu.py | 107 reply = self.maybesave() 108 if reply == "cancel": 193 reply = "yes" 196 reply = "cancel" 198 reply = "cancel" 200 reply = "no" 202 return reply
|
/kernel/linux/linux-5.10/drivers/media/cec/usb/rainshadow/ |
H A D | rainshadow-cec.c | 59 /* reply to a command, only used to store the firmware version */ 213 const char *cmd, const char *reply) in rain_send_and_wait() 228 if (reply && strncmp(rain->cmd_reply, reply, strlen(reply))) { in rain_send_and_wait() 231 cmd, rain->cmd_reply, reply); in rain_send_and_wait() 212 rain_send_and_wait(struct rain *rain, const char *cmd, const char *reply) rain_send_and_wait() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/ |
H A D | gt215.c | 30 gt215_pmu_send(struct nvkm_pmu *pmu, u32 reply[2], in gt215_pmu_send() argument 50 * on a synchronous reply, take the PMU mutex and tell the in gt215_pmu_send() 53 if (reply) { in gt215_pmu_send() 75 /* wait for reply, if requested */ in gt215_pmu_send() 76 if (reply) { in gt215_pmu_send() 78 reply[0] = pmu->recv.data[0]; in gt215_pmu_send() 79 reply[1] = pmu->recv.data[1]; in gt215_pmu_send() 115 /* wake process if it's waiting on a synchronous reply */ in gt215_pmu_recv()
|
/kernel/linux/linux-5.10/drivers/s390/crypto/ |
H A D | zcrypt_cex2c.c | 190 } __packed *reply; in zcrypt_cex2c_rng_supported() local 230 reply = ap_msg.msg; in zcrypt_cex2c_rng_supported() 231 if (reply->cprbx.ccp_rtcode == 0 && reply->cprbx.ccp_rscode == 0) in zcrypt_cex2c_rng_supported() 360 ap_queue_init_reply(aq, &zq->reply); in zcrypt_cex2c_queue_probe()
|
/kernel/linux/linux-5.10/fs/nfs/blocklayout/ |
H A D | rpc_pipefs.c | 58 struct bl_dev_msg *reply = &nn->bl_mount_reply; in bl_resolve_deviceid() local 98 if (reply->status != BL_DEVICE_REQUEST_PROC) { in bl_resolve_deviceid() 100 __func__, reply->status); in bl_resolve_deviceid() 104 dev = MKDEV(reply->major, reply->minor); in bl_resolve_deviceid()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/core/ |
H A D | client.c | 136 u8 index, reply; in nvkm_client_notify_new() local 153 nvif_ioctl(object, "notify new vers %d reply %d route %02x " in nvkm_client_notify_new() 155 req->v0.reply, req->v0.route, req->v0.token); in nvkm_client_notify_new() 161 reply = req->v0.reply; in nvkm_client_notify_new() 166 false, data, size, reply, ¬ify->n); in nvkm_client_notify_new()
|
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb-v2/ |
H A D | ec168.c | 188 u8 reply; in ec168_identify_state() local 189 struct ec168_req req = {GET_CONFIG, 0, 1, sizeof(reply), &reply}; in ec168_identify_state() 196 dev_dbg(&d->udev->dev, "%s: reply=%02x\n", __func__, reply); in ec168_identify_state() 198 if (reply == 0x01) in ec168_identify_state()
|
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb-v2/ |
H A D | ec168.c | 188 u8 reply; in ec168_identify_state() local 189 struct ec168_req req = {GET_CONFIG, 0, 1, sizeof(reply), &reply}; in ec168_identify_state() 196 dev_dbg(&d->udev->dev, "%s: reply=%02x\n", __func__, reply); in ec168_identify_state() 198 if (reply == 0x01) in ec168_identify_state()
|
/kernel/linux/linux-6.6/fs/nfs/blocklayout/ |
H A D | rpc_pipefs.c | 57 struct bl_dev_msg *reply = &nn->bl_mount_reply; in bl_resolve_deviceid() local 97 if (reply->status != BL_DEVICE_REQUEST_PROC) { in bl_resolve_deviceid() 99 __func__, reply->status); in bl_resolve_deviceid() 103 dev = MKDEV(reply->major, reply->minor); in bl_resolve_deviceid()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/ |
H A D | gt215.c | 30 gt215_pmu_send(struct nvkm_pmu *pmu, u32 reply[2], in gt215_pmu_send() argument 50 * on a synchronous reply, take the PMU mutex and tell the in gt215_pmu_send() 53 if (reply) { in gt215_pmu_send() 75 /* wait for reply, if requested */ in gt215_pmu_send() 76 if (reply) { in gt215_pmu_send() 78 reply[0] = pmu->recv.data[0]; in gt215_pmu_send() 79 reply[1] = pmu->recv.data[1]; in gt215_pmu_send() 115 /* wake process if it's waiting on a synchronous reply */ in gt215_pmu_recv()
|