Home
last modified time | relevance | path

Searched refs:ctl_close (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/cam/ctl/
H A Dctl.c397 static int ctl_close(struct cdev *dev, int flags, int fmt, struct thread *td);
516 .d_close = ctl_close,
2108 ctl_close(struct cdev *dev, int flags, int fmt, struct thread *td) in ctl_close() function