Home
last modified time | relevance | path

Searched refs:FileSize (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/meta-nuvoton/recipes-bsp/images/npcm7xx-igps/
H A D0001-Adjust-paths-for-use-with-Bitbake.patch25 - <size format='FileSize'>output_binaries/BootBlockAndHeader.bin</size> <!-- size in…
26 + <size format='FileSize'>Poleg_bootblock.bin.full</size> <!-- size in the header -->
35 - <offset format='FileSize' align='0x1000'>output_binaries/BootBlockAndHeader.bin</offset> …
36 - <size format='FileSize'>output_binaries/UbootAndHeader.bin</size> <!-- size in the…
37 + <offset format='FileSize' align='0x1000'>Poleg_bootblock.bin.full</offset> <!-- offs…
38 + <size format='FileSize'>u-boot.bin.full</size> <!-- size in the header -->
53 - <content format='FileSize'>inputs/Poleg_bootblock.bin</content> <!-- content the user should fil…
54 + <content format='FileSize'>Poleg_bootblock.bin</content> <!-- content the user should fill -->
62 - <size format='FileSize'>inputs/Poleg_bootblock.bin</size> <!-- size in the head…
63 + <size format='FileSize'>Poleg_bootblock.bin</size> <!-- size in the header calc…
[all …]
/openbmc/linux/fs/smb/client/
H A Dcifspdu.h2377 __le64 FileSize; /* offset to end of file */ member
H A Dcifssmb.c5067 parm_data->FileSize = cpu_to_le64(size); in CIFSSMBSetEOF()
5127 parm_data->FileSize = cpu_to_le64(size); in CIFSSMBSetFileSize()