Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/sys/
H A Dttycom.h184 #define TIOCREVOKE _IO('t', 81) macro
/xnu-12377.61.12/bsd/vfs/
H A Dvfs_vnops.c1770 if (com == TIOCREVOKE || com == TIOCREVOKECLEAR) { in vn_ioctl()
H A Dvfs_subr.c6847 VNOP_IOCTL(vp, TIOCREVOKE, (caddr_t)NULL, 0, vfs_context_kernel()); in vnode_reclaim_internal()
/xnu-12377.61.12/bsd/miscfs/specfs/
H A Dspec_vnops.c870 if (vnode_istty(vp) && (ap->a_command == TIOCREVOKE)) { in spec_ioctl()
/xnu-12377.61.12/bsd/kern/
H A Dtty.c1614 case TIOCREVOKE: in ttioctl_locked()
H A Dkern_descrip.c5264 case TIOCREVOKE: in sys_fcntl_nocancel()