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

/xnu-2422.115.4/bsd/kern/
H A Dkern_asl.c81 * E2BIG - When it cannot print all key-value pairs provided and had
124 err = E2BIG;
172 err = E2BIG;
H A Dkern_exec.c277 error = E2BIG;
2998 error = E2BIG;
3031 error = E2BIG;
3058 error = E2BIG;
3067 error = E2BIG;
3095 error = E2BIG;
3104 error = E2BIG;
3112 error = E2BIG;
H A Dsysv_msg.c1208 eval = E2BIG;
1254 eval = E2BIG;
H A Dsysv_sem.c1110 eval = E2BIG;
H A Dkern_descrip.c1667 error = E2BIG;
/xnu-2422.115.4/bsd/dev/dtrace/scripts/
H A Derrno.d35 inline int E2BIG = 7;
36 #pragma D binding "1.0" E2BIG
/xnu-2422.115.4/bsd/sys/
H A Derrno.h96 #define E2BIG 7 /* Argument list too long */ macro
/xnu-2422.115.4/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) );
/xnu-2422.115.4/bsd/security/audit/
H A Daudit_bsm_errno.c89 { BSM_ERRNO_E2BIG, E2BIG, ES("Argument list too long") },
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_xattr.c926 result = E2BIG;
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_xattr.c1880 return (E2BIG); /* EINVAL instead ? */
/xnu-2422.115.4/bsd/net/
H A Dpf_ioctl.c3893 error = E2BIG; /* more than one state */
/xnu-2422.115.4/bsd/dev/dtrace/
H A Ddtrace.c12448 *errp = E2BIG;
12505 *errp = E2BIG;
13972 * their prereserved space. We return E2BIG instead
13976 return (E2BIG);
14195 * the reserve (for which we return E2BIG).
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_vfsops.c1849 error = E2BIG;

Completed in 229 milliseconds