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

/freebsd-13-stable/sbin/camcontrol/
H A Dfwdownload.c284 struct fw_vendor *vp, char *buf, int img_size,
576 off_t img_size; local
587 if ((img_size = stbuf.st_size) == 0) {
591 if ((buf = malloc(img_size)) == NULL) {
608 (img_size % 512 == 80))
612 skip_bytes = img_size % 1030;
631 img_size -= skip_bytes;
634 if (read(fd, buf, img_size) != img_size) {
638 *num_bytes = img_size;
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
936 int img_size; local
[all...]
/freebsd-13-stable/sys/dev/oce/
H A Doce_sysctl.c59 uint32_t img_size, uint32_t hdrs_size);
72 int img_size; member in struct:flash_img_attri
299 pimg->img_size = HOST_32(fsec->fsec_entry[i].pad_size);
309 pimg->img_size = 2097152;
316 pimg->img_size = 1048576;
321 pimg->img_size,
329 pimg->img_size = 524288;
336 pimg->img_size = 524288;
343 pimg->img_size = 524288;
350 pimg->img_size
608 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-13-stable/sys/dev/qlxge/
H A Dqls_dump.h47 uint32_t img_size; member in struct:qls_mpid_glbl_hdr
H A Dqls_dump.c1594 mpi_dump->mpi_global_header.img_size =

Completed in 171 milliseconds