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

/freebsd-10.1-release/sbin/camcontrol/
H A Dfwdownload.c135 const struct fw_vendor *vp, char *buf, int img_size,
172 off_t img_size; local
183 if ((img_size = stbuf.st_size) == 0) {
187 if ((buf = malloc(img_size)) == NULL) {
204 (img_size % 512 == 80))
208 skip_bytes = img_size % 1030;
219 img_size -= skip_bytes;
222 if (read(fd, buf, img_size) != img_size) {
226 *num_bytes = img_size;
243 fw_download_img(struct cam_device *cam_dev, const struct fw_vendor *vp, char *buf, int img_size, int sim_mode, int printerrors, int retry_count, int timeout, const char *imgname, const char *type) argument
409 int img_size; local
[all...]
/freebsd-10.1-release/sys/dev/oce/
H A Doce_sysctl.c56 uint32_t img_size, uint32_t hdrs_size);
70 int img_size; member in struct:flash_img_attri
298 pimg->img_size = HOST_32(fsec->fsec_entry[i].pad_size);
308 pimg->img_size = 2097152;
315 pimg->img_size = 1048576;
320 pimg->img_size,
328 pimg->img_size = 524288;
335 pimg->img_size = 524288;
342 pimg->img_size = 524288;
349 pimg->img_size
615 oce_img_flashing_required(POCE_SOFTC sc, const char *p, int img_optype, uint32_t img_offset, uint32_t img_size, uint32_t hdrs_size) argument
[all...]
/freebsd-10.1-release/sys/dev/qlxge/
H A Dqls_dump.h45 uint32_t img_size; member in struct:qls_mpid_glbl_hdr
H A Dqls_dump.c1612 mpi_dump->mpi_global_header.img_size =
/freebsd-10.1-release/release/picobsd/build/
H A Dpicobsd844 local blocks dst mfs_start mfs_end mfs_size img_size

Completed in 102 milliseconds