Home
last modified time | relevance | path

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

/kvm-unit-tests/lib/linux/ !
H A Defi.h458 typedef struct _efi_file_protocol efi_file_protocol_t; typedef
460 typedef efi_file_protocol_t efi_file_t;
477 efi_file_protocol_t **root);
491 typedef efi_status_t efi_file_open(efi_file_protocol_t *this,
492 efi_file_protocol_t **new_handle,
496 typedef efi_status_t efi_file_close(efi_file_protocol_t *this);
497 typedef efi_status_t efi_file_delete(efi_file_protocol_t *this);
498 typedef efi_status_t efi_file_read(efi_file_protocol_t *this,
501 typedef efi_status_t efi_file_write(efi_file_protocol_t *this,
504 typedef efi_status_t efi_file_set_position(efi_file_protocol_t *this,
[all …]