Searched refs:ce_open (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/ce/
H A Dif_ce.c229 static int ce_open (dev_t dev, int oflags, int devtype, struct proc *p);
233 static int ce_open (struct cdev *dev, int oflags, int devtype, struct thread *td);
239 ce_open, ce_close, noread, nowrite,
246 ce_open, ce_close, noread, nowrite,
253 .d_open = ce_open,
268 .d_open = ce_open,
278 .d_open = ce_open,
288 .d_open = ce_open,
1189 static int ce_open (dev_t dev, int oflags, int devtype, struct proc *p) function
1191 static int ce_open (struc
[all...]

Completed in 189 milliseconds