Home
last modified time | relevance | path

Searched refs:efi_file_protocol_t (Results 1 – 2 of 2) sorted by relevance

/drivers/firmware/efi/libstub/
A Dfile.c37 static efi_status_t efi_open_file(efi_file_protocol_t *volume, in efi_open_file()
39 efi_file_protocol_t **handle, in efi_open_file()
43 efi_file_protocol_t *fh; in efi_open_file()
75 efi_file_protocol_t **fh) in efi_open_volume()
128 static efi_status_t efi_open_device_path(efi_file_protocol_t **volume, in efi_open_device_path()
203 efi_file_protocol_t *volume = NULL; in handle_cmdline_files()
204 efi_file_protocol_t *file; in handle_cmdline_files()
A Defistub.h625 typedef union efi_file_protocol efi_file_protocol_t; typedef
630 efi_status_t (__efiapi *open) (efi_file_protocol_t *,
631 efi_file_protocol_t **,
634 efi_status_t (__efiapi *close) (efi_file_protocol_t *);
635 efi_status_t (__efiapi *delete) (efi_file_protocol_t *);
636 efi_status_t (__efiapi *read) (efi_file_protocol_t *,
639 efi_status_t (__efiapi *write) (efi_file_protocol_t *,
645 efi_status_t (__efiapi *get_info) (efi_file_protocol_t *,
649 efi_status_t (__efiapi *set_info) (efi_file_protocol_t *,
653 efi_status_t (__efiapi *flush) (efi_file_protocol_t *);
[all …]

Completed in 9 milliseconds