Searched refs:EEXIST (Results 1 - 25 of 60) sorted by relevance

123

/darwin-on-arm/xnu/bsd/sys/
H A Derrno.h104 #define EEXIST 17 /* File exists */ macro
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dshared_memory_tests.c110 if ( my_err != EEXIST ) {
H A Dmisc.c38 if ( errno != EEXIST ) {
H A Dmain.c532 if ( EEXIST != err ) {
/darwin-on-arm/xnu/bsd/net/
H A Dether_at_pr_module.c249 if (error && error != EEXIST) {
H A Dether_inet6_pr_module.c260 if (error && error != EEXIST) {
H A Dether_inet_pr_module.c560 if (error && error != EEXIST) {
H A Dkpi_protocol.c377 return (EEXIST);
H A Dndrv.c372 if (result && result != EEXIST) {
913 result = EEXIST;
H A Dif_gif.c229 if (stat && stat != EEXIST) {
H A Dif_loop.c574 if (result && result != EEXIST) {
H A Dif_stf.c274 if (stat && stat != EEXIST) {
/darwin-on-arm/xnu/bsd/netat/
H A Dat.c137 if (error != EEXIST)
584 error = EEXIST;
599 if (error == EEXIST) {
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_syscalls.c748 return (EEXIST);
752 return (EEXIST);
804 return (EEXIST);
814 return (EEXIST);
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsm_errno.c99 { BSM_ERRNO_EEXIST, EEXIST, ES("File exists") },
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_link.c214 if (retval != 0 && retval != EEXIST) {
218 } while ((retval == EEXIST) && (type == FILE_HARDLINKS));
535 error = EEXIST;
H A Dhfs_xattr.c739 return (EEXIST);
816 return (EEXIST);
1035 result = EEXIST;
1459 if (result == EEXIST) {
1488 * EEXIST - If attribute record was found
1532 result = EEXIST;
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_xattr.c233 error = EEXIST;
774 else if ((error == EEXIST) && !makestream) {
1088 if (error == EEXIST) {
1720 error = EEXIST;
1772 error = EEXIST;
1827 error = EEXIST;
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_domain.c233 return(EEXIST);
H A Dkern_control.c744 return(EEXIST);
787 return(EEXIST);
H A Dkpi_socketfilter.c275 return EEXIST;
1187 return EEXIST;
H A Dposix_sem.c277 return(EEXIST);
513 error = EEXIST;
H A Dposix_shm.c293 return(EEXIST);
522 error = EEXIST;
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_encap.c386 error = EEXIST;
H A Din.c341 if ((error = proto_plumb(PF_INET, ifp)) && error != EEXIST)
1003 if ((error == 0) || (error == EEXIST)) {
1715 if (error == EEXIST)

Completed in 205 milliseconds

123