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

/xnu-2422.115.4/bsd/sys/
H A Derrno.h275 #define EREDRIVEOPEN (-6) macro
/xnu-2422.115.4/bsd/kern/
H A Dtty_ptmx.c825 return (EREDRIVEOPEN);
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_vnops.c648 * EREDRIVEOPEN: means that we were hit by the tty allocation race.
650 if (((error == ENOENT) && (*fmodep & O_CREAT)) || (error == EREDRIVEOPEN) || ref_failed) {

Completed in 26 milliseconds