Searched refs:_cleanup_freepool_ (Results 1 – 14 of 14) sorted by relevance
/systemd-251/src/boot/efi/ |
D | random-seed.c | 21 _cleanup_freepool_ void *data = NULL; in acquire_rng() 89 _cleanup_freepool_ void *output = NULL; in hash_many() 119 _cleanup_freepool_ void *new_seed = NULL, *for_kernel = NULL; in mangle_random_seed() 153 _cleanup_freepool_ CHAR8 *data = NULL; in acquire_system_token() 227 …_cleanup_freepool_ void *seed = NULL, *new_seed = NULL, *rng = NULL, *for_kernel = NULL, *system_t… in process_random_seed() 230 _cleanup_freepool_ EFI_FILE_INFO *info = NULL; in process_random_seed()
|
D | stub.c | 122 _cleanup_freepool_ CHAR16 *s = NULL; in export_variables() 133 _cleanup_freepool_ CHAR16 *s = NULL; in export_variables() 140 _cleanup_freepool_ CHAR16 *s = NULL; in export_variables() 172 _cleanup_freepool_ void *credential_initrd = NULL, *global_credential_initrd = NULL; in efi_main() 173 _cleanup_freepool_ void *sysext_initrd = NULL; in efi_main() 180 _cleanup_freepool_ CHAR8 *cmdline_owned = NULL; in efi_main()
|
D | drivers.c | 20 _cleanup_freepool_ EFI_DEVICE_PATH *path = NULL; in load_one_driver() 21 _cleanup_freepool_ CHAR16 *spath = NULL; in load_one_driver() 59 _cleanup_freepool_ EFI_HANDLE *handles = NULL; in reconnect() 86 _cleanup_freepool_ EFI_FILE_INFO *dirent = NULL; in load_drivers()
|
D | util.c | 100 _cleanup_freepool_ CHAR16 *buf = NULL; in efivar_get() 136 _cleanup_freepool_ CHAR16 *val = NULL; in efivar_get_uint_string() 151 _cleanup_freepool_ CHAR8 *buf = NULL; in efivar_get_uint32_le() 171 _cleanup_freepool_ CHAR8 *buf = NULL; in efivar_get_uint64_le() 192 _cleanup_freepool_ CHAR8 *buf = NULL; in efivar_get_raw() 216 _cleanup_freepool_ CHAR8 *b = NULL; in efivar_get_boolean_u8() 384 _cleanup_freepool_ CHAR8 *buf = NULL; in file_read() 396 _cleanup_freepool_ EFI_FILE_INFO *info = NULL; in file_read() 501 _cleanup_freepool_ EFI_FILE_INFO *fi = NULL; in get_file_info_harder() 657 _cleanup_freepool_ EFI_FILE_INFO *file_info = NULL; in open_directory()
|
D | boot.c | 147 _cleanup_freepool_ CHAR16 *line = NULL, *print = NULL; in line_edit() 471 _cleanup_freepool_ CHAR16 *device_part_uuid = NULL; in print_status() 618 _cleanup_freepool_ CHAR16 *clearline = NULL, *separator = NULL, *status = NULL; in menu_run() 1161 _cleanup_freepool_ CHAR16 *s = NULL; in config_defaults_load_from_file() 1223 _cleanup_freepool_ CHAR16 *s = NULL; in config_defaults_load_from_file() 1261 _cleanup_freepool_ CHAR16 *prefix = NULL; in config_entry_parse_tries() 1374 _cleanup_freepool_ CHAR16* old_path = NULL, *new_path = NULL; in config_entry_bump_counters() 1376 _cleanup_freepool_ EFI_FILE_INFO *file_info = NULL; in config_entry_bump_counters() 1436 _cleanup_freepool_ CHAR16 *initrd = NULL; in config_entry_add_from_file() 1513 _cleanup_freepool_ CHAR16 *new = NULL; in config_entry_add_from_file() [all …]
|
D | cpio.c | 256 _cleanup_freepool_ CHAR8 *t = NULL; in pack_cpio_prefix() 322 _cleanup_freepool_ CHAR16 *rel_dropin_dir = NULL; in pack_cpio() 323 _cleanup_freepool_ EFI_FILE_INFO *dirent = NULL; in pack_cpio() 325 _cleanup_freepool_ void *buffer = NULL; in pack_cpio() 375 _cleanup_freepool_ CHAR16 *d = NULL; in pack_cpio() 430 _cleanup_freepool_ CHAR8 *content = NULL; in pack_cpio()
|
D | shim.c | 105 _cleanup_freepool_ EFI_DEVICE_PATH *dev_path = NULL; in security_policy_authentication() 106 _cleanup_freepool_ CHAR16 *dev_path_str = NULL; in security_policy_authentication() 108 _cleanup_freepool_ CHAR8 *file_buffer = NULL; in security_policy_authentication()
|
D | xbootldr.c | 77 _cleanup_freepool_ EFI_PARTITION_ENTRY *entries = NULL; in try_gpt() 177 _cleanup_freepool_ EFI_DEVICE_PATH *disk_path = NULL; in find_device() 240 _cleanup_freepool_ EFI_DEVICE_PATH *partition_path = NULL; in xbootldr_open()
|
D | measure.c | 20 _cleanup_freepool_ TCG_PCR_EVENT *tcg_event = NULL; in tpm1_measure_to_pcr_and_event_log() 53 _cleanup_freepool_ EFI_TCG2_EVENT *tcg_event = NULL; in tpm2_measure_to_pcr_and_event_log()
|
D | disk.c | 11 _cleanup_freepool_ EFI_DEVICE_PATH *paths = NULL; in disk_get_part_uuid()
|
D | devicetree.c | 69 _cleanup_freepool_ EFI_FILE_INFO *info = NULL; in devicetree_install()
|
D | util.h | 80 #define _cleanup_freepool_ _cleanup_(free_poolp) macro
|
D | pe.c | 226 _cleanup_freepool_ struct PeSectionHeader *section_table = NULL; in pe_file_locate_sections()
|
D | splash.c | 263 _cleanup_freepool_ void *blt = NULL; in graphics_splash()
|