Searched refs:firmware_source (Results 1 – 3 of 3) sorted by relevance
94 if (tcs_event_log->firmware_source != NULL) { in TCS_GetExternalPcrEvent()95 if (tcs_event_log->firmware_source->open((void *)source, &log_handle)) in TCS_GetExternalPcrEvent()98 if (tcs_event_log->firmware_source->get_entry(log_handle, PcrIndex, in TCS_GetExternalPcrEvent()100 tcs_event_log->firmware_source->close(log_handle); in TCS_GetExternalPcrEvent()104 tcs_event_log->firmware_source->close(log_handle); in TCS_GetExternalPcrEvent()209 if (tcs_event_log->firmware_source != NULL) { in TCS_GetExternalPcrEventsByPcr()210 if (tcs_event_log->firmware_source->open((void *)source, &log_handle)) in TCS_GetExternalPcrEventsByPcr()213 if (tcs_event_log->firmware_source->get_entries_by_pcr(log_handle, PcrIndex, in TCS_GetExternalPcrEventsByPcr()215 tcs_event_log->firmware_source->close(log_handle); in TCS_GetExternalPcrEventsByPcr()219 tcs_event_log->firmware_source->close(log_handle); in TCS_GetExternalPcrEventsByPcr()
56 tcs_event_log->firmware_source = EVLOG_BIOS_SOURCE; in event_log_init()
28 struct ext_log_source *firmware_source; member