VOP_ACCESS.9 (fb3fd4761104fb0b02380e3f8d8f543bd0dc52c7) VOP_ACCESS.9 (f167d7fb3e81bd884d7b76b78f1216c5afc5db3d)
1.\" -*- nroff -*-
2.\" -*- nroff -*-
3.\"
4.\" Copyright (c) 1996 Doug Rabson
5.\"
6.\" All rights reserved.
7.\"
8.\" This program is free software.

--- 20 unchanged lines hidden (view full) ---

29.\"
30.\" $FreeBSD$
31.\"
32.Dd July 24, 1996
33.Os
34.Dt VOP_ACCESS 9
35.Sh NAME
36.Nm VOP_ACCESS
1.\" -*- nroff -*-
2.\" -*- nroff -*-
3.\"
4.\" Copyright (c) 1996 Doug Rabson
5.\"
6.\" All rights reserved.
7.\"
8.\" This program is free software.

--- 20 unchanged lines hidden (view full) ---

29.\"
30.\" $FreeBSD$
31.\"
32.Dd July 24, 1996
33.Os
34.Dt VOP_ACCESS 9
35.Sh NAME
36.Nm VOP_ACCESS
37.Nd check access permissions of a file or Unix domain socket
37.Nd "check access permissions of a file or Unix domain socket"
38.Sh SYNOPSIS
39.Fd #include <sys/param.h>
40.Fd #include <sys/vnode.h>
41.Ft int
42.Fn VOP_ACCESS "struct vnode *vp" "int mode" "struct ucred *cred" "struct proc *p"
43.Sh DESCRIPTION
44This entry point checks the access permissions of the file against the
45given credentials.

--- 103 unchanged lines hidden ---
38.Sh SYNOPSIS
39.Fd #include <sys/param.h>
40.Fd #include <sys/vnode.h>
41.Ft int
42.Fn VOP_ACCESS "struct vnode *vp" "int mode" "struct ucred *cred" "struct proc *p"
43.Sh DESCRIPTION
44This entry point checks the access permissions of the file against the
45given credentials.

--- 103 unchanged lines hidden ---