bsd man page for nulldev

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)

NAME
nulldev - zero return function
SYNOPSIS
#include <sys/conf.h> #include <sys/ddi.h> int nulldev();
INTERFACE LEVEL
Architecture independent level 1 (DDI/DKI).
DESCRIPTION
nulldev() 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 VALUES
nulldev() returns a 0.
CONTEXT
nulldev() can be called from any context.
SEE ALSO
nodev(9F), cb_ops(9S) Writing Device Drivers SunOS 5.10 11 Apr 1991 nulldev(9F)
Related Man Pages
probe(9e) - sunos
probe(9e) - debian
probe(9e) - centos
probe(9e) - v7
probe(9e) - suse
Similar Topics in the Unix Linux Community
Where can I find Linux functions corresponding to the Solaris DDI?