Searched refs:fw_img_path (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sbin/camcontrol/ |
| H A D | fwdownload.c | 278 const char *fw_img_path, int quiet); 280 int timeout, int quiet, const char *fw_img_path, 456 char *buf, const char *fw_img_path, int quiet) in fw_validate_ibm() argument 512 fw_img_path); in fw_validate_ibm() 571 const char *fw_img_path, struct fw_vendor *vp, int *num_bytes) in fw_read_img() argument 579 if ((fd = open(fw_img_path, O_RDONLY)) < 0) { in fw_read_img() 580 warn("Could not open image file %s", fw_img_path); in fw_read_img() 584 warn("Could not stat image file %s", fw_img_path); in fw_read_img() 588 warnx("Zero length image file %s", fw_img_path); in fw_read_img() 593 fw_img_path); in fw_read_img() [all …]
|