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

/freebsd-11-stable/sbin/camcontrol/
H A Dfwdownload.c285 int sim_mode, int printerrors, int quiet,
774 char *buf, int img_size, int sim_mode, int printerrors, int quiet,
820 if (((sim_mode == 0) && (quiet == 0))
821 || ((sim_mode != 0) && (printerrors == 0)))
896 if (!sim_mode) {
938 int sim_mode = 0; local
952 sim_mode = 1;
1041 if ((sim_mode != 0) && (quiet == 0))
1044 if (fw_download_img(device, vp, buf, img_size, sim_mode, printerrors,
773 fw_download_img(struct cam_device *cam_dev, struct fw_vendor *vp, char *buf, int img_size, int sim_mode, int printerrors, int quiet, int retry_count, int timeout, const char *imgname, camcontrol_devtype devtype) argument

Completed in 63 milliseconds