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

/freebsd-11-stable/usr.sbin/camdd/
H A Dcamdd.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);
1028 camdd_probe_file(int fd, struct camdd_io_opts *io_opts, int retry_count, argument
1033 uint64_t blocksize = io_opts->blocksize;
1041 strlcpy(file_dev->filename, io_opts->dev_name,
1043 strlcpy(dev->device_name, io_opts->dev_name, sizeof(dev->device_name));
1049 if ((io_opts->queue_depth != 0)
1050 && (io_opts
1254 camdd_probe_pass(struct cam_device *cam_dev, struct camdd_io_opts *io_opts, camdd_argmask arglist, int probe_retry_count, int probe_timeout, int io_retry_count, int io_timeout) argument
2976 camdd_rw(struct camdd_io_opts *io_opts, int num_io_opts, uint64_t max_io, int retry_count, int timeout) argument
3211 camdd_parse_io_opts(char *args, int is_write, struct camdd_io_opts *io_opts) argument
[all...]

Completed in 101 milliseconds