Home
last modified time | relevance | path

Searched refs:test_ctx (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_bpf2bpf.c18 struct test_ctx_s test_ctx; variable
66 test_ctx.passed = false; in run_xdp_bpf2bpf_pkt_size()
67 test_ctx.pkt_size = pkt_size; in run_xdp_bpf2bpf_pkt_size()
93 ASSERT_TRUE(test_ctx.passed, "test passed"); in run_xdp_bpf2bpf_pkt_size()
150 on_sample, NULL, &test_ctx, NULL); in test_xdp_bpf2bpf()
/openbmc/obmc-console/test/
H A Dtest-client-escape.c47 struct test_ctx { struct
159 struct test_ctx ctxs[ARRAY_SIZE(tests)];
163 struct test_ctx *ctx = &ctxs[fd]; in write_buf_to_fd()
174 struct test_ctx *ctx = &ctxs[fd]; in __read()
195 void run_one_test(size_t idx, struct test *test, struct test_ctx *ctx) in run_one_test()
/openbmc/libmctp/tests/
H A Dtest_seq.c20 struct test_ctx { struct
31 struct test_ctx *ctx = data; in test_rx() argument
103 static void run_one_test(struct test_ctx *ctx, struct test *test) in run_one_test()
143 struct test_ctx ctx; in main()
H A Dtest_eid.c16 struct test_ctx { struct
27 struct test_ctx *ctx = data; in test_rx() argument
46 struct test_ctx _ctx, *ctx = &_ctx; in main()
H A Dtest_bridge.c24 struct test_ctx { struct
83 struct test_ctx _ctx, *ctx = &_ctx; in main()
/openbmc/linux/drivers/fpga/tests/
H A Dfpga-region-test.c27 struct test_ctx { struct
91 struct test_ctx *ctx = test->priv; in fpga_region_test_class_find()
106 struct test_ctx *ctx = test->priv; in fpga_region_test_program_fpga()
145 struct test_ctx *ctx; in fpga_region_test_init()
186 struct test_ctx *ctx = test->priv; in fpga_region_test_exit()
/openbmc/openbmc/poky/meta/recipes-connectivity/openssl/openssl/
H A D0001-Added-handshake-history-reporting-when-test-fails.patch160 static int renegotiate_op(const SSL_TEST_CTX *test_ctx)
162 switch (test_ctx->handshake_mode) {
163 @@ -1162,19 +1238,6 @@ static void do_connect_step(const SSL_TEST_CTX *test_ctx, PEER *peer,
359 @@ -388,6 +426,12 @@ static int check_test(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx)
360 ret &= check_client_sign_type(result, test_ctx);
361 ret &= check_client_ca_names(result, test_ctx);
/openbmc/linux/samples/bpf/
H A Dtest_lwt_bpf.sh145 install_test xmit test_ctx
161 install_test out test_ctx
177 install_test in test_ctx
/openbmc/linux/drivers/mtd/nand/raw/
H A Dnand_base.c2514 struct nand_op_parser_ctx test_ctx = ctx; in nand_op_parser_exec_op() local
2517 if (!nand_op_parser_match_pat(pattern, &test_ctx)) in nand_op_parser_exec_op()
2521 nand_op_parser_cmp_ctx(&test_ctx, &best_ctx) <= 0) in nand_op_parser_exec_op()
2525 best_ctx = test_ctx; in nand_op_parser_exec_op()