Searched refs:IO_REVOKE (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dvnode.h135 #define IO_REVOKE IO_NOZEROFILL /* revoked close for tty, will Not be used in conjunction */ macro
/xnu-2422.115.4/bsd/kern/
H A Dtty_ptmx.c646 if ((flag & IO_REVOKE) == IO_REVOKE)
/xnu-2422.115.4/bsd/miscfs/specfs/
H A Dspec_vnops.c2111 if (vcount(vp) == 0 || (flags & IO_REVOKE) != 0)
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_subr.c2137 clflags |= IO_REVOKE;

Completed in 92 milliseconds