Home
last modified time | relevance | path

Searched refs:sizebytes (Results 1 – 5 of 5) sorted by relevance

/external/libdrm/freedreno/kgsl/
Dkgsl_pipe.c192 void *value, int sizebytes) in getprop() argument
197 .sizebytes = sizebytes, in getprop()
Dmsm_kgsl.h219 unsigned int sizebytes; member
/external/u-boot/include/
Dext4fs.h131 unsigned long sizebytes);
/external/u-boot/fs/ext4/
Dext4_write.c834 unsigned long sizebytes) in ext4fs_write() argument
891 bytes_reqd_for_file = sizebytes; in ext4fs_write()
919 file_inode->size = cpu_to_le32(sizebytes); in ext4fs_write()
946 if (ext4fs_write_file(file_inode, 0, sizebytes, (char *)buffer) == -1) { in ext4fs_write()
/external/u-boot/doc/
DREADME.ext473 ext4write <interface> <dev[:part]> [filename] [Address] [sizebytes]