Home
last modified time | relevance | path

Searched refs:revoke (Results 1 – 9 of 9) sorted by relevance

/xnu-8019.80.24/bsd/kern/
H A Dtty_dev.h72 void (*revoke)(int minor, struct tty *tp); member
H A Dtty_dev.c353 if ((flag & IO_REVOKE) == IO_REVOKE && driver->revoke) { in ptsclose()
354 driver->revoke(minor(dev), tp); in ptsclose()
H A Dtty_ptmx.c240 _ptmx_driver.revoke = &ptsd_revoke_knotes; in ptmx_init()
/xnu-8019.80.24/tests/
H A Dtty_hang.c227 T_ASSERT_POSIX_SUCCESS(revoke(slave_pty), NULL); in run_test()
H A Dkqueue_file_tests.c434 res = revoke((char*)args[0]); in execute_action()
/xnu-8019.80.24/bsd/man/man2/
H A DMakefile173 revoke.2 \
/xnu-8019.80.24/tools/lldbmacros/
H A Dprocess.py743 revoke_fn = kern.Symbolicate(int(hex(tty_dev.revoke), 16))
/xnu-8019.80.24/bsd/vfs/
H A Dkpi_vfs.c3943 DTRACE_FSINFO(revoke, vnode_t, vp); in VNOP_REVOKE()
H A Dvfs_syscalls.c9843 revoke(proc_t p, struct revoke_args *uap, __unused int32_t *retval) in revoke() function