Home
last modified time | relevance | path

Searched refs:section_length (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/s390/crypto/
H A Dzcrypt_cca_key.h47 unsigned short section_length; member
69 unsigned short section_length; member
152 key->pubSec.section_length = sizeof(key->pubSec) + in zcrypt_type6_mex_key_en()
155 key->pubSec.section_length + sizeof(key->pubHdr); in zcrypt_type6_mex_key_en()
175 .section_length = 0x000f, in zcrypt_type6_crt_key()
215 key->pvt.section_length = sizeof(key->pvt) + key_len; in zcrypt_type6_crt_key()
/OK3568_Linux_fs/kernel/sound/isa/wavefront/
H A Dwavefront_synth.c1971 int section_length = *(signed char *)buf; in wavefront_download_firmware() local
1972 if (section_length == 0) in wavefront_download_firmware()
1974 if (section_length < 0 || section_length > WF_SECTION_MAX) { in wavefront_download_firmware()
1977 section_length); in wavefront_download_firmware()
1983 if (firmware->size < len + section_length) { in wavefront_download_firmware()
1992 for (; section_length; section_length--) { in wavefront_download_firmware()
/OK3568_Linux_fs/kernel/drivers/firmware/efi/
H A Dcper-arm.c248 len = proc->section_length - (sizeof(*proc) + in cper_print_proc_arm()
251 printk("%ssection length: %d\n", pfx, proc->section_length); in cper_print_proc_arm()
/OK3568_Linux_fs/kernel/include/linux/
H A Dcper.h348 u32 section_length; member
409 u32 section_length; member
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mce/
H A Dapei.c90 rcd.sec_hdr.section_length = sizeof(rcd.mce); in apei_write_mce()
/OK3568_Linux_fs/u-boot/tools/
H A Dmxsimage.h155 uint32_t section_length; member
H A Dmxsimage.c1433 ccmd->tag.section_length = shdr->section_size; in sb_fixup_sections_and_tags()
/OK3568_Linux_fs/kernel/drivers/media/dvb-core/
H A Ddvb_demux.c73 static inline u16 section_length(const u8 *buf) in section_length() function
276 seclen = section_length(sec->secbuf); in dvb_dmx_swfilter_section_copy_dump()
/OK3568_Linux_fs/kernel/drivers/acpi/apei/
H A Derst.c1062 rcd->sec_hdr.section_length = record->size; in erst_writer()
/OK3568_Linux_fs/kernel/drivers/scsi/smartpqi/
H A Dsmartpqi.h744 __le32 section_length; /* size of this section in bytes */ member