Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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