logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

VOP_PRINT — print debugging information

Authors

       This manual page was written by Doug Rabson.

Debian                                            July 24, 1996                                     VOP_PRINT(9)

Description

       The arguments are:

       vp  The vnode to print.

Name

       VOP_PRINT — print debugging information

Return Values

       Zero is returned on success, otherwise an error is returned.

See Also

vnode(9)

Synopsis

#include<sys/param.h>#include<sys/vnode.h>intVOP_PRINT(structvnode*vp);

See Also