Home
last modified time | relevance | path

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

/freebsd/sys/cam/ctl/
H A Dctl.c396 static int ctl_open(struct cdev *dev, int flags, int fmt, struct thread *td);
515 .d_open = ctl_open,
2102 ctl_open(struct cdev *dev, int flags, int fmt, struct thread *td) in ctl_open() function