Home
last modified time | relevance | path

Searched refs:saved_offset (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/env/
H A Dsf.c77 u32 saved_size, saved_offset, sector; in env_sf_save() local
100 saved_offset = env_new_offset + CONFIG_ENV_SIZE; in env_sf_save()
106 ret = spi_flash_read(env_flash, saved_offset, in env_sf_save()
128 ret = spi_flash_write(env_flash, saved_offset, in env_sf_save()
193 u32 saved_size, saved_offset, sector; in env_sf_save() local
205 saved_offset = CONFIG_ENV_OFFSET + CONFIG_ENV_SIZE; in env_sf_save()
210 ret = spi_flash_read(env_flash, saved_offset, in env_sf_save()
235 ret = spi_flash_write(env_flash, saved_offset, in env_sf_save()
/openbmc/u-boot/lib/
H A Dslre.c442 int saved_offset, matched_offset; in loop_greedy() local
447 saved_offset = *ofs; in loop_greedy()
449 matched_offset = saved_offset; in loop_greedy()
450 *ofs = saved_offset; in loop_greedy()
459 int saved_offset = *ofs; in loop_non_greedy() local
462 saved_offset = *ofs; in loop_non_greedy()
467 *ofs = saved_offset; in loop_non_greedy()
506 int n, saved_offset, res = 1; in match() local
515 saved_offset = *ofs; in match()
518 *ofs = saved_offset; in match()
[all …]
/openbmc/qemu/ui/
H A Dvnc-jobs.c244 int saved_offset; in vnc_worker_thread_loop() local
283 saved_offset = vs.output.offset; in vnc_worker_thread_loop()
311 vs.output.buffer[saved_offset] = (n_rectangles >> 8) & 0xFF; in vnc_worker_thread_loop()
312 vs.output.buffer[saved_offset + 1] = n_rectangles & 0xFF; in vnc_worker_thread_loop()
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Ddebugfs.c676 static u32 saved_offset = -1, saved_bytes = -1; variable
706 saved_offset = offset; in mwifiex_rdeeprom_write()
736 if (saved_offset == -1) { in mwifiex_rdeeprom_read()
743 ret = mwifiex_eeprom_read(priv, (u16) saved_offset, in mwifiex_rdeeprom_read()
750 pos = snprintf(buf, PAGE_SIZE, "%d %d ", saved_offset, saved_bytes); in mwifiex_rdeeprom_read()
/openbmc/linux/init/
H A Dinitramfs.c516 loff_t saved_offset = this_header; in unpack_to_rootfs() local
549 this_header = saved_offset + my_inptr; in unpack_to_rootfs()
/openbmc/linux/kernel/trace/
H A Dtrace_events_user.c1160 u32 depth = 0, saved_offset = *offset; in user_event_parse_field() local
1241 *offset = saved_offset + size; in user_event_parse_field()
1243 return user_event_add_field(user, type, name, saved_offset, size, in user_event_parse_field()
/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c3616 u_int saved_offset; in ahc_parse_msg() local
3635 saved_offset = offset = ahc->msgin_buf[4]; in ahc_parse_msg()
3648 ahc->msgin_buf[3], saved_offset, in ahc_parse_msg()
3664 if (saved_offset != offset) { in ahc_parse_msg()
3793 u_int saved_offset; in ahc_parse_msg() local
3825 saved_offset = offset; in ahc_parse_msg()
3852 || saved_offset != offset in ahc_parse_msg()
3887 saved_offset, saved_ppr_options, in ahc_parse_msg()
H A Daic79xx_core.c5120 u_int saved_offset; in ahd_parse_msg() local
5139 saved_offset = offset = ahd->msgin_buf[4]; in ahd_parse_msg()
5150 ahd->msgin_buf[3], saved_offset, in ahd_parse_msg()
5165 if (saved_offset != offset) { in ahd_parse_msg()
5293 u_int saved_offset; in ahd_parse_msg() local
5325 saved_offset = offset; in ahd_parse_msg()
5348 || saved_offset != offset in ahd_parse_msg()
5382 saved_offset, saved_ppr_options, in ahd_parse_msg()