Home
last modified time | relevance | path

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

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