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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Derrno.h90 #define E2BIG 7 /* Argument list too long */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_fslog.c76 * E2BIG - When it cannot print all key-value pairs provided and had
120 err = E2BIG;
167 err = E2BIG;
H A Dvfs_xattr.c1664 return (E2BIG); /* EINVAL instead ? */
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif_media.c344 error = E2BIG; /* oops! */
350 * We do the copyout on E2BIG, because that's
356 if ((error == 0 || error == E2BIG) && ifmr->ifm_count != 0) {
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_exec.c245 error = E2BIG;
2273 error = E2BIG;
2283 if (error == EFAULT || error == E2BIG)
H A Dsysv_msg.c1156 eval = E2BIG;
1202 eval = E2BIG;
H A Dsysv_sem.c1053 eval = E2BIG;
H A Dkern_descrip.c1390 error = E2BIG;
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_xattr.c643 return (E2BIG);
741 result = E2BIG;
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace.c10938 *errp = E2BIG;
10987 *errp = E2BIG;
12365 * their prereserved space. We return E2BIG instead
12369 return (E2BIG);
12581 * the reserve (for which we return E2BIG).

Completed in 138 milliseconds