Searched defs:bytes (Results 1 – 6 of 6) sorted by relevance
/bootable/bootloader/legacy/libboot/ |
D | tags_cmdline.c | 33 static void tag_cmdline(unsigned tag, void *data, unsigned bytes, void *cookie) in tag_cmdline()
|
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_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/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()
|