Searched refs:saved_offset (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/u-boot/env/ |
| H A D | sf.c | 89 u32 saved_size, saved_offset, sector; in env_sf_save() local 112 saved_offset = env_new_offset + CONFIG_ENV_SIZE; in env_sf_save() 118 ret = spi_flash_read(env_flash, saved_offset, in env_sf_save() 140 ret = spi_flash_write(env_flash, saved_offset, in env_sf_save() 256 u32 saved_size, saved_offset, sector; in env_sf_save() local 268 saved_offset = CONFIG_ENV_OFFSET + CONFIG_ENV_SIZE; in env_sf_save() 273 ret = spi_flash_read(env_flash, saved_offset, in env_sf_save() 298 ret = spi_flash_write(env_flash, saved_offset, in env_sf_save()
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | slre.c | 442 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/ |
| H A D | debugfs.c | 680 static u32 saved_offset = -1, saved_bytes = -1; variable 707 saved_offset = offset; in mwifiex_rdeeprom_write() 737 if (saved_offset == -1) { in mwifiex_rdeeprom_read() 744 ret = mwifiex_eeprom_read(priv, (u16) saved_offset, in mwifiex_rdeeprom_read() 751 pos = snprintf(buf, PAGE_SIZE, "%d %d ", saved_offset, saved_bytes); in mwifiex_rdeeprom_read()
|
| /OK3568_Linux_fs/kernel/init/ |
| H A D | initramfs.c | 473 loff_t saved_offset = this_header; in unpack_to_rootfs() local 506 this_header = saved_offset + my_inptr; in unpack_to_rootfs()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/ |
| H A D | aic7xxx_core.c | 3618 u_int saved_offset; in ahc_parse_msg() local 3637 saved_offset = offset = ahc->msgin_buf[4]; in ahc_parse_msg() 3650 ahc->msgin_buf[3], saved_offset, in ahc_parse_msg() 3666 if (saved_offset != offset) { in ahc_parse_msg() 3795 u_int saved_offset; in ahc_parse_msg() local 3827 saved_offset = offset; in ahc_parse_msg() 3854 || saved_offset != offset in ahc_parse_msg() 3889 saved_offset, saved_ppr_options, in ahc_parse_msg()
|
| H A D | aic79xx_core.c | 5122 u_int saved_offset; in ahd_parse_msg() local 5141 saved_offset = offset = ahd->msgin_buf[4]; in ahd_parse_msg() 5152 ahd->msgin_buf[3], saved_offset, in ahd_parse_msg() 5167 if (saved_offset != offset) { in ahd_parse_msg() 5295 u_int saved_offset; in ahd_parse_msg() local 5327 saved_offset = offset; in ahd_parse_msg() 5350 || saved_offset != offset in ahd_parse_msg() 5384 saved_offset, saved_ppr_options, in ahd_parse_msg()
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | file.c | 2907 loff_t saved_offset = offset; in cifs_write_from_iter() local 3047 iov_iter_advance(from, offset - saved_offset); in cifs_write_from_iter()
|