VOP_PRINT -- print debugging information
#include <sys/param.h>
#include <sys/vnode.h>
int
VOP_PRINT(struct vnode *vp);
The arguments are:
vp the vnode to print
Zero is returned on success, otherwise an error is returned.
vnode(9)
This man page was written by Doug Rabson.
FreeBSD 5.2.1 July 24, 1996 FreeBSD 5.2.1 [ Back ] |