Query: nodev
OS: centos
Section: 9f
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
nodev(9F) Kernel Functions for Drivers nodev(9F)NAMEnodev - error return functionSYNOPSIS#include <sys/conf.h> #include <sys/ddi.h> int nodev();INTERFACE LEVELArchitecture independent level 1 (DDI/DKI).DESCRIPTIONnodev() returns ENXIO. It is intended to be used in the cb_ops(9S) data structure of a device driver for device entry points which are not supported by the driver. That is, it is an error to attempt to call such an entry point.RETURN VALUESnodev() returns ENXIO.CONTEXTnodev() can be only called from user context.SEE ALSOnulldev(9F), cb_ops(9S) Writing Device Drivers SunOS 5.10 27 Jan 1993 nodev(9F)
Related Man Pages |
---|
dev_ops(9s) - php |
dev_ops(9s) - minix |
dev_ops(9s) - mojave |
dev_ops(9s) - bsd |
dev_ops(9s) - hpux |
Similar Topics in the Unix Linux Community |
---|
In Case You Missed It: MonoDevelop, aC# IDE for Gnome Developers - InfoQ.com |
How to add nodev for /dev/shm partition in Linux using shell script? |