Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dttycom.h184 #define TIOCREVOKE _IO('t', 81) macro
/xnu-8019.80.24/bsd/vfs/
H A Dvfs_vnops.c1659 if (com == TIOCREVOKE || com == TIOCREVOKECLEAR) { in vn_ioctl()
H A Dvfs_subr.c5942 VNOP_IOCTL(vp, TIOCREVOKE, (caddr_t)NULL, 0, vfs_context_kernel()); in vnode_reclaim_internal()
/xnu-8019.80.24/bsd/kern/
H A Dtty.c1503 case TIOCREVOKE: in ttioctl_locked()
H A Dkern_descrip.c4826 case TIOCREVOKE: in sys_fcntl_nocancel()