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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Derrno.h261 #define EREDRIVEOPEN (-6) macro
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_vnops.c439 * EREDRIVEOPEN: means that we were hit by the tty allocation race.
441 if (((error == ENOENT) && (*fmodep & O_CREAT)) || (error == EREDRIVEOPEN)) {
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dtty_ptmx.c788 return (EREDRIVEOPEN);

Completed in 37 milliseconds