HomeSort by: relevance | last modified time | path
    Searched defs:ENOENT (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/include/
acclib.h 79 #define ENOENT 2 /* No such file or directory */
  /src/external/apache2/llvm/dist/libcxx/include/
errno.h 347 #ifndef ENOENT
348 #define ENOENT 9968
  /src/external/bsd/atf/dist/atf-c/detail/
fs_test.c 675 ATF_REQUIRE_EQ(atf_libc_error_code(err), ENOENT);
  /src/sys/sys/
errno.h 43 #define ENOENT 2 /* No such file or directory */
  /src/external/bsd/jemalloc/dist/test/unit/
mallctl.c 11 expect_d_eq(mallctl("no_such_name", NULL, NULL, NULL, 0), ENOENT,
12 "mallctl() should return ENOENT for non-existent names");
39 expect_d_eq(mallctlnametomib("no_such_name", mib, &miblen), ENOENT,
40 "mallctlnametomib() should return ENOENT for non-existent names");
144 assert_d_eq(ctl_mibnametomib(tsd, mib, 0, "bob", &miblen), ENOENT, "");
146 assert_d_eq(ctl_mibnametomib(tsd, mib, 0, "9999", &miblen), ENOENT, "");
156 ENOENT, "mallctlbymib() should fail on partial path");
160 assert_d_eq(ctl_mibnametomib(tsd, mib, 2, "bob", &miblen), ENOENT, "");
162 assert_d_eq(ctl_mibnametomib(tsd, mib, 2, "9999", &miblen), ENOENT, "");
169 ENOENT, "mallctlbymib() should fail on partial path")
    [all...]
  /src/external/cddl/osnet/dist/cmd/ztest/
ztest.c 1859 return (ENOENT);
1956 ASSERT(error == ENOENT);
2356 VERIFY3U(ENOENT, ==,
2364 VERIFY3U(ENOENT, ==,
3208 if (error != ENOENT) {
3257 if (error != 0 && error != ENOENT)
3302 VERIFY3U(ENOENT, ==, dmu_objset_own(name, DMU_OST_OTHER, B_TRUE,
3400 if (error && error != ENOENT)
3403 if (error && error != ENOENT)
3406 if (error && error != ENOENT)
    [all...]

Completed in 53 milliseconds