Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/cam/ctl/
HDctl.c462 static int ctl_open(struct cdev *dev, int flags, int fmt, struct thread *td);
579 .d_open = ctl_open,
2128 ctl_open(struct cdev *dev, int flags, int fmt, struct thread *td) in ctl_open() function