[Go to CFHT Home Page] Man Pages
Back to Software Index  BORDER=0Manpage Top Level
    nulldev(9F) manual page Table of Contents

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 nothing.

Return Values

nulldev() returns a 0.

Context

nulldev() can be called from any context.

See Also

nodev(9F) , cb_ops(9S)


Table of Contents