Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/sys/
H A Derrno.h280 #define EREDRIVEOPEN (-6) /* redrive open */ macro
/xnu-12377.81.4/bsd/kern/
H A Dtty_dev.c496 return EREDRIVEOPEN; in ptcopen()
/xnu-12377.81.4/bsd/vfs/
H A Dvfs_vnops.c770 if (((error == ENOENT) && (*fmodep & O_CREAT)) || (error == EREDRIVEOPEN) || ref_failed) { in vn_open_auth()