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

/freebsd-10.0-release/sbin/camcontrol/
H A Dfwdownload.c132 static char *fw_read_img(const char *fw_img_path,
167 fw_read_img(const char *fw_img_path, const struct fw_vendor *vp, int *num_bytes) argument
175 if ((fd = open(fw_img_path, O_RDONLY)) < 0) {
176 warn("Could not open image file %s", fw_img_path);
180 warn("Could not stat image file %s", fw_img_path);
184 warnx("Zero length image file %s", fw_img_path);
189 fw_img_path);
196 warn("Could not read image file %s", fw_img_path);
223 warn("Could not read image file %s", fw_img_path);
407 char *fw_img_path local
[all...]

Completed in 80 milliseconds