Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Dkwboot.c628 size_t hdrsz = sizeof(*hdr); in kwboot_img_patch_hdr() local
634 if (size < hdrsz) { in kwboot_img_patch_hdr()
647 hdrsz = sizeof(*hdr); in kwboot_img_patch_hdr()
649 hdrsz = KWBHEADER_V1_SIZE(hdr); in kwboot_img_patch_hdr()
651 csum = kwboot_img_csum8(hdr, hdrsz) - hdr->checksum; in kwboot_img_patch_hdr()
675 hdr->checksum = kwboot_img_csum8(hdr, hdrsz) - csum; in kwboot_img_patch_hdr()
/openbmc/linux/arch/arc/kernel/
H A Dunwind.c124 unsigned long hdrsz; member
210 table->hdrsz = header_size; in init_unwind_table()
273 if (table->hdrsz) in init_unwind_hdr()
350 table->hdrsz = hdrSize; in init_unwind_hdr()
956 end = hdr + table->hdrsz; in arc_unwind()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_dir2_block.c965 int hdrsz; in xfs_dir2_leaf_to_block() local
967 hdrsz = args->geo->data_entry_offset; in xfs_dir2_leaf_to_block()
970 args->geo->blksize - hdrsz) { in xfs_dir2_leaf_to_block()