Searched refs:test_path (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/casenorm/ |
H A D | mixed_create_failure.ksh | 82 test_path="$testdir/$obj_type" 83 mkdir $test_path 84 log_note "Created test dir $test_path" 87 > $test_path/$target_obj 88 log_note "Created target: $test_path/$target_obj" 89 op="$op $test_path/$target_obj" 95 cmd="$op $test_path/$name" 101 save_name="$test_path/$name" 111 TMP_OBJ="$test_path/tmp_obj"
|
/freebsd/tests/sys/posixshm/ |
H A D | posixshm_test.c | 53 static char test_path[TEST_PATH_LEN]; variable 75 gen_a_test_path(test_path); in gen_test_path() 126 if (shm_unlink(test_path) < 0) in scribble_object() 128 fd = shm_open(test_path, O_CREAT | O_EXCL | O_RDWR, 0777); in scribble_object() 310 fd = scribble_object(test_path, '1'); in ATF_TC_BODY() 323 ATF_REQUIRE_MSG(shm_unlink(test_path) != -1, in ATF_TC_BODY() 333 rc = shm_rename(SHM_ANON, test_path, 0); in ATF_TC_BODY() 347 rc = shm_rename(test_path, bad_path, 0); in ATF_TC_BODY() 351 rc = shm_rename(bad_path, test_path, 0); in ATF_TC_BODY() 363 rc = shm_rename(test_path, test_path2, 0); in ATF_TC_BODY() [all …]
|