Home
last modified time | relevance | path

Searched refs:test_size (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/tests/qemu-iotests/
H A D17161 test_size=$img_size
63 test_size=$((size-img_offset))
68 $QEMU_IO -c "write -P 0x0a 0 $test_size" "$(img_json)" | _filter_qemu_io
72 $QEMU_IO -c "read -P 0x0a 0 $test_size" "$(img_json)" | _filter_qemu_io
88 $QEMU_IO -c "write $test_size 1" "$(img_json)" | _filter_qemu_io
108 $QEMU_IO -c "read $test_size 1" "$(img_json)" | _filter_qemu_io
/openbmc/qemu/tests/qtest/
H A Dnpcm7xx_emc-test.c498 const char *test_data, int test_size) in emc_send_verify1() argument
527 ret = recv(fd, buffer, test_size, MSG_DONTWAIT); in emc_send_verify1()
528 g_assert_cmpmem(buffer, ret, test_data, test_size); in emc_send_verify1()
/openbmc/linux/drivers/usb/host/
H A Disp1362-hcd.c2432 int test_size = 0; in isp1362_chip_test() local
2450 offset * 2 + PTD_HEADER_SIZE, test_size); in isp1362_chip_test()
2452 PTD_HEADER_SIZE + test_size); in isp1362_chip_test()
2454 if (memcmp(ref, tst, PTD_HEADER_SIZE + test_size)) { in isp1362_chip_test()
2455 dump_data(((u8 *)ref) + offset, PTD_HEADER_SIZE + test_size); in isp1362_chip_test()
2456 dump_data((u8 *)tst, PTD_HEADER_SIZE + test_size); in isp1362_chip_test()
2459 PTD_HEADER_SIZE + test_size); in isp1362_chip_test()
2461 if (memcmp(ref, tst, PTD_HEADER_SIZE + test_size)) { in isp1362_chip_test()
/openbmc/linux/drivers/input/touchscreen/
H A Dcyttsp4_core.h273 size_t test_size; member
H A Dcyttsp4_core.c292 si->si_ofs.test_size = si->si_ofs.pcfg_ofs - si->si_ofs.test_ofs; in cyttsp4_si_get_test_data()
294 p = krealloc(si->si_ptrs.test, si->si_ofs.test_size, GFP_KERNEL); in cyttsp4_si_get_test_data()
302 rc = cyttsp4_adap_read(cd, si->si_ofs.test_ofs, si->si_ofs.test_size, in cyttsp4_si_get_test_data()
311 (u8 *)si->si_ptrs.test, si->si_ofs.test_size, in cyttsp4_si_get_test_data()
624 si->si_ofs.test_ofs, si->si_ofs.test_size); in cyttsp4_si_put_log_data()
/openbmc/linux/arch/ia64/include/asm/
H A Dpal.h1530 ia64_pal_test_proc (u64 test_addr, u64 test_size, u64 attributes, u64 *self_test_state) in ia64_pal_test_proc() argument
1533 PAL_CALL(iprv, PAL_TEST_PROC, test_addr, test_size, attributes); in ia64_pal_test_proc()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbtf.c8122 int test_size, expect_size; in do_test_dedup() local
8126 test_size = btf_type_size(test_type); in do_test_dedup()
8129 if (CHECK(test_size != expect_size, in do_test_dedup()
8131 i, test_size, expect_size)) { in do_test_dedup()