Searched refs:EFAULT (Results 1 - 25 of 32) sorted by relevance

12

/darwin-on-arm/xnu/bsd/netat/
H A Dadsp_CLListen.c96 return EFAULT; /* bogus, but discriminate from other errors */
H A Datp_write.c937 err = EFAULT;
/darwin-on-arm/xnu/osfmk/x86_64/
H A Dlocore.s206 movl $(EFAULT),%eax /* return error for failure */
261 movl $(EFAULT),%eax /* return error for failure */
H A Dcopyio.c111 error = EFAULT;
180 * or ENAMETOOLONG... but not EFAULT
182 if (error != EFAULT)
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dstubs.c56 * - if the user is denied write access, return EFAULT.
76 error = EFAULT;
H A Dmem.c231 return (EFAULT);
/darwin-on-arm/xnu/bsd/sys/
H A Derrno.h99 #define EFAULT 14 /* Bad address */ macro
/darwin-on-arm/xnu/osfmk/i386/
H A Dlocore.s222 movl $(EFAULT),%eax /* return error for failure */
280 movl $(EFAULT),%eax /* return error for failure */
337 movl $(EFAULT),%eax /* return error for failure */
H A Dcopyio.c204 error = EFAULT;
317 * or ENAMETOOLONG... but not EFAULT
319 if (error != EFAULT)
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_core.c204 * EFAULT Failed
257 audit_proc_coredump(core_proc, NULL, EFAULT);
259 return (EFAULT);
271 return (EFAULT);
295 error = EFAULT;
H A Dkern_physio.c119 return (EFAULT);
H A Dkern_symfile.c213 error = EFAULT;
218 error = EFAULT;
240 error = EFAULT;
286 error = EFAULT;
H A Dkern_subr.c106 * uiomove64:EFAULT
119 * EFAULT
120 * copyout:EFAULT
121 * copyin:EFAULT
122 * copywithin:EFAULT
123 * copypv:EFAULT
209 error = EFAULT;
221 error = EFAULT;
238 error = EFAULT;
250 error = EFAULT;
[all...]
H A Dkern_mman.c991 return (EFAULT);
1002 return (EFAULT);
1016 return (EFAULT);
H A Dkern_sysctl.c460 * with an EFAULT, if it's actually necessary.
491 return (EFAULT);
960 return (EFAULT);
984 return (EFAULT);
1006 return (EFAULT);
1028 return (EFAULT);
1056 return (EFAULT);
1093 return (EFAULT);
1121 return (EFAULT);
1144 return (EFAULT);
[all...]
H A Dkern_descrip.c642 * copyin:EFAULT
648 * copyin:EFAULT
649 * copyout:EFAULT
655 * copyin:EFAULT
656 * copyout:EFAULT
661 * copyin:EFAULT
2401 * EFAULT
2404 * copyout:EFAULT
2538 error = EFAULT;
2547 error = EFAULT;
[all...]
/darwin-on-arm/xnu/bsd/net/
H A Dpf_table.c293 senderr(EFAULT);
323 senderr(EFAULT);
383 return (EFAULT);
394 senderr(EFAULT);
416 senderr(EFAULT);
462 senderr(EFAULT);
500 senderr(EFAULT);
514 senderr(EFAULT);
563 return (EFAULT);
576 return (EFAULT);
[all...]
H A Dpf_if.c663 return (EFAULT);
H A Dpf_ioctl.c4273 error = EFAULT;
4319 error = EFAULT;
4343 error = EFAULT;
4410 error = EFAULT;
4472 error = EFAULT;
/darwin-on-arm/xnu/bsd/dev/arm/
H A Dmem.c235 return (EFAULT);
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c12392 *errp = EFAULT;
12422 *errp = EFAULT;
12431 *errp = EFAULT;
12453 *errp = EFAULT;
12477 *errp = EFAULT;
17278 return (EFAULT);
17347 return (EFAULT);
17365 return (EFAULT);
17380 return (EFAULT);
17438 return (EFAULT);
[all...]
H A Dfasttrap.c2272 return (EFAULT);
2295 return (EFAULT);
2362 return (EFAULT);
2411 return (EFAULT);
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsm_errno.c96 { BSM_ERRNO_EFAULT, EFAULT, ES("Bad address") },
/darwin-on-arm/xnu/bsd/vm/
H A Dvm_unix.c1093 * EFAULT bad address for "start_address"
1373 error = EFAULT;
1455 error = EFAULT;
1466 error = EFAULT;
1709 return EFAULT;
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.c5183 result = kas_info(KAS_INFO_KERNEL_TEXT_SLIDE_SELECTOR, NULL /* EFAULT */, &size);
5184 if ((result == 0) || (errno != EFAULT)) {
5196 result = kas_info(KAS_INFO_KERNEL_TEXT_SLIDE_SELECTOR, NULL /* EFAULT */, NULL /* EFAULT */);
5197 if ((result == 0) || (errno != EFAULT)) {

Completed in 267 milliseconds

12