VOP_PRINT(9) DragonFly Kernel Developer's Manual VOP_PRINT(9)NAME
VOP_PRINT -- print debugging informationSYNOPSIS
#include <sys/param.h> #include <sys/vnode.h> int VOP_PRINT(struct vnode *vp);DESCRIPTION
The arguments are: vp the vnode to printRETURN VALUES
Zero is returned on success, otherwise an error is returned.SEE ALSO
vnode(9)AUTHORS
This man page was written by Doug Rabson. DragonFly 3.5 July 24, 1996 DragonFly 3.5