Searched refs:EEXIST (Results 26 - 50 of 55) sorted by relevance

123

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dnd6_rtr.c1581 return(EEXIST));
1709 return(EEXIST);
1973 return(EEXIST);
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif_gif.c225 if (stat && stat != EEXIST) {
H A Dif_stf.c230 if (stat && stat != EEXIST) {
H A Ddlil.c2034 return EEXIST;
2425 return EEXIST;
H A Dbpf.c1770 return EEXIST;
H A Dif.c297 return (EEXIST);
H A Droute.c1397 senderr(EEXIST);
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_serv.c1859 error = EEXIST;
2063 error = EEXIST;
2202 error = EEXIST;
2652 error = EEXIST;
2658 error = EEXIST;
3188 error = EEXIST;
3366 error = EEXIST;
3577 error = EEXIST;
H A Dnfs_syscalls.c714 return (EEXIST);
765 return (EEXIST);
H A Dnfs_subs.c2017 return (EEXIST);
2273 error = EEXIST;
2381 error = EEXIST;
H A Dnfs_vnops.c2743 /* XXX no EEXIST kludge here? */
3550 * Kludge: Map EEXIST => 0 assuming that it is a reply to a retry.
3552 if (error == EEXIST)
3680 * Kludge: Map EEXIST => 0 assuming that you have a reply to a retry
3683 if ((error == EEXIST) || (!error && !newvp)) {
3693 error = EEXIST;
3833 * Kludge: Map EEXIST => 0 assuming that you have a reply to a retry
3836 if (error == EEXIST || (!error && !newvp)) {
3846 error = EEXIST;
5746 DUMP, /* EEXIST 1
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_catalog.c856 if (result == EEXIST) {
906 result = EEXIST;
1128 goto exit; /* EEXIST */
1137 result = EEXIST;
1138 goto exit; /* EEXIST */
2070 result = EEXIST;
H A Dhfs_vnops.c153 if ((error == EEXIST) && !(ap->a_vap->va_vaflags & VA_EXCLUSIVE)) {
173 error = EEXIST;
2631 * operation. If this occurs, it may cause us to get a spurious EEXIST out of the cat_rename
2633 * namei/lookup and restart the rename operation. EEXIST is an allowable errno to be bubbled
2644 if (error == EEXIST) {
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkpi_mbuf.c888 return EEXIST;
H A Dsysv_shm.c645 return EEXIST;
H A Dsysv_msg.c572 eval = EEXIST;
H A Dsysv_sem.c904 eval = EEXIST;
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/devfs/
H A Ddevfs_tree.c350 return(EEXIST);
/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dddp.c331 return(EEXIST); /* home port already set */
H A Dddp_lap.c248 return(EEXIST);
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ufs/
H A Dufs_lookup.c1010 error = EEXIST;
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c2383 error = EEXIST;
2462 * EEXIST
2484 error = EEXIST;
2585 * EEXIST
2660 error = EEXIST;
2799 error = EEXIST;
2909 error = EEXIST;
4659 error = EEXIST;
5269 * EEXIST
5294 error = EEXIST;
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/union/
H A Dunion_vnops.c368 if ((uerror == EEXIST)){
/macosx-10.5.8/xnu-1228.15.4/bsd/netkey/
H A Dkey.c2078 return key_senderror(so, m, EEXIST);
5765 return key_senderror(so, m, EEXIST);
6918 return key_senderror(so, m, EEXIST);
6979 return key_senderror(so, m, EEXIST);
8885 if (result != 0 && result != EEXIST) {
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_mroute.c2123 return(EEXIST);

Completed in 268 milliseconds

123