coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
log_entry Struct Reference

#include <storage_test.h>

Collaboration diagram for log_entry:
Collaboration graph

Data Fields

struct mono_time time
 
struct mmc_command cmd
 
int cmd_issued
 
int ret
 
uint32_t response_entries
 
uint32_t response [4]
 

Detailed Description

Definition at line 26 of file storage_test.h.

Field Documentation

◆ cmd

struct mmc_command log_entry::cmd

Definition at line 21 of file storage_test.h.

Referenced by display_log(), and sdhc_log_command().

◆ cmd_issued

int log_entry::cmd_issued

Definition at line 29 of file storage_test.h.

◆ response

uint32_t log_entry::response[4]

Definition at line 32 of file storage_test.h.

Referenced by display_log(), and sdhc_log_response().

◆ response_entries

uint32_t log_entry::response_entries

Definition at line 31 of file storage_test.h.

Referenced by display_log().

◆ ret

int log_entry::ret

Definition at line 30 of file storage_test.h.

Referenced by display_log(), and sdhc_log_ret().

◆ time

struct mono_time log_entry::time

Definition at line 21 of file storage_test.h.

Referenced by sdhc_log_command().


The documentation for this struct was generated from the following file: