*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: VOP_REVOKE | Section: 9 | Source: FreeBSD | File: VOP_REVOKE.9.gz
VOP_REVOKE(9) FreeBSD Kernel Developer's Manual VOP_REVOKE(9) NAME VOP_REVOKE - revoke access to a device and its aliases SYNOPSIS #include <sys/param.h> #include <sys/vnode.h> int VOP_REVOKE(struct vnode *vp, int flags); DESCRIPTION VOP_REVOKE() will administratively revoke access to the device specified by vp, as well as any aliases created via make_dev_alias(9). Further file operations on any of these devices by processes which have them open will nominally fail. The flags must be set to REVOKEALL to signify that all access will be revoked; any other value is invalid. LOCKS The vp must be exclusively locked on entry, and will remain locked upon return. SEE ALSO make_dev_alias(9), vnode(9) AUTHORS This manual page was written by Brian Fundakowski Feldman. FreeBSD 14.1-RELEASE-p8 June 20, 2019 FreeBSD 14.1-RELEASE-p8

Navigation Options