/kernel/linux/linux-6.6/drivers/firewire/ |
H A D | core.h | 244 void fw_fill_response(struct fw_packet *response, u32 *request_header,
|
H A D | ohci.c | 922 * was received and make sure we send the response in the same in handle_ar_packet() 1502 /* Async response transmit timed out. */ in handle_at_packet() 1562 struct fw_packet response; in handle_local_rom() local 1573 fw_fill_response(&response, packet->header, in handle_local_rom() 1576 fw_fill_response(&response, packet->header, in handle_local_rom() 1579 fw_fill_response(&response, packet->header, RCODE_COMPLETE, in handle_local_rom() 1583 fw_core_handle_response(&ohci->card, &response); in handle_local_rom() 1589 struct fw_packet response; in handle_local_lock() local 1607 fw_fill_response(&response, packet->header, in handle_local_lock() 1621 fw_fill_response(&response, packe in handle_local_lock() [all...] |
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | firewire-cdev.h | 106 struct fw_cdev_event_response response; member
|
/kernel/linux/linux-6.6/drivers/scsi/be2iscsi/ |
H A D | be_mgmt.h | 63 struct invldt_cmds_params_out response; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | firewire-cdev.h | 106 struct fw_cdev_event_response response; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | firewire-cdev.h | 93 struct fw_cdev_event_response response; member
|
/third_party/backends/backend/ |
H A D | kvs1025_low.h | 255 PKV_CMD_RESPONSE response);
|
/third_party/NuttX/fs/nfs/ |
H A D | rpc.h | 559 void *response, size_t resplen);
|
/third_party/libwebsockets/lib/roles/http/ |
H A D | private-lib-roles-http.h | 212 int response; member
|
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
H A D | dispatch.h | 97 // used to send a response or notification to the client. 108 // which can be sent to the client as a response or notification. 118 // the request to which the response belongs. 202 const DispatchResponse& response); 223 // error response on the frontend channel, otherwise it will execute the 228 // Sends a response to the client via the channel. 234 // as a response on the frontend channel. Called from generated code,
|
/kernel/linux/linux-5.10/drivers/firewire/ |
H A D | ohci.c | 919 * was received and make sure we send the response in the same in handle_ar_packet() 1500 /* Async response transmit timed out. */ in handle_at_packet() 1560 struct fw_packet response; in handle_local_rom() local 1571 fw_fill_response(&response, packet->header, in handle_local_rom() 1574 fw_fill_response(&response, packet->header, in handle_local_rom() 1577 fw_fill_response(&response, packet->header, RCODE_COMPLETE, in handle_local_rom() 1581 fw_core_handle_response(&ohci->card, &response); in handle_local_rom() 1587 struct fw_packet response; in handle_local_lock() local 1605 fw_fill_response(&response, packet->header, in handle_local_lock() 1619 fw_fill_response(&response, packe in handle_local_lock() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | qla_bsg.c | 750 uint16_t response[MAILBOX_REGISTER_COUNT]; in qla2x00_process_loopback() local 840 rval = qla2x00_echo_test(vha, &elreq, response); in qla2x00_process_loopback() 885 rval = qla2x00_loopback_test(vha, &elreq, response); in qla2x00_process_loopback() 887 if (response[0] == MBS_COMMAND_ERROR && in qla2x00_process_loopback() 888 response[1] == MBS_LB_RESET) { in qla2x00_process_loopback() 933 rval = qla2x00_loopback_test(vha, &elreq, response); in qla2x00_process_loopback() 954 sizeof(response) + sizeof(uint8_t); in qla2x00_process_loopback() 956 memcpy(bsg_job->reply + sizeof(struct fc_bsg_reply), response, in qla2x00_process_loopback() 957 sizeof(response)); in qla2x00_process_loopback() 958 fw_sts_ptr += sizeof(response); in qla2x00_process_loopback() [all...] |
/test/xts/acts/multimedia/drm/drm_ndk_test/entry/src/main/cpp/ |
H A D | hello.cpp | 127 int getHttp(const std::string &url, unsigned char *request, uint32_t requestLen, unsigned char *response,
in getHttp() argument 213 // Receive HTTP response
in getHttp() 230 // Parse response
in getHttp() 233 std::cerr << "Invalid response format" << std::endl;
in getHttp() 239 memcpy(response, responseBody.c_str(), *responseLen);
in getHttp() 310 static void getOnLicResponseData(MediaKeySession *mediaKeySession, uint8_t *response , int32_t *responselen){
in getOnLicResponseData() 330 memcpy(response, responseData, responseLenOut);
in getOnLicResponseData() 979 char *response = nullptr;
in Test_MediaKeySystem_ProcessKeySystemResponse() local 987 response = new char[response_len + 1];
in Test_MediaKeySystem_ProcessKeySystemResponse() 988 napi_get_value_string_utf8(env, args[1], response, response_le in Test_MediaKeySystem_ProcessKeySystemResponse() [all...] |
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
H A D | daemon.c | 36 #include "response.h" 1006 if (NULL != con->response) in MHD_handle_connection() 1008 MHD_destroy_response (con->response); in MHD_handle_connection() 1009 con->response = NULL; in MHD_handle_connection() 1086 (NULL != connection->response) && in send_param_adapter() 1087 (MHD_INVALID_SOCKET != (fd = connection->response->fd)) ) in send_param_adapter() 1090 offset = (off_t) connection->response_write_position + connection->response->fd_off; in send_param_adapter() 1091 left = connection->response->total_size - connection->response_write_position; in send_param_adapter() 2037 if (NULL != pos->response) in MHD_cleanup_connections() 2039 MHD_destroy_response (pos->response); in MHD_cleanup_connections() [all...] |
/kernel/linux/linux-6.6/drivers/ufs/core/ |
H A D | ufshcd.c | 55 /* NOP OUT retries waiting for NOP IN response */ 57 /* Timeout after 50 msecs if NOP OUT hangs without response */ 878 * ufshcd_get_req_rsp - returns the TR response transaction type 879 * @ucd_rsp_ptr: pointer to response UPIU 891 * @ucd_rsp_ptr: pointer to response UPIU 894 * the Device Information field of response UPIU. 2227 struct ufs_query_res *query_res = &hba->dev_cmd.query.response; in ufshcd_copy_query_response() 3005 dev_err(hba->dev, "%s: unexpected response %x\n", in ufshcd_dev_cmd_completion() 3010 u8 response = lrbp->ucd_rsp_ptr->header.response; in ufshcd_dev_cmd_completion() local 3178 ufshcd_init_query(struct ufs_hba *hba, struct ufs_query_req **request, struct ufs_query_res **response, enum query_opcode opcode, u8 idn, u8 index, u8 selector) ufshcd_init_query() argument 3229 struct ufs_query_res *response = NULL; ufshcd_query_flag() local 3298 struct ufs_query_res *response = NULL; ufshcd_query_attr() local 3388 struct ufs_query_res *response = NULL; __ufshcd_query_descriptor() local 8481 struct ufs_query_res *response = NULL; ufshcd_set_timestamp_attr() local [all...] |
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpio-virtio.c | 59 u8 txvalue, u8 *rxvalue, void *response, u32 rxlen) in _virtio_gpio_req() 63 struct virtio_gpio_response *res = response; in _virtio_gpio_req() 70 * pre-allocated request/response buffers for each GPIO line. Moreover in _virtio_gpio_req() 58 _virtio_gpio_req(struct virtio_gpio *vgpio, u16 type, u16 gpio, u8 txvalue, u8 *rxvalue, void *response, u32 rxlen) _virtio_gpio_req() argument
|
/kernel/linux/linux-6.6/drivers/nvme/target/ |
H A D | nvmet.h | 708 int nvmet_auth_host_hash(struct nvmet_req *req, u8 *response, 710 int nvmet_auth_ctrl_hash(struct nvmet_req *req, u8 *response,
|
/third_party/typescript/tests/baselines/reference/ |
H A D | conditionalTypes2.js | 207 (response: IRootResponse<TResponse>): void; 463 (response: IRootResponse<TResponse>): void;
|
/third_party/selinux/libsepol/src/ |
H A D | mls.c | 669 const char *mls1, const char *mls2, int *response) in sepol_mls_contains() 686 *response = mls_range_contains(ctx1->range, ctx2->range); in sepol_mls_contains() 667 sepol_mls_contains(sepol_handle_t * handle, const sepol_policydb_t * policydb, const char *mls1, const char *mls2, int *response) sepol_mls_contains() argument
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | qla1280.c | 254 - Corrected declared size for request and response 420 static void qla1280_status_entry(struct scsi_qla_host *, struct response *, 422 static void qla1280_error_entry(struct scsi_qla_host *, struct response *, 1292 qla1280_return_status(struct response * sts, struct scsi_cmnd *cp) in qla1280_return_status() 1357 dprintk(2, "qla1280_return_status: response packet data\n"); in qla1280_return_status() 1877 * ha->response_ring = response ring virtual address 1879 * ha->response_dma = response ring physical address 1911 /* Initialize response queue. */ in qla1280_init_rings() 3347 struct response *pkt; in qla1280_isr() 3395 dprintk(5, "qla1280_isr: mailbox SCSI response " in qla1280_isr() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | qla1280.c | 254 - Corrected declared size for request and response 420 static void qla1280_status_entry(struct scsi_qla_host *, struct response *, 422 static void qla1280_error_entry(struct scsi_qla_host *, struct response *, 1282 qla1280_return_status(struct response * sts, struct scsi_cmnd *cp) in qla1280_return_status() 1347 dprintk(2, "qla1280_return_status: response packet data\n"); in qla1280_return_status() 1867 * ha->response_ring = response ring virtual address 1869 * ha->response_dma = response ring physical address 1901 /* Initialize response queue. */ in qla1280_init_rings() 3337 struct response *pkt; in qla1280_isr() 3385 dprintk(5, "qla1280_isr: mailbox SCSI response " in qla1280_isr() [all...] |
/kernel/linux/linux-5.10/drivers/staging/unisys/visornic/ |
H A D | visornic_main.c | 743 int response = 0; in visornic_timeout_reset() local 754 response = visornic_disable_with_timeout(netdev, in visornic_timeout_reset() 756 if (response) in visornic_timeout_reset() 759 response = visornic_enable_with_timeout(netdev, in visornic_timeout_reset() 761 if (response) in visornic_timeout_reset() 1622 * @cmdrsp: IO channel command response message. 1634 /* service_resp_queue - drain the response queue 1635 * @cmdrsp: IO channel command response message. 1640 * Drain the response queue of any responses from the IO Partition. Process the 1752 /* poll_for_irq - checks the status of the response queu [all...] |
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | gr_udc.c | 815 * Queue a response on ep0in. 835 "Could not queue ep0in setup response: %d\n", status); in gr_ep0_respond() 841 * Queue a 2 byte response on ep0in. 845 static inline int gr_ep0_respond_u16(struct gr_udc *dev, u16 response) in gr_ep0_respond_u16() argument 847 __le16 le_response = cpu_to_le16(response); in gr_ep0_respond_u16() 854 * Queue a ZLP response on ep0in. 889 u16 response; in gr_device_request() local 904 response = 0x0001 | (dev->remote_wakeup ? 0x0002 : 0); in gr_device_request() 905 return gr_ep0_respond_u16(dev, response); in gr_device_request()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | gr_udc.c | 815 * Queue a response on ep0in. 835 "Could not queue ep0in setup response: %d\n", status); in gr_ep0_respond() 841 * Queue a 2 byte response on ep0in. 845 static inline int gr_ep0_respond_u16(struct gr_udc *dev, u16 response) in gr_ep0_respond_u16() argument 847 __le16 le_response = cpu_to_le16(response); in gr_ep0_respond_u16() 854 * Queue a ZLP response on ep0in. 889 u16 response; in gr_device_request() local 904 response = 0x0001 | (dev->remote_wakeup ? 0x0002 : 0); in gr_device_request() 905 return gr_ep0_respond_u16(dev, response); in gr_device_request()
|
/third_party/gn/src/gn/ |
H A D | variables.cc | 2077 R"*(response_file_contents: Contents of a response file for actions. 2081 maximum command-line length is less than 8K. A response file allows you to 2091 The response file contents will always be quoted and escaped according to 2092 Unix shell rules. To parse the response file, the Python script should use 2101 # Write all the inputs to a response file for the script. Also, 2105 # The script expects the name of the response file in --file-list.
|