Lines Matching refs:size
49 * completely NULL name and 0 data size.
51 * efi_mokvar_table_size is set to the computed size of the
83 * If present, validate and compute the size of the EFI MOK variable
96 * efi_mokvar_table_size: Computed size of EFI MOK variable config table.
108 unsigned long size;
131 * from which we could get the total size of the MOK config table,
132 * we compute the total size as we validate each variably sized
143 * Map a little more than the fixed size entry
152 pr_err("Failed to map EFI MOKvar config table pa=0x%lx, size=%lu.\n",
168 size = strnlen(mokvar_entry->name,
170 if (size >= sizeof(mokvar_entry->name))
303 * efi_mokvar_table_size: Computed size of EFI MOK variable config table.
345 mokvar_sysfs->bin_attr.size = mokvar_entry->data_size;