Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dusdt.c324 static int urand_trigger(FILE **urand_pipe) in urand_trigger() argument
329 exit_code = pclose(*urand_pipe); in urand_trigger()
330 *urand_pipe = NULL; in urand_trigger()
340 FILE *urand_pipe = NULL; in subtest_urandom_usdt() local
347 urand_pipe = urand_spawn(&urand_pid); in subtest_urandom_usdt()
348 if (!ASSERT_OK_PTR(urand_pipe, "urand_spawn")) in subtest_urandom_usdt()
390 ASSERT_OK(urand_trigger(&urand_pipe), "urand_exit_code"); in subtest_urandom_usdt()
405 if (urand_pipe) in subtest_urandom_usdt()
406 pclose(urand_pipe); in subtest_urandom_usdt()