Searched refs:fht (Results 1 – 1 of 1) sorted by relevance
| /src/tests/sys/audit/ |
| H A D | file-attribute-access.c | 44 static fhandle_t fht; variable 390 ATF_REQUIRE_EQ(0, lgetfh(path, &fht)); in ATF_TC_BODY() 412 ATF_REQUIRE_ERRNO(ENOENT, lgetfh(errpath, &fht) == -1); in ATF_TC_BODY() 437 ATF_REQUIRE_EQ(0, getfh(path, &fht)); in ATF_TC_BODY() 440 ATF_REQUIRE((fhdesc = fhopen(&fht, O_RDWR)) != -1); in ATF_TC_BODY() 493 ATF_REQUIRE_EQ(0, getfh(path, &fht)); in ATF_TC_BODY() 496 ATF_REQUIRE_EQ(0, fhstat(&fht, &statbuff)); in ATF_TC_BODY() 544 ATF_REQUIRE_EQ(0, getfh(path, &fht)); in ATF_TC_BODY() 547 ATF_REQUIRE_EQ(0, fhstatfs(&fht, &statfsbuff)); in ATF_TC_BODY()
|