Searched refs:EBUSY (Results 1 - 25 of 68) sorted by relevance

123

/xnu-2422.115.4/bsd/kern/
H A Dmach_process.c270 error = EBUSY;
279 error = EBUSY;
453 *errp = EBUSY;
474 *errp = EBUSY;
H A Dkern_pcsamples.c258 return(EBUSY);
H A Dsubr_log.c149 return (EBUSY);
H A Dkern_control.c307 return EBUSY;
325 return EBUSY;
852 return EBUSY;
H A Dkern_shutdown.c121 return (EBUSY);
H A Dtty_pty.c214 error = EBUSY;
441 error = EBUSY;
H A Dtty_ptmx.c587 error = EBUSY;
840 error = EBUSY;
/xnu-2422.115.4/bsd/dev/dtrace/scripts/
H A Derrno.d53 inline int EBUSY = 16;
54 #pragma D binding "1.0" EBUSY
/xnu-2422.115.4/bsd/sys/
H A Derrno.h108 #define EBUSY 16 /* Device / Resource busy */ macro
/xnu-2422.115.4/bsd/net/
H A Dpf_ioctl.c667 return (EBUSY);
1016 return (EBUSY);
1310 return (EBUSY);
2047 error = EBUSY;
2063 error = EBUSY;
2110 error = EBUSY;
2121 error = EBUSY;
2143 error = EBUSY;
2154 error = EBUSY;
3037 error = EBUSY;
[all...]
H A Dif_vlan.c1328 return (EBUSY);
1362 error = EBUSY;
1368 error = EBUSY;
1391 error = EBUSY;
1641 error = EBUSY;
1726 return (EBUSY);
1742 error = EBUSY;
1798 return (ifv == NULL ? EOPNOTSUPP : EBUSY);
1844 return (ifv == NULL ? EOPNOTSUPP : EBUSY);
1913 error = (ifv == NULL ? EOPNOTSUPP : EBUSY);
[all...]
H A Dif_bond.c1052 result = EBUSY;
2003 return ((ifb == NULL ? EOPNOTSUPP : EBUSY));
2025 error = EBUSY;
2030 error = EBUSY;
2037 error = EBUSY;
2460 return ((ifb == NULL) ? EOPNOTSUPP : EBUSY);
2641 error = (ifb == NULL) ? EOPNOTSUPP : EBUSY;
2649 error = EBUSY;
2727 return (ifb == NULL ? EOPNOTSUPP : EBUSY);
2767 error = (ifb == NULL) ? EOPNOTSUPP : EBUSY;
[all...]
H A Dif_stf.c242 return EBUSY;
H A Dpf_osfp.c542 return (EBUSY);
/xnu-2422.115.4/bsd/dev/i386/
H A Dkm.c120 ret = EBUSY;
/xnu-2422.115.4/osfmk/kperf/
H A Dtimetrigger.c465 return EBUSY;
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_quota.c281 error = EBUSY;
290 error = EBUSY;
297 error = EBUSY;
308 error = EBUSY;
H A Dvfs_syscalls.c499 error = EBUSY;
752 error = EBUSY;
907 error = EBUSY;
1107 error = EBUSY;
1271 return EBUSY;
1428 error = EBUSY;
1512 error = EBUSY;
1760 * is set and not a forced unmount then return EBUSY.
1764 error = EBUSY;
1785 error = EBUSY; /* th
[all...]
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_chash.c479 return (EBUSY);
H A Dhfs_hotfiles.c180 return (EBUSY);
1099 return (EBUSY);
1305 return (EBUSY);
1742 return (EBUSY);
/xnu-2422.115.4/bsd/net/altq/
H A Daltq_subr.c149 return (EBUSY);
/xnu-2422.115.4/bsd/security/audit/
H A Daudit_bsm_errno.c98 { BSM_ERRNO_EBUSY, EBUSY, ES("Device busy") },
/xnu-2422.115.4/bsd/dev/vn/
H A Dvn.c983 error = EBUSY;
1007 error = EBUSY;
1040 error = EBUSY;
1070 * XXX handle i/o in progress. Return EBUSY, or wait, or
1072 * XXX handle multiple opens of the device. Return EBUSY,
/xnu-2422.115.4/bsd/miscfs/devfs/
H A Ddevfs_vfsops.c530 return (EBUSY);
/xnu-2422.115.4/bsd/net/pktsched/
H A Dpktsched_fairq.c328 return (EBUSY);
330 return (EBUSY);

Completed in 148 milliseconds

123