Home
last modified time | relevance | path

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

/freebsd/sys/cam/
H A Dcam_xpt.c193 static d_open_t xptopen; variable
201 .d_open = xptopen,
356 xptopen(struct cdev *dev, int flags, int fmt, struct thread *td) in xptopen() function