Searched refs:EREDRIVEOPEN (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Derrno.h275 #define EREDRIVEOPEN (-6) macro
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dtty_dev.c514 return (EREDRIVEOPEN);
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_vnops.c649 * EREDRIVEOPEN: means that we were hit by the tty allocation race.
651 if (((error == ENOENT) && (*fmodep & O_CREAT)) || (error == EREDRIVEOPEN) || ref_failed) {

Completed in 179 milliseconds