Query: nulldev
OS: bsd
Section: 9f
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
nulldev(9F) Kernel Functions for Drivers nulldev(9F)NAMEnulldev - zero return functionSYNOPSIS#include <sys/conf.h> #include <sys/ddi.h> int nulldev();INTERFACE LEVELArchitecture independent level 1 (DDI/DKI).DESCRIPTIONnulldev() returns 0. It is intended to be used in the cb_ops(9S) data structure of a device driver for device entry points that do noth- ing.RETURN VALUESnulldev() returns a 0.CONTEXTnulldev() can be called from any context.SEE ALSOnodev(9F), cb_ops(9S) Writing Device Drivers SunOS 5.10 11 Apr 1991 nulldev(9F)
Related Man Pages |
---|
probe(9e) - debian |
probe(9e) - v7 |
probe(9e) - osx |
probe(9e) - x11r4 |
probe(9e) - opendarwin |
Similar Topics in the Unix Linux Community |
---|
Where can I find Linux functions corresponding to the Solaris DDI? |