Searched refs:io_opts (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.sbin/camdd/ |
H A D | camdd.c | 460 struct camdd_dev *camdd_probe_file(int fd, struct camdd_io_opts *io_opts, 463 struct camdd_io_opts *io_opts, 493 int camdd_rw(struct camdd_io_opts *io_opts, camdd_argmask arglist, 496 struct camdd_io_opts *io_opts); 1021 camdd_probe_file(int fd, struct camdd_io_opts *io_opts, int retry_count, in camdd_probe_file() argument 1026 uint64_t blocksize = io_opts->blocksize; in camdd_probe_file() 1034 strlcpy(file_dev->filename, io_opts->dev_name, in camdd_probe_file() 1036 strlcpy(dev->device_name, io_opts->dev_name, sizeof(dev->device_name)); in camdd_probe_file() 1042 if ((io_opts->queue_depth != 0) in camdd_probe_file() 1043 && (io_opts->queue_depth != 1)) { in camdd_probe_file() [all …]
|