Lines Matching refs:efi_file_protocol_t
458 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,
506 typedef efi_status_t efi_file_get_position(efi_file_protocol_t *this,
508 typedef efi_status_t efi_file_get_info(efi_file_protocol_t *this,
512 typedef efi_status_t efi_file_set_info(efi_file_protocol_t *this,
516 typedef efi_status_t efi_file_flush(efi_file_protocol_t *this);
525 typedef efi_status_t efi_file_open_ex(efi_file_protocol_t *this,
526 efi_file_protocol_t **new_handle,
531 typedef efi_status_t efi_file_read_ex(efi_file_protocol_t *this,
533 typedef efi_status_t efi_file_write_ex(efi_file_protocol_t *this,
535 typedef efi_status_t efi_file_flush_ex(efi_file_protocol_t *this,