/systemd-251/src/boot/efi/ |
D | linux_x86.c | 26 UINT32 syssize; 32 UINT32 header; 34 UINT32 realmode_swtch; 40 UINT32 code32_start; 41 UINT32 ramdisk_image; 42 UINT32 ramdisk_size; 43 UINT32 bootsect_kludge; 47 UINT32 cmd_line_ptr; 48 UINT32 initrd_addr_max; 49 UINT32 kernel_alignment; [all …]
|
D | missing_efi.h | 35 UINT32 KeyShiftState; 114 IN UINT32 Flags); 154 UINT32 HashAlgorithmBitmap; 155 UINT32 SupportedEventLogs; 159 UINT32 ManufacturerID; 162 typedef UINT32 TCG_ALGORITHM_ID; 174 UINT32 PCRIndex; 175 UINT32 EventType; 177 UINT32 EventSize; 185 OUT UINT32 * TCGFeatureFlags, [all …]
|
D | bcd.c | 19 # define UINT32 uint32_t macro 43 UINT32 sig; 44 UINT32 primary_seqnum; 45 UINT32 secondary_seqnum; 47 UINT32 version_major; 48 UINT32 version_minor; 49 UINT32 type; 50 UINT32 _pad2; 51 UINT32 root_cell_offset; 71 UINT32 subkeys_offset; [all …]
|
D | pe.c | 47 UINT32 ExeHeader; 53 UINT32 TimeDateStamp; 54 UINT32 PointerToSymbolTable; 55 UINT32 NumberOfSymbols; 67 UINT32 SizeOfCode; 68 UINT32 SizeOfInitializedData; 69 UINT32 SizeOfUninitializeData; 70 UINT32 AddressOfEntryPoint; 71 UINT32 BaseOfCode; 74 UINT32 BaseOfData; [all …]
|
D | splash.c | 12 UINT32 size; 14 UINT32 offset; 20 UINT32 size; 21 UINT32 x; 22 UINT32 y; 25 UINT32 compression; 26 UINT32 image_size; 29 UINT32 colors_used; 30 UINT32 colors_important; 107 UINT32 map_count; in bmp_parse_header() [all …]
|
D | util.h | 14 #define UINT32_MAX ((UINT32) -1) 23 assert_cc(sizeof(int) == sizeof(UINT32)); 51 EFI_STATUS efivar_set(const EFI_GUID *vendor, const CHAR16 *name, const CHAR16 *value, UINT32 flags… 52 …var_set_raw(const EFI_GUID *vendor, const CHAR16 *name, const void *buf, UINTN size, UINT32 flags); 53 EFI_STATUS efivar_set_uint_string(const EFI_GUID *vendor, const CHAR16 *name, UINTN i, UINT32 flags… 54 EFI_STATUS efivar_set_uint32_le(const EFI_GUID *vendor, const CHAR16 *NAME, UINT32 value, UINT32 fl… 55 EFI_STATUS efivar_set_uint64_le(const EFI_GUID *vendor, const CHAR16 *name, UINT64 value, UINT32 fl… 61 EFI_STATUS efivar_get_uint32_le(const EFI_GUID *vendor, const CHAR16 *name, UINT32 *ret);
|
D | cpio.c | 7 static CHAR8* write_cpio_word(CHAR8 *p, UINT32 v) { in write_cpio_word() 57 UINT32 access_mode, in pack_cpio_one() 58 UINT32 *inode_counter, in pack_cpio_one() 164 UINT32 access_mode, in pack_cpio_dir() 165 UINT32 *inode_counter, in pack_cpio_dir() 232 UINT32 dir_mode, in pack_cpio_prefix() 233 UINT32 *inode_counter, in pack_cpio_prefix() 312 UINT32 dir_mode, in pack_cpio() 313 UINT32 access_mode, in pack_cpio() 314 const UINT32 tpm_pcr[], in pack_cpio() [all …]
|
D | measure.c | 15 UINT32 pcrindex, in tpm1_measure_to_pcr_and_event_log() 22 UINT32 event_number = 1; in tpm1_measure_to_pcr_and_event_log() 48 UINT32 pcrindex, in tpm2_measure_to_pcr_and_event_log() 84 UINT32 features; in tcg1_interface_check() 142 EFI_STATUS tpm_log_event(UINT32 pcrindex, EFI_PHYSICAL_ADDRESS buffer, UINTN buffer_size, const CHA… in tpm_log_event() 170 … UINT32 pcr = i == 0 ? TPM_PCR_INDEX_KERNEL_PARAMETERS : TPM_PCR_INDEX_KERNEL_PARAMETERS_COMPAT; in tpm_log_load_options()
|
D | shim.c | 25 EFI_STATUS __sysv_abi__ (*shim_verify) (void *buffer, UINT32 size); 29 …EFI_STATUS __sysv_abi__ (*generate_hash) (void *data, UINT32 datasize, void *context, UINT8 *sha25… 31 EFI_STATUS __sysv_abi__ (*read_header) (void *data, UINT32 datasize, void *context); 43 static BOOLEAN shim_validate(void *data, UINT32 size) { in shim_validate() 102 static EFIAPI EFI_STATUS security_policy_authentication (const EFI_SECURITY_PROTOCOL *this, UINT32 … in security_policy_authentication()
|
D | util.c | 38 …ar_set_raw(const EFI_GUID *vendor, const CHAR16 *name, const void *buf, UINTN size, UINT32 flags) { in efivar_set_raw() 47 EFI_STATUS efivar_set(const EFI_GUID *vendor, const CHAR16 *name, const CHAR16 *value, UINT32 flags… in efivar_set() 54 EFI_STATUS efivar_set_uint_string(const EFI_GUID *vendor, const CHAR16 *name, UINTN i, UINT32 flags… in efivar_set_uint_string() 67 EFI_STATUS efivar_set_uint32_le(const EFI_GUID *vendor, const CHAR16 *name, UINT32 value, UINT32 fl… in efivar_set_uint32_le() 81 EFI_STATUS efivar_set_uint64_le(const EFI_GUID *vendor, const CHAR16 *name, UINT64 value, UINT32 fl… in efivar_set_uint64_le() 150 EFI_STATUS efivar_get_uint32_le(const EFI_GUID *vendor, const CHAR16 *name, UINT32 *ret) { in efivar_get_uint32_le() 160 if (size != sizeof(UINT32)) in efivar_get_uint32_le() 163 *ret = (UINT32) buf[0] << 0U | (UINT32) buf[1] << 8U | (UINT32) buf[2] << 16U | in efivar_get_uint32_le() 164 (UINT32) buf[3] << 24U; in efivar_get_uint32_le() 735 UINT32 counter = PIT_FREQUENCY / PITCH; in beep()
|
D | cpio.h | 11 UINT32 dir_mode, 12 UINT32 access_mode, 13 const UINT32 tpm_pcr[],
|
D | pe.h | 21 UINT32 *ret_entry_point_address, 22 UINT32 *ret_size_of_image, 23 UINT32 *ret_section_alignment);
|
D | measure.h | 23 EFI_STATUS tpm_log_event(UINT32 pcrindex, EFI_PHYSICAL_ADDRESS buffer, UINTN buffer_size, const CHA… 32 static inline EFI_STATUS tpm_log_event(UINT32 pcrindex, EFI_PHYSICAL_ADDRESS buffer, UINTN buffer_s… in tpm_log_event()
|
D | console.c | 127 UINT32 shift = 0; in console_key_read() 184 EFI_STATUS query_screen_resolution(UINT32 *ret_w, UINT32 *ret_h) { in query_screen_resolution() 201 UINT32 screen_width, screen_height; in get_auto_mode()
|
D | console.h | 37 EFI_STATUS query_screen_resolution(UINT32 *ret_width, UINT32 *ret_height);
|
D | stub.c | 237 …/* tpm_pcr= */ (UINT32[]) { TPM_PCR_INDEX_KERNEL_PARAMETERS, TPM_PCR_INDEX_KERNEL_PARAMETERS_COMPA… in efi_main() 249 …/* tpm_pcr= */ (UINT32[]) { TPM_PCR_INDEX_KERNEL_PARAMETERS, TPM_PCR_INDEX_KERNEL_PARAMETERS_COMPA… in efi_main() 261 /* tpm_pcr= */ (UINT32[]) { TPM_PCR_INDEX_INITRD }, in efi_main()
|
D | xbootldr.c | 30 UINT32 crc32, crc32_saved; in verify_gpt() 80 UINT32 crc32; in try_gpt()
|
D | boot.c | 78 UINT32 timeout_sec; /* Actual timeout used (efi_main() override > efivar > config). */ 79 UINT32 timeout_sec_config; 80 UINT32 timeout_sec_efivar; 400 static CHAR16 *update_timeout_efivar(UINT32 *t, BOOLEAN inc) { in update_timeout_efivar() 469 UINT32 screen_width = 0, screen_height = 0; in print_status() 619 UINT32 timeout_efivar_saved = config->timeout_sec_efivar; in menu_run() 620 UINT32 timeout_remain = config->timeout_sec == TIMEOUT_MENU_FORCE ? 0 : config->timeout_sec; in menu_run() 2082 SPrint(name, sizeof(name), L"Boot%04x", (UINT32) boot_order[i]); in boot_windows_bitlocker() 2089 UINTN offset = sizeof(UINT32) + sizeof(UINT16); in boot_windows_bitlocker()
|
D | linux.c | 120 UINT32 kernel_alignment, kernel_size_of_image, kernel_entry_address; in linux_exec()
|
/systemd-251/src/shared/ |
D | tpm2-util.h | 24 …andle1, ESYS_TR shandle2, ESYS_TR shandle3, TPM2_CAP capability, UINT32 property, UINT32 propertyC… 28 …TR shandle2, ESYS_TR shandle3, const TPML_PCR_SELECTION *pcrSelectionIn, UINT32 *pcrUpdateCounter,…
|
D | tpm2-util.c | 32 …andle1, ESYS_TR shandle2, ESYS_TR shandle3, TPM2_CAP capability, UINT32 property, UINT32 propertyC… 36 …TR shandle2, ESYS_TR shandle3, const TPML_PCR_SELECTION *pcrSelectionIn, UINT32 *pcrUpdateCounter,…
|