Searched refs:dsk_close (Results 1 – 3 of 3) sorted by relevance
46 struct devsw devdsk = { "dsk", dsk_strategy, dsk_open, dsk_close, noioctl };
189 int dsk_close(struct open_file *);
531 dsk_close(struct open_file *f) in dsk_close() function