VOP_PRINT — print debugging information
Contents
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);
