Home
last modified time | relevance | path

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

/bootable/bootloader/legacy/libboot/
Dtags_serialno.c33 static void tag_serialno(unsigned tag, void *data, unsigned bytes, void *cookie) in tag_serialno()
Dtags_revision.c33 static void tag_revision(unsigned tag, void *data, unsigned bytes, void *cookie) in tag_revision()
Dtags_cmdline.c33 static void tag_cmdline(unsigned tag, void *data, unsigned bytes, void *cookie) in tag_cmdline()
Dtags_partition.c33 static void ptn_importer(unsigned tag, void *data, unsigned bytes, void *cookie) in ptn_importer()
/bootable/bootloader/legacy/include/boot/
Dflash.h57 #define flash_read(ptn, offset, data, bytes) flash_read_ext(ptn, 0, offset, data, bytes) argument
/bootable/recovery/applypatch/
Dmain.c38 size_t bytes = strtol(argv[2], &endptr, 10); in SpaceMode() local
Dapplypatch.c578 int CacheSizeCheck(size_t bytes) { in CacheSizeCheck()
/bootable/bootloader/legacy/arch_msm7k/
Dnand.c527 … 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/
Dinstall.c805 size_t bytes = strtol(bytes_str, &endptr, 10); in ApplyPatchSpaceFn() local