Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/s390/crypto/
Dzcrypt_cca_key.h49 unsigned short section_length; member
71 unsigned short section_length; member
154 key->pubSec.section_length = sizeof(key->pubSec) + in zcrypt_type6_mex_key_en()
157 key->pubSec.section_length + sizeof(key->pubHdr); in zcrypt_type6_mex_key_en()
177 .section_length = 0x000f, in zcrypt_type6_crt_key()
217 key->pvt.section_length = sizeof(key->pvt) + key_len; in zcrypt_type6_crt_key()
/Linux-v4.19/sound/isa/wavefront/
Dwavefront_synth.c1968 int section_length = *(signed char *)buf; in wavefront_download_firmware() local
1969 if (section_length == 0) in wavefront_download_firmware()
1971 if (section_length < 0 || section_length > WF_SECTION_MAX) { in wavefront_download_firmware()
1974 section_length); in wavefront_download_firmware()
1980 if (firmware->size < len + section_length) { in wavefront_download_firmware()
1989 for (; section_length; section_length--) { in wavefront_download_firmware()
/Linux-v4.19/drivers/firmware/efi/
Dcper-arm.c260 len = proc->section_length - (sizeof(*proc) + in cper_print_proc_arm()
263 printk("%ssection length: %d\n", pfx, proc->section_length); in cper_print_proc_arm()
/Linux-v4.19/include/linux/
Dcper.h351 __u32 section_length; member
412 __u32 section_length; member
/Linux-v4.19/arch/x86/kernel/cpu/mcheck/
Dmce-apei.c102 rcd.sec_hdr.section_length = sizeof(rcd.mce); in apei_write_mce()
/Linux-v4.19/drivers/media/dvb-core/
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()
/Linux-v4.19/drivers/scsi/smartpqi/
Dsmartpqi.h671 __le32 section_length; /* size of this section in bytes */ member
/Linux-v4.19/drivers/acpi/apei/
Derst.c1073 rcd->sec_hdr.section_length = record->size; in erst_writer()