Home
last modified time | relevance | path

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

/openbsd/sbin/scsi/
H A Dlibscsi.h74 int scsi_open(const char *, int );
H A Dscsi.c115 if ((fd = scsi_open(optarg, O_RDWR)) < 0) in procargs()
H A Dlibscsi.c1060 scsi_open(const char *path, int flags) in scsi_open() function