Home
last modified time | relevance | path

Searched refs:response_length (Results 1 – 25 of 26) sorted by relevance

12

/external/u-boot/lib/
Dtpm-v1.c157 size_t response_length = sizeof(response); in tpm_nv_read_value() local
166 err = tpm_sendrecv_command(dev, buf, response, &response_length); in tpm_nv_read_value()
169 if (unpack_byte_string(response, response_length, "d", in tpm_nv_read_value()
174 if (unpack_byte_string(response, response_length, "s", in tpm_nv_read_value()
195 size_t response_length = sizeof(response); in tpm_nv_write_value() local
205 err = tpm_sendrecv_command(dev, buf, response, &response_length); in tpm_nv_write_value()
228 size_t response_length = sizeof(response); in tpm_extend() local
237 err = tpm_sendrecv_command(dev, buf, response, &response_length); in tpm_extend()
241 if (unpack_byte_string(response, response_length, "s", in tpm_extend()
257 size_t response_length = sizeof(response); in tpm_pcr_read() local
[all …]
Dtpm-common.c166 size_t response_length; in tpm_sendrecv_command() local
170 response_length = *size_ptr; in tpm_sendrecv_command()
173 response_length = sizeof(response_buffer); in tpm_sendrecv_command()
177 response, &response_length); in tpm_sendrecv_command()
183 *size_ptr = response_length; in tpm_sendrecv_command()
188 for (i = 0; i < response_length; i++) in tpm_sendrecv_command()
/external/igt-gpu-tools/assembler/
Dbrw_structs.h810 unsigned response_length:4; member
1138 unsigned response_length:4; member
1160 unsigned response_length:5; member
1172 unsigned response_length:4; member
1186 unsigned response_length:5; member
1200 unsigned response_length:4; member
1217 unsigned response_length:5; member
1229 unsigned response_length:4; member
1241 unsigned response_length:4; member
1256 unsigned response_length:5; member
[all …]
Dbrw_eu.h194 unsigned response_length,
208 unsigned response_length);
218 unsigned response_length,
229 unsigned response_length,
240 unsigned response_length,
257 unsigned response_length,
269 unsigned response_length,
Dgen8_instruction.c350 unsigned response_length, in gen8_set_message_descriptor() argument
358 gen8_set_rlen(inst, response_length); in gen8_set_message_descriptor()
367 unsigned response_length, in gen8_set_urb_message() argument
372 gen8_set_message_descriptor(inst, BRW_SFID_URB, msg_length, response_length, in gen8_set_urb_message()
387 unsigned response_length, in gen8_set_sampler_message() argument
393 response_length, header_present, false); in gen8_set_sampler_message()
Dbrw_eu_emit.c449 unsigned response_length, in brw_set_message_descriptor() argument
459 inst->bits3.generic_gen5.response_length = response_length; in brw_set_message_descriptor()
472 inst->bits3.generic.response_length = response_length; in brw_set_message_descriptor()
489 unsigned response_length; in brw_set_math_message() local
508 response_length = 2; in brw_set_math_message()
511 response_length = 1; in brw_set_math_message()
517 msg_length, response_length, false, false); in brw_set_math_message()
539 unsigned response_length, in brw_set_ff_sync_message() argument
543 1, response_length, true, end_of_thread); in brw_set_ff_sync_message()
557 unsigned response_length, in brw_set_urb_message() argument
[all …]
Dgen8_instruction.h310 unsigned response_length,
Dbrw_disasm.c1301 inst->bits3.generic_gen5.response_length); in brw_disasm()
1306 inst->bits3.generic.response_length); in brw_disasm()
/external/arm-trusted-firmware/plat/intel/soc/common/soc/
Dsocfpga_mailbox.c42 int response_length = 0; in mailbox_read_response() local
68 response_length = MBOX_RESP_LEN(resp); in mailbox_read_response()
70 while (response_length) { in mailbox_read_response()
72 response_length--; in mailbox_read_response()
98 int response_length = 0; in mailbox_poll_response() local
149 response_length = MBOX_RESP_LEN(resp); in mailbox_poll_response()
151 while (response_length) { in mailbox_poll_response()
152 response_length--; in mailbox_poll_response()
/external/kernel-headers/original/uapi/rdma/
Dmlx5-abi.h140 __u32 response_length; member
254 __u32 response_length; member
403 __u32 response_length; member
421 __u32 response_length; member
426 __u32 response_length; member
431 __u32 response_length; member
Dmlx4-abi.h136 __u32 response_length; member
183 __u32 response_length; member
Dib_user_verbs.h262 __u32 response_length; member
438 __u32 response_length; member
649 __u32 response_length; member
750 __u32 response_length; member
1238 __u32 response_length; member
1252 __u32 response_length; member
1280 __u32 response_length; member
/external/vboot_reference/firmware/stub/
Dtpm_lite_stub.c189 uint8_t* response, uint32_t* response_length) { in VbExTpmSendReceive() argument
214 result = TpmExecute(request, request_length, response, response_length); in VbExTpmSendReceive()
222 int y = *response_length; in VbExTpmSendReceive()
246 assert(*response_length == TpmResponseSize(response)); in VbExTpmSendReceive()
/external/arm-trusted-firmware/drivers/renesas/rcar/emmc/
Demmc_utility.c142 mmc_drv_obj.response_length = 6; in emmc_make_nontrans_cmd()
147 mmc_drv_obj.response_length = 0; in emmc_make_nontrans_cmd()
158 mmc_drv_obj.response_length = 17; in emmc_make_nontrans_cmd()
Demmc_std.h387 uint32_t response_length; /**< response length for this command */ member
Demmc_cmd.c78 if (mmc_drv_obj.response_length != EMMC_MAX_RESPONSE_LENGTH) { in emmc_read_response()
/external/vboot_reference/tests/
Dtlcl_tests.c84 uint8_t *response, uint32_t *response_length) in VbExTpmSendReceive() argument
97 memset(response, 0, *response_length); in VbExTpmSendReceive()
100 *response_length = c->rsp_size; in VbExTpmSendReceive()
/external/mesa3d/src/intel/compiler/
Dbrw_eu.h289 unsigned response_length, in ALU2()
294 SET_BITS(response_length, 24, 20) | in ALU2()
298 SET_BITS(response_length, 19, 16)); in ALU2()
1038 unsigned response_length,
1073 unsigned response_length,
1089 unsigned response_length,
1099 unsigned response_length,
1109 unsigned response_length,
1271 unsigned response_length);
Dbrw_eu_emit.c478 unsigned response_length; in brw_set_math_message() local
497 response_length = 2; in brw_set_math_message()
500 response_length = 1; in brw_set_math_message()
505 devinfo, msg_length, response_length, false)); in brw_set_math_message()
520 unsigned response_length, in brw_set_ff_sync_message() argument
526 devinfo, 1, response_length, true)); in brw_set_ff_sync_message()
543 unsigned response_length, in brw_set_urb_message() argument
554 devinfo, msg_length, response_length, true)); in brw_set_urb_message()
2397 unsigned response_length, in brw_fb_WRITE() argument
2439 brw_message_desc(devinfo, msg_length, response_length, in brw_fb_WRITE()
[all …]
/external/u-boot/cmd/
Dtpm-v1.c262 size_t count, response_length = sizeof(response); in do_tpm_raw_transfer() local
275 rc = tpm_xfer(dev, command, count, response, &response_length); in do_tpm_raw_transfer()
279 print_byte_string(response, response_length); in do_tpm_raw_transfer()
/external/vboot_reference/firmware/lib/tpm_lite/
Dtlcl.c66 uint32_t response_length = max_length; in TlclSendReceiveNoRetry() local
77 response, &response_length); in TlclSendReceiveNoRetry()
/external/autotest/client/common_lib/cros/bluetooth/
Dbluetooth_socket.py355 response_length = len(data) - 3
357 response_length != expected_length):
360 '%d (expected %d)' % (response_length,
/external/vboot_reference/firmware/include/
Dvboot_api.h485 uint8_t *response, uint32_t *response_length);
/external/python/cpython2/Lib/test/
Dtest_xmlrpc.py790 self.response_length=int(response.getheader("content-length", 0))
829 a = t.response_length
832 b = t.response_length
/external/python/cpython3/Lib/test/
Dtest_xmlrpc.py1106 self.response_length=int(response.getheader("content-length", 0))
1147 a = t.response_length
1151 b = t.response_length

12