Searched refs:section_length (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/s390/crypto/
H A Dzcrypt_cca_key.h47 unsigned short section_length; member in struct:cca_public_sec
69 unsigned short section_length; member in struct:cca_pvt_ext_crt_sec
141 key->pubsec.section_length = sizeof(key->pubsec) +
144 key->pubsec.section_length + sizeof(key->pubhdr);
163 .section_length = 0x000f,
203 key->pvt.section_length = sizeof(key->pvt) + key_len;
/linux-master/drivers/firmware/efi/
H A Dcper-arm.c247 len = proc->section_length - (sizeof(*proc) +
250 printk("%ssection length: %d\n", pfx, proc->section_length);
/linux-master/arch/x86/kernel/cpu/mce/
H A Dapei.c163 rcd.sec_hdr.section_length = sizeof(rcd.mce);
/linux-master/sound/isa/wavefront/
H A Dwavefront_synth.c1985 int section_length = *(signed char *)buf;
1986 if (section_length == 0)
1988 if (section_length < 0 || section_length > WF_SECTION_MAX) {
1991 section_length);
1997 if (firmware->size < len + section_length) {
2006 for (; section_length; section_length--) {
1981 int section_length = *(signed char *)buf; local
/linux-master/include/linux/
H A Dcper.h371 u32 section_length; member in struct:cper_section_descriptor
432 u32 section_length; member in struct:cper_sec_proc_arm
/linux-master/drivers/ras/amd/
H A Dfmpm.c175 return rec->sec_desc.section_length - sizeof(struct cper_section_descriptor);
518 sec_desc->section_length = max_rec_len - sizeof(struct cper_record_header);
/linux-master/drivers/media/dvb-core/
H A Ddvb_demux.c63 static inline u16 section_length(const u8 *buf) function
266 seclen = section_length(sec->secbuf);
/linux-master/drivers/acpi/apei/
H A Derst.c1156 rcd->sec_hdr.section_length = record->size;
/linux-master/drivers/scsi/smartpqi/
H A Dsmartpqi.h827 __le32 section_length; /* size of this section in bytes */ member in struct:pqi_config_table_general_info

Completed in 146 milliseconds