Searched refs:EBUSY (Results 26 - 50 of 52) sorted by relevance

123

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dtty_ptmx.c539 error = EBUSY;
802 error = EBUSY;
H A Dtty.c928 error = EBUSY;
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_subr.c1741 return(EBUSY);
1879 return (EBUSY);
2591 error = EBUSY;
2600 error = EBUSY;
2628 if ((error != 0) && (error != EBUSY)) {
2634 } else if (error == EBUSY) {
2635 /* If EBUSY is returned, the unmount was already in progress */
3689 return(EBUSY);
6534 if (error == EBUSY)
H A Dvfs_syscalls.c283 error = EBUSY;
379 error = EBUSY;
512 error = EBUSY;
1008 error = EBUSY; /* the root is always busy */
1047 * Do not dereference mp here - returning EBUSY is safest.
1049 return (EBUSY);
2973 error = EBUSY;
5173 error = EBUSY;
5433 error = EBUSY;
5476 if (error == EBUSY) {
[all...]
H A Dvfs_bio.c1213 if ((error = buf_acquire_locked(bp, lock_flags, 0, 0)) == EBUSY)
2966 return (EBUSY);
3060 return (EBUSY);
H A Dkpi_vfs.c1042 return EBUSY;
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_bio.c357 error = EBUSY;
371 error = EBUSY;
1311 return (EBUSY);
3347 if (error == EBUSY)
3367 if (error == EBUSY)
H A Dnfs_syscalls.c271 return (EBUSY);
524 error = EAGAIN; // XXX EBUSY? Or just leave as TRYLATER?
H A Dnfs_vnops.c3041 error = EBUSY;
5745 RETRY, /* EBUSY 16 Device busy */
5923 return (EBUSY);
5939 * pageout region, then we'll just return EBUSY.
5953 FSDBG(323, np, bp, 0xd00deebc, EBUSY);
5959 return (EBUSY);
H A Dnfs_vfsops.c1117 error = EBUSY;
1850 * not get EBUSY back.
1857 return (EBUSY);
H A Dnfs_serv.c2419 error = EBUSY;
3784 error = EBUSY;
/macosx-10.5.8/xnu-1228.15.4/security/
H A Dmac_base.c962 return (EBUSY);
971 return (EBUSY);
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_search.c327 err = EBUSY; /* catChangedErr */
H A Dhfs_vnops.c232 return (EBUSY); /* file is in use by the kernel */
1656 /* We could also return EBUSY here */
1909 return (EBUSY);
1990 error = EBUSY;
2136 error = EBUSY;
H A Dhfs_vfsops.c2786 error = EBUSY; /* root directory is still open */
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dndrv.c667 return EBUSY;
H A Dbpf.c547 * EBUSY if file is open by another process.
564 * as long as EBUSY is returned. The loop stops when either the open succeeds or
565 * an error other that EBUSY is returned. That means that bpf_make_dev_t() must
575 * minor is in use, return EBUSY.
585 return (EBUSY);
H A Ddlil.c2776 ret = EBUSY;
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c868 return (EBUSY);
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/union/
H A Dunion_vnops.c1039 return(EBUSY);
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Din.c259 * EBUSY
632 error = EBUSY;
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOService.cpp4318 return(EBUSY);
4338 return(EBUSY);
4357 return(EBUSY);
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace.c6880 return (EBUSY);
6901 return (EBUSY);
6925 return (EBUSY);
7723 return (EBUSY);
12450 rval = EBUSY;
12767 return (EBUSY);
15040 return (EBUSY);
15567 return (EBUSY);
15830 return (EBUSY);
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ffs/
H A Dffs_vfsops.c870 error = EBUSY; /* root dir is still open */
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ufs/
H A Dufs_vnops.c561 error = EBUSY;

Completed in 335 milliseconds

123