Home
last modified time | relevance | path

Searched refs:TIOCREVOKECLEAR (Results 1 – 5 of 5) sorted by relevance

/xnu-10002.1.13/bsd/sys/
H A Dttycom.h185 #define TIOCREVOKECLEAR _IO('t', 80) macro
/xnu-10002.1.13/bsd/vfs/
H A Dvfs_vnops.c1708 if (com == TIOCREVOKE || com == TIOCREVOKECLEAR) { in vn_ioctl()
H A Dvfs_subr.c6696 VNOP_IOCTL(vp, TIOCREVOKECLEAR, (caddr_t)NULL, 0, vfs_context_kernel()); in vnode_reclaim_internal()
/xnu-10002.1.13/bsd/kern/
H A Dtty.c1514 case TIOCREVOKECLEAR: in ttioctl_locked()
H A Dkern_descrip.c5177 case TIOCREVOKECLEAR: in sys_fcntl_nocancel()