Searched refs:E2BIG (Results 1 - 14 of 14) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Derrno.h91 #define E2BIG 7 /* Argument list too long */ macro
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dsema_tests.c42 if (my_err != -1 || errno != E2BIG) {
43 printf( "semop did not fail with E2BIG - instead %d - \"%s\" \n", errno, strerror( errno) );
/darwin-on-arm/xnu/bsd/net/
H A Dif_media.c346 error = E2BIG; /* oops! */
352 * We do the copyout on E2BIG, because that's
358 if ((error == 0 || error == E2BIG) && ifmr->ifm_count != 0) {
H A Dpf_ioctl.c3830 error = E2BIG; /* more than one state */
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_fslog.c78 * E2BIG - When it cannot print all key-value pairs provided and had
122 err = E2BIG;
169 err = E2BIG;
H A Dvfs_xattr.c1798 return (E2BIG); /* EINVAL instead ? */
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_exec.c292 error = E2BIG;
2784 error = E2BIG;
2817 error = E2BIG;
2844 error = E2BIG;
2853 error = E2BIG;
2881 error = E2BIG;
2890 error = E2BIG;
2898 error = E2BIG;
H A Dsysv_msg.c1208 eval = E2BIG;
1254 eval = E2BIG;
H A Dsysv_sem.c1092 eval = E2BIG;
H A Dkern_descrip.c1543 error = E2BIG;
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsm_errno.c89 { BSM_ERRNO_E2BIG, E2BIG, ES("Argument list too long") },
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_xattr.c877 result = E2BIG;
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c12406 *errp = E2BIG;
12463 *errp = E2BIG;
13930 * their prereserved space. We return E2BIG instead
13934 return (E2BIG);
14153 * the reserve (for which we return E2BIG).
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_vfsops.c1849 error = E2BIG;

Completed in 200 milliseconds