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

/freebsd-11-stable/sbin/camcontrol/
H A Dfwdownload.c275 const char *fw_img_path, int quiet);
277 int timeout, int quiet, const char *fw_img_path,
453 char *buf, const char *fw_img_path, int quiet)
512 fw_img_path);
571 const char *fw_img_path, struct fw_vendor *vp, int *num_bytes)
579 if ((fd = open(fw_img_path, O_RDONLY)) < 0) {
580 warn("Could not open image file %s", fw_img_path);
584 warn("Could not stat image file %s", fw_img_path);
588 warnx("Zero length image file %s", fw_img_path);
593 fw_img_path);
452 fw_validate_ibm(struct cam_device *dev, int retry_count, int timeout, int fd, char *buf, const char *fw_img_path, int quiet) argument
570 fw_read_img(struct cam_device *dev, int retry_count, int timeout, int quiet, const char *fw_img_path, struct fw_vendor *vp, int *num_bytes) argument
932 char *fw_img_path = NULL; local
[all...]

Completed in 149 milliseconds