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

/darwin-on-arm/xnu/bsd/sys/
H A Derrno.h270 #define EREDRIVEOPEN (-6) macro
/darwin-on-arm/xnu/bsd/kern/
H A Dtty_ptmx.c820 return (EREDRIVEOPEN);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_vnops.c642 * EREDRIVEOPEN: means that we were hit by the tty allocation race.
644 if (((error == ENOENT) && (*fmodep & O_CREAT)) || (error == EREDRIVEOPEN) || ref_failed) {

Completed in 26 milliseconds