|
NAMEVOP_IOCTL —
device specific control
SYNOPSIS#include <sys/param.h>
#include <sys/vnode.h>
int
DESCRIPTIONManipulate a file in device dependent ways.Its arguments are:
Most file systems do not implement this entry point. LOCKSThe file should not be locked on entry.RETURN VALUESIf successful, zero is returned, otherwise an appropriate error code.If the ioctl is not recognized or not handled,
SEE ALSOvnode(9)AUTHORSThis manual page was written by Doug Rabson.
Visit the GSP FreeBSD Man Page Interface. |