NAME devsw - returns the .Vt cdevsw structure CONTENTS Synopsis Description Return Values See Also Authors SYNOPSIS .In sys/param.h .In sys/conf.h "struct cdevsw *" devsw "dev_t dev" DESCRIPTION The devsw function returns a pointer to the .Vt cdevsw structure associated with this character device ID. If dev->si_cdevsw is set it is returned; otherwise, the major(9) offset into the cdevsw array is returned. Its argument is:
Its argument is: