Searched defs:bytes (Results 1 – 9 of 9) sorted by relevance
| /bootable/bootloader/legacy/libboot/ |
| D | tags_serialno.c | 33 static void tag_serialno(unsigned tag, void *data, unsigned bytes, void *cookie) in tag_serialno()
|
| D | tags_revision.c | 33 static void tag_revision(unsigned tag, void *data, unsigned bytes, void *cookie) in tag_revision()
|
| D | tags_cmdline.c | 33 static void tag_cmdline(unsigned tag, void *data, unsigned bytes, void *cookie) in tag_cmdline()
|
| D | tags_partition.c | 33 static void ptn_importer(unsigned tag, void *data, unsigned bytes, void *cookie) in ptn_importer()
|
| /bootable/bootloader/legacy/include/boot/ |
| D | flash.h | 57 #define flash_read(ptn, offset, data, bytes) flash_read_ext(ptn, 0, offset, data, bytes) argument
|
| /bootable/recovery/applypatch/ |
| D | main.c | 38 size_t bytes = strtol(argv[2], &endptr, 10); in SpaceMode() local
|
| D | applypatch.c | 578 int CacheSizeCheck(size_t bytes) { in CacheSizeCheck()
|
| /bootable/bootloader/legacy/arch_msm7k/ |
| D | nand.c | 527 … flash_read_ext(ptentry *ptn, unsigned extra_per_page, unsigned offset, void *data, unsigned bytes) in flash_read_ext() 560 int flash_write(ptentry *ptn, unsigned extra_per_page, const void *data, unsigned bytes) in flash_write()
|
| /bootable/recovery/updater/ |
| D | install.c | 805 size_t bytes = strtol(bytes_str, &endptr, 10); in ApplyPatchSpaceFn() local
|