Home
last modified time | relevance | path

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

/freebsd/sys/cam/scsi/
H A Dscsi_sa.c649 static int samount(struct cam_periph *, int, struct cdev *);
759 error = samount(periph, flags, dev); in saopen()
995 int error = samount(periph, 0, bp->bio_dev); in sastrategy()
1552 error = samount(periph, 0, dev); \
3170 samount(struct cam_periph *periph, int oflags, struct cdev *dev) in samount() function