Searched refs:as_bytes (Results 1 - 3 of 3) sorted by relevance

/u-boot/fs/yaffs2/
H A Dyaffs_tagscompat.c34 unsigned char *b = ((union yaffs_tags_union *)tags)->as_bytes;
61 unsigned char *b = ((union yaffs_tags_union *)tags)->as_bytes;
88 spare_ptr->tb0 = tu->as_bytes[0];
89 spare_ptr->tb1 = tu->as_bytes[1];
90 spare_ptr->tb2 = tu->as_bytes[2];
91 spare_ptr->tb3 = tu->as_bytes[3];
92 spare_ptr->tb4 = tu->as_bytes[4];
93 spare_ptr->tb5 = tu->as_bytes[5];
94 spare_ptr->tb6 = tu->as_bytes[6];
95 spare_ptr->tb7 = tu->as_bytes[
[all...]
H A Dyaffs_guts.h155 u8 as_bytes[8]; member in union:yaffs_tags_union
/u-boot/test/py/tests/
H A Dvboot_forge.py329 def as_bytes(value): function
349 return '[' + as_bytes(value[:0x80]) + ' ... ]'
350 return '[' + as_bytes(value) + ']'

Completed in 198 milliseconds