HomeSort by: relevance | last modified time | path
    Searched refs:EFAULT (Results 1 - 25 of 370) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_query.c 31 return -EFAULT;
35 return -EFAULT;
82 return -EFAULT;
86 return -EFAULT;
91 return -EFAULT;
97 return -EFAULT;
140 return -EFAULT;
147 return -EFAULT;
168 return -EFAULT;
198 return -EFAULT;
    [all...]
i915_ioc32.c 57 return -EFAULT;
64 return -EFAULT;
i915_user_extensions.c 47 return -EFAULT;
60 return -EFAULT;
  /src/tests/rump/rumpkern/
t_copy.c 117 atf_tc_set_md_var(tc, "descr", "Tests that copy(9) functions can return EFAULT");
123 ATF_REQUIRE_EQ(rumpns_copyin(NULL, buf, sizeof(buf)), EFAULT);
124 ATF_REQUIRE_EQ(rumpns_copyout(buf, NULL, sizeof(buf)), EFAULT);
126 ATF_REQUIRE_EQ(rumpns_copyinstr(NULL, buf, sizeof(buf), NULL), EFAULT);
127 ATF_REQUIRE_EQ(rumpns_copyoutstr(buf, NULL, sizeof(buf), NULL), EFAULT);
  /src/sys/external/bsd/drm2/dist/drm/
drm_ioc32.c 105 return -EFAULT;
127 return -EFAULT;
144 return -EFAULT;
156 return -EFAULT;
186 return -EFAULT;
200 return -EFAULT;
214 return -EFAULT;
234 return -EFAULT;
247 return -EFAULT;
271 return -EFAULT;
    [all...]
drm_color_mgmt.c 282 ret = -EFAULT;
288 ret = -EFAULT;
294 ret = -EFAULT;
346 ret = -EFAULT;
352 ret = -EFAULT;
358 ret = -EFAULT;
  /src/sys/arch/x86/x86/
intel_busclock.c 108 if (rdmsr_safe(MSR_FSB_FREQ, &msr) == EFAULT) {
125 if (rdmsr_safe(MSR_FSB_FREQ, &msr) == EFAULT) {
147 if (rdmsr_safe(MSR_FSB_FREQ, &msr) == EFAULT) {
215 if (rdmsr_safe(MSR_FSB_FREQ, &msr) == EFAULT) {
245 if (rdmsr_safe(MSR_FSB_FREQ, &msr) == EFAULT) {
274 if (rdmsr_safe(MSR_FSB_FREQ, &msr) == EFAULT) {
  /src/sys/external/bsd/drm2/include/asm/
uaccess.h 133 return -EFAULT;
140 return -EFAULT;
148 return -EFAULT;
  /src/lib/libc/gen/
getentropy.c 57 errno = EFAULT;
  /src/tests/lib/libc/gen/
t_getentropy.c 118 ATF_CHECK_ERRNO(EFAULT, getentropy(NULL, 32) == -1);
130 ATF_CHECK_ERRNO(EFAULT, getentropy((char *)(uintptr_t)1, 32) == -1);
162 * the surrounding pages or not, fail with EFAULT.
164 ATF_CHECK_ERRNO(EFAULT, getentropy(p + pagesize - 1, 2) == -1);
165 ATF_CHECK_ERRNO(EFAULT, getentropy(p + pagesize, 32) == -1);
166 ATF_CHECK_ERRNO(EFAULT, getentropy(p + 2*pagesize - 1, 2) == -1);
  /src/tests/modules/
t_ufetchstore.c 475 ATF_REQUIRE_EQ(do_ufetch_8(NULL, &res), EFAULT);
494 ATF_REQUIRE_EQ(do_ufetch_16(NULL, &res), EFAULT);
513 ATF_REQUIRE_EQ(do_ufetch_32(NULL, &res), EFAULT);
533 ATF_REQUIRE_EQ(do_ufetch_64(NULL, &res), EFAULT);
553 ATF_REQUIRE_EQ(do_ufetch_8(vm_max_address(), &res), EFAULT);
572 ATF_REQUIRE_EQ(do_ufetch_16(vm_max_address(), &res), EFAULT);
591 ATF_REQUIRE_EQ(do_ufetch_32(vm_max_address(), &res), EFAULT);
611 ATF_REQUIRE_EQ(do_ufetch_64(vm_max_address(), &res), EFAULT);
633 * EFAULT.
636 * EFAULT
    [all...]
  /src/tests/modules/ufetchstore/
t_ufetchstore.c 475 ATF_REQUIRE_EQ(do_ufetch_8(NULL, &res), EFAULT);
494 ATF_REQUIRE_EQ(do_ufetch_16(NULL, &res), EFAULT);
513 ATF_REQUIRE_EQ(do_ufetch_32(NULL, &res), EFAULT);
533 ATF_REQUIRE_EQ(do_ufetch_64(NULL, &res), EFAULT);
553 ATF_REQUIRE_EQ(do_ufetch_8(vm_max_address(), &res), EFAULT);
572 ATF_REQUIRE_EQ(do_ufetch_16(vm_max_address(), &res), EFAULT);
591 ATF_REQUIRE_EQ(do_ufetch_32(vm_max_address(), &res), EFAULT);
611 ATF_REQUIRE_EQ(do_ufetch_64(vm_max_address(), &res), EFAULT);
633 * EFAULT.
636 * EFAULT
    [all...]
  /src/sys/arch/riscv/riscv/
copy.S 55 // error = cpu_set_onfault(&fb, EFAULT);
57 li a1, EFAULT
116 li a0, EFAULT
157 li a0, EFAULT
  /src/sys/external/bsd/drm2/dist/drm/mga/
mga_ioc32.c 71 return -EFAULT;
101 return -EFAULT;
127 return -EFAULT;
151 return -EFAULT;
  /src/sys/external/bsd/drm2/dist/drm/r128/
r128_ioc32.c 75 return -EFAULT;
120 return -EFAULT;
143 return -EFAULT;
162 return -EFAULT;
  /src/tests/lib/libc/sys/
t_getlogin.c 152 _exit(EFAULT);
154 if (errno != EFAULT)
155 _exit(EFAULT);
172 if (WEXITSTATUS(sta) == EFAULT)
173 atf_tc_fail("expected EFAULT, but the call succeeded");
t_gettimeofday.c 51 ATF_REQUIRE_ERRNO(EFAULT, gettimeofday((void *)-1, NULL) != 0);
t_getcontext.c 73 ATF_REQUIRE_ERRNO(EFAULT, getcontext((void *)-1) == -1);
86 ATF_REQUIRE_ERRNO(EFAULT, setcontext((void *)-1) == -1);
  /src/sys/external/bsd/drm/dist/shared-core/
i915_mem.c 285 return -EFAULT;
303 return -EFAULT;
323 return -EFAULT;
327 return -EFAULT;
351 return -EFAULT;
355 return -EFAULT;
376 return -EFAULT;
381 return -EFAULT;
radeon_mem.c 233 return -EFAULT;
249 return -EFAULT;
268 return -EFAULT;
272 return -EFAULT;
294 return -EFAULT;
298 return -EFAULT;
  /src/sys/arch/sun3/dev/
bt_subr.c 77 return (EFAULT);
102 return (EFAULT);
  /src/tests/lib/libc/gen/execve/
t_execve.c 58 ATF_REQUIRE_MSG(errno == EFAULT,
59 "wrong error returned %d instead of %d", errno, EFAULT);
  /src/sys/dev/raidframe/
rf_dagfuncs.c 583 return (EFAULT);
621 return (EFAULT);
675 return (EFAULT);
680 return (EFAULT);
685 return (EFAULT);
749 return (EFAULT);
756 return (EFAULT);
761 return (EFAULT);
767 return (EFAULT);
780 return (EFAULT);
    [all...]
  /src/sys/netinet/
sctp_peeloff.c 93 return (EFAULT);
111 return (EFAULT);
152 *error = EFAULT;
  /src/sys/secmodel/
secmodel.c 175 return EFAULT;
205 return EFAULT;
255 error = EFAULT;

Completed in 24 milliseconds

1 2 3 4 5 6 7 8 91011>>