Searched defs:EFAULT (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/tests/rump/rumpkern/
H A Dt_copy.c123 ATF_REQUIRE_EQ(rumpns_copyin(NULL, buf, sizeof(buf)), EFAULT); local
124 ATF_REQUIRE_EQ(rumpns_copyout(buf, NULL, sizeof(buf)), EFAULT); local
126 ATF_REQUIRE_EQ(rumpns_copyinstr(NULL, buf, sizeof(buf), NULL), EFAULT); local
127 ATF_REQUIRE_EQ(rumpns_copyoutstr(buf, NULL, sizeof(buf), NULL), EFAULT); local
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/pa/
H A Dlinux-atomic.c27 #define EFAULT 14 macro
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/pa/
H A Dlinux-atomic.c27 #define EFAULT 14 macro
/netbsd-current/sys/external/bsd/acpica/dist/include/
H A Dacclib.h86 #define EFAULT 14 /* Bad address */ macro
/netbsd-current/external/bsd/jemalloc/dist/test/unit/
H A Dmallctl.c584 sizeof(new_limit)), EFAULT, "Unexpected mallctl() success"); local
/netbsd-current/external/apache2/llvm/dist/libcxx/include/
H A Derrno.h268 #define EFAULT 9948 macro
/netbsd-current/tests/modules/
H A Dt_ufetchstore.c475 ATF_REQUIRE_EQ(do_ufetch_8(NULL, &res), EFAULT); local
494 ATF_REQUIRE_EQ(do_ufetch_16(NULL, &res), EFAULT); local
513 ATF_REQUIRE_EQ(do_ufetch_32(NULL, &res), EFAULT); local
533 ATF_REQUIRE_EQ(do_ufetch_64(NULL, &res), EFAULT); local
[all...]
/netbsd-current/tests/modules/ufetchstore/
H A Dt_ufetchstore.c475 ATF_REQUIRE_EQ(do_ufetch_8(NULL, &res), EFAULT); local
494 ATF_REQUIRE_EQ(do_ufetch_16(NULL, &res), EFAULT); local
513 ATF_REQUIRE_EQ(do_ufetch_32(NULL, &res), EFAULT); local
533 ATF_REQUIRE_EQ(do_ufetch_64(NULL, &res), EFAULT); local
[all...]
/netbsd-current/sys/sys/
H A Derrno.h56 #define EFAULT 14 /* Bad address */ macro

Completed in 135 milliseconds