Home
last modified time | relevance | path

Searched refs:file_closep (Results 1 – 9 of 9) sorted by relevance

/systemd-251/src/boot/efi/
Dboot.c1375 _cleanup_(file_closep) EFI_FILE *handle = NULL; in config_entry_bump_counters()
1549 _cleanup_(file_closep) EFI_FILE *handle = NULL; in config_entry_add_from_file()
1638 _cleanup_(file_closep) EFI_FILE *entries_dir = NULL; in config_load_entries()
1989 _cleanup_(file_closep) EFI_FILE *handle = NULL; in config_entry_add_loader_auto()
2012 _cleanup_(file_closep) EFI_FILE *root = LibOpenRoot(handles[i]); in config_entry_add_osx()
2142 _cleanup_(file_closep) EFI_FILE *linux_dir = NULL; in config_entry_add_linux()
2304 _cleanup_(file_closep) EFI_FILE *root_dir = NULL; in config_load_xbootldr()
2337 _cleanup_(file_closep) EFI_FILE *image_root = LibOpenRoot(entry->device); in image_start()
2537 _cleanup_(file_closep) EFI_FILE *root_dir = NULL; in efi_main()
Ddrivers.c85 _cleanup_(file_closep) EFI_FILE *drivers_dir = NULL; in load_drivers()
Dshim.c125 _cleanup_(file_closep) EFI_FILE *root = LibOpenRoot(h); in security_policy_authentication()
Ddevicetree.c68 _cleanup_(file_closep) EFI_FILE *handle = NULL; in devicetree_install()
Dutil.h82 static inline void file_closep(EFI_FILE **handle) { in file_closep() function
Dutil.c383 _cleanup_(file_closep) EFI_FILE *handle = NULL; in file_read()
656 _cleanup_(file_closep) EFI_FILE *dir = NULL; in open_directory()
Drandom-seed.c228 _cleanup_(file_closep) EFI_FILE *handle = NULL; in process_random_seed()
Dpe.c227 _cleanup_(file_closep) EFI_FILE *handle = NULL; in pe_file_locate_sections()
Dcpio.c320 _cleanup_(file_closep) EFI_FILE *root = NULL, *extra_dir = NULL; in pack_cpio()