VOP_PRINT
print debugging information
- Provided by: freebsd-manpages (Version: 12.2-2build1)
- Report a bug
print debugging information
#include
<sys/param.h>
#include <sys/vnode.h>
int
VOP_PRINT(struct
vnode *vp);
The arguments are:
Zero is returned on success, otherwise an error is returned.
This manual page was written by Doug Rabson.