Home
last modified time | relevance | path

Searched refs:test_2 (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Ddummy_st_ops_success.c34 int BPF_PROG(test_2, struct bpf_dummy_ops_state *state, int a1, unsigned short a2, in BPF_PROG() argument
54 .test_2 = (void *)test_2,
H A Ddummy_st_ops_fail.c25 .test_2 = (void *)test_unsupported_field_sleepable,
/openbmc/qemu/tests/unit/
H A Dtest-bufferiszero.c61 static void test_2(void) in test_2() function
75 g_test_add_func("/cutils/bufferiszero", test_2); in main()
/openbmc/linux/Documentation/dev-tools/
H A Dktap.rst210 not ok 2 test_2
225 ok 2 test_2
265 ok 2 test_2
270 # test_2: FAIL
271 not ok 2 test_2
286 - "test_2", which passes
291 - "test_2", which outputs the diagnostic line "test_2: FAIL", and fails.
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Ddummy_st_ops.c116 fd = bpf_program__fd(skel->progs.test_2); in test_dummy_multiple_args()
/openbmc/linux/arch/m68k/fpsp040/
H A Dbindec.S663 bra test_2
670 fbge test_2 |if greater, do next test
676 test_2: label
/openbmc/u-boot/arch/sandbox/dts/
H A Dtest.dts422 nop-test_2 {
/openbmc/linux/include/linux/
H A Dbpf.h1704 int (*test_2)(struct bpf_dummy_ops_state *cb, int a1, unsigned short a2, member