Home
last modified time | relevance | path

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

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