Home
last modified time | relevance | path

Searched defs:write_size (Results 1 – 9 of 9) sorted by relevance

/openbmc/skeleton/op-flasher/
H A Dflasher_obj.c211 uint32_t write_size = stbuf.st_size; in flash() local
/openbmc/u-boot/drivers/misc/
H A Di2c_eeprom.c66 int write_size = min_t(int, size, priv->pagesize); in i2c_eeprom_std_write() local
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_util.c636 size_t write_size, truncated_write_size; in nand_write_skip_bad() local
/openbmc/u-boot/tools/
H A Difdtool.c710 int write_fd, write_size; in write_data() local
/openbmc/qemu/net/
H A Dtap-win32.c462 unsigned long write_size; in tap_win32_write() local
/openbmc/qemu/block/
H A Dqcow2-bitmap.c1317 uint64_t end, write_size; in store_bitmap_data() local
H A Dfile-posix.c2344 size_t write_size = (max_size < MAX_BLOCKSIZE) in allocate_first_block() local
/openbmc/qemu/hw/9pfs/
H A D9p-local.c903 ssize_t oldpath_size, write_size; in local_symlink() local
/openbmc/u-boot/include/
H A Dec_commands.h3283 uint8_t write_size; /* Either 8 or 16. */ member