| Main index | Section 9 | 日本語 | Options |
#include <sys/param.h>
#include <sys/vnode.h>
Its arguments are:
| vp | |
| The vnode of the file (normally representing a device). | |
| command | |
| The device specific operation to perform. | |
| data | |
| Extra data for the specified operation. | |
| fflag | |
| Some flags ??? | |
| cred | |
| The caller's credentials. | |
| td | |
| The calling thread. | |
Most file systems do not implement this entry point.
If the ioctl is not recognized or not handled, ENOTTY should be returned.
| VOP_IOCTL (9) | July 24, 1996 |
| Main index | Section 9 | 日本語 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
