Home
last modified time | relevance | path

Searched refs:datasz (Results 1 – 7 of 7) sorted by relevance

/linux-6.6.21/include/linux/
Delf.h90 size_t datasz, bool compat, in arch_parse_elf_property() argument
96 extern int arch_parse_elf_property(u32 type, const void *data, size_t datasz,
Daudit.h193 extern int audit_rule_change(int type, int seq, void *data, size_t datasz);
/linux-6.6.21/fs/
Dbinfmt_elf.c718 static int parse_elf_property(const char *data, size_t *off, size_t datasz, in parse_elf_property() argument
726 if (*off == datasz) in parse_elf_property()
729 if (WARN_ON_ONCE(*off > datasz || *off % ELF_GNU_PROPERTY_ALIGN)) in parse_elf_property()
732 datasz -= *off; in parse_elf_property()
734 if (datasz < sizeof(*pr)) in parse_elf_property()
738 datasz -= sizeof(*pr); in parse_elf_property()
740 if (pr->pr_datasz > datasz) in parse_elf_property()
745 if (step > datasz) in parse_elf_property()
775 size_t off, datasz; in parse_elf_properties() local
811 datasz = off + note.nhdr.n_descsz; in parse_elf_properties()
[all …]
Dbinfmt_elf_fdpic.c1204 unsigned int datasz; member
1214 sz += roundup(en->datasz, 4); in notesize()
1225 en.n_descsz = men->datasz; in writenote()
1230 dump_emit(cprm, men->data, men->datasz) && dump_align(cprm, 4); in writenote()
1276 note->datasz = sz; in fill_note()
/linux-6.6.21/arch/arm64/include/asm/
Delf.h261 size_t datasz, bool compat, in arch_parse_elf_property() argument
271 if (datasz != sizeof(*p)) in arch_parse_elf_property()
/linux-6.6.21/kernel/
Dauditfilter.c450 size_t datasz) in audit_data_to_entry() argument
455 size_t remain = datasz - sizeof(struct audit_rule_data); in audit_data_to_entry()
1133 int audit_rule_change(int type, int seq, void *data, size_t datasz) in audit_rule_change() argument
1140 entry = audit_data_to_entry(data, datasz); in audit_rule_change()
1147 entry = audit_data_to_entry(data, datasz); in audit_rule_change()
/linux-6.6.21/drivers/scsi/lpfc/
Dlpfc_sli.c22175 uint32_t datasz) in lpfc_read_object() argument
22197 bf_set(lpfc_mbx_rd_object_rlen, &read_object->u.request, datasz); in lpfc_read_object()
22248 length, datasz, eof); in lpfc_read_object()