Home
last modified time | relevance | path

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

/src/tests/sys/kern/
H A Dkern_copyin.c46 static int scratch_file; variable
53 ret = write(scratch_file, (const void *)uaddr, len); in copyin_checker()
67 ret = fcntl(scratch_file, F_GETLK, (const void *)uaddr); in copyin_checker2()
112 scratch_file = mkstemp(template); in ATF_TC_BODY()
113 ATF_REQUIRE(scratch_file != -1); in ATF_TC_BODY()