| scr.c | 641 dev_type_close(scrclose); 646 	.d_close = scrclose,
 930 int scrclose(dev_t dev, int flag, int mode, struct lwp *l)
 937                 ("scrclose: called for minor device %d flag 0x%x\n",
 956         KERN_DEBUG (scrdebug, SCRCLOSE_DEBUG_INFO,("\t scrclose, device not open\n"));
 960     KERN_DEBUG (scrdebug, SCRCLOSE_DEBUG_INFO,("scrclose exiting\n"));
 929 int scrclose(dev_t dev, int flag, int mode, struct lwp *l)  function in typeref:typename:int
 
 |