Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/camdd/
HDcamdd.c480 struct camdd_dev *camdd_probe_file(int fd, struct camdd_io_opts *io_opts,
483 struct camdd_io_opts *io_opts,
507 int camdd_rw(struct camdd_io_opts *io_opts, int num_io_opts,
510 struct camdd_io_opts *io_opts);
1037 camdd_probe_file(int fd, struct camdd_io_opts *io_opts, int retry_count, in camdd_probe_file() argument
1042 uint64_t blocksize = io_opts->blocksize; in camdd_probe_file()
1050 strlcpy(file_dev->filename, io_opts->dev_name, in camdd_probe_file()
1052 strlcpy(dev->device_name, io_opts->dev_name, sizeof(dev->device_name)); in camdd_probe_file()
1058 if ((io_opts->queue_depth != 0) in camdd_probe_file()
1059 && (io_opts->queue_depth != 1)) { in camdd_probe_file()
[all …]