Searched full:eventlog (Results 1 – 25 of 54) sorted by relevance
123
15 tpm-y += eventlog/common.o16 tpm-y += eventlog/tpm1.o17 tpm-y += eventlog/tpm2.o19 tpm-$(CONFIG_ACPI) += tpm_ppi.o eventlog/acpi.o20 tpm-$(CONFIG_EFI) += eventlog/efi.o21 tpm-$(CONFIG_OF) += eventlog/of.o
69 Redfish.Delete /redfish/v1/Systems/${SYSTEM_ID}/LogServices/EventLog/Entries/${elog_entry[0]["Id"]}97 # "@odata.id": "/redfish/v1/Systems/system/LogServices/EventLog/Entries",103 # "@odata.id": "/redfish/v1/Systems/system/LogServices/EventLog/Entries/1",158 # "@odata.id": "/redfish/v1/Systems/system/LogServices/EventLog/Entries",164 # "@odata.id": "/redfish/v1/Systems/system/LogServices/EventLog/Entries/1",212 # "@odata.id": "/redfish/v1/Systems/system/LogServices/EventLog/Entries/2045",214 # "AdditionalDataURI": "/redfish/v1/Systems/system/LogServices/EventLog/attachment/2045",291 Redfish.Delete /redfish/v1/Systems/${SYSTEM_ID}/LogServices/EventLog/Entries/${error_entries_before[0]}315 Wait Until Keyword Succeeds 3 min 20 sec Verify Watchdog EventLog Content430 ${error_uris}= redfish_utils.get_member_list /redfish/v1/Systems/${SYSTEM_ID}/LogServices/EventLog/Entrie[all...]
425 return this.$store.getters['eventLog/allEvents'].map((event) => {467 this.$store.dispatch('eventLog/getEventLogData').finally(() => {477 .dispatch('eventLog/downloadEntry', uri)489 .dispatch('eventLog/updateEventLogStatus', {510 .dispatch('eventLog/deleteAllEventLogs', this.allLogs)518 .dispatch('eventLog/deleteEventLogs', uris)531 return this.$store.getters['eventLog/allEvents'].map((eventLogs) => {583 'eventLog/deleteAllEventLogs',626 .dispatch('eventLog/resolveEventLogs', this.selectedRows)639 .dispatch('eventLog/unresolveEventLogs', this.selectedRows)
250 [Documentation] Get all available EventLog entries.254 # "@odata.id": "/redfish/v1/Systems/system/LogServices/EventLog/Entries",260 # "@odata.id": "/redfish/v1/Systems/system/LogServices/EventLog/Entries/1",279 [Documentation] Pack the list of all available EventLog entries in dictionary.311 [Documentation] Return the number of EventLog members.319 [Documentation] Do Redfish EventLog purge.322 ... /redfish/v1/Systems/${SYSTEM_ID}/LogServices/EventLog/ LogService.ClearLog
48 # "@odata.id": "/redfish/v1/Systems/system/LogServices/EventLog/Entries/2",
25 …uest("This API only accepts POST requests. Post a file with:\n\ncurl -F eventlog=@bitbake_eventlog…30 for chunk in request.FILES['eventlog'].chunks():
82 BMCWEB_LOG_ERROR("EventLog Params: could not find first space: {}", in getEventLogParams()91 BMCWEB_LOG_ERROR("EventLog Params: could not find log contents: {}", in getEventLogParams()103 BMCWEB_LOG_ERROR("EventLog Params: could not find entry fields: {}", in getEventLogParams()
621 `LogService/EventLog/Entries` URI.625 files in /var/log/ and returns the appropriate Redfish EventLog Entries for628 The other implementation of EventLog Entries can be enabled by compiling bmcweb631 then be translated to Redfish EventLog Entries.861 ### /redfish/v1/Systems/system/LogServices/EventLog/872 ### /redfish/v1/Systems/system/LogServices/EventLog/Entries/880 ### /redfish/v1/Systems/system/LogServices/EventLog/Entries/{LogEntryId}/
8 'eventLog/getEventLogData': jest.fn(),75 it('getEvents should dispatch eventLog/getEventLogData', () => {
50 return this.$store.getters['eventLog/allEvents'];74 this.$store.dispatch('eventLog/getEventLogData').finally(() => {
135 self.eventlog = None285 eventlog = self.data.getVar("BB_DEFAULT_EVENTLOG")286 if not self.configuration.writeeventlog and eventlog:287 self.setupEventLog(eventlog)400 def setupEventLog(self, eventlog): argument401 if self.eventlog and self.eventlog[0] != eventlog:402 bb.event.unregister_UIHhandler(self.eventlog[1])403 self.eventlog = None404 if not self.eventlog or self.eventlog[0] != eventlog:407 if not os.path.exists(os.path.dirname(eventlog)):[all …]
1171 nlohmann::json::object_t eventLog; in requestRoutesSystemLogServiceCollection() local1172 eventLog["@odata.id"] = in requestRoutesSystemLogServiceCollection()1173 std::format("/redfish/v1/Systems/{}/LogServices/EventLog", in requestRoutesSystemLogServiceCollection()1175 logServiceArray.emplace_back(std::move(eventLog)); in requestRoutesSystemLogServiceCollection()1243 BMCWEB_ROUTE(app, "/redfish/v1/Systems/<str>/LogServices/EventLog/") in requestRoutesEventLogService()1261 std::format("/redfish/v1/Systems/{}/LogServices/EventLog", in requestRoutesEventLogService()1268 asyncResp->res.jsonValue["Id"] = "EventLog"; in requestRoutesEventLogService()1280 "/redfish/v1/Systems/{}/LogServices/EventLog/Entries", in requestRoutesEventLogService()1286 "/redfish/v1/Systems/{}/LogServices/EventLog/Actions/LogService.ClearLog", in requestRoutesEventLogService()1307 // Clear the EventLog by deleting the log files in handleSystemsLogServicesEventLogActionsClearPost()[all …]
296 - `EventLog` - lists all detected events in the system in processed,326 ##### EventLog l4subsection328 System-wide [EventLog](http://redfish.dmtf.org/schemas/v1/LogService.json) is332 `/redfish/v1/Systems/system/LogServices/EventLog`. It contains JSON array of log337 "@odata.id": "/redfish/v1/Systems/system/LogServices/EventLog/Entries/37331",
41 <h4 style="margin-left: 15px;"><strong>Import eventlog file</strong></h4>72 …<table class="table col-md-6 table-bordered table-hover" id="eventlog-table" style="border-collaps…204 $('#eventlog-table').DataTable({order: [[0, 'desc']], "pageLength": 50});
74 + "/LogServices/EventLog/Entries/"261 # EventLog variables.263 EVENT_LOG_URI = SYSTEM_BASE_URI + "LogServices/EventLog/"
46 `${await this.dispatch('global/getSystemPath')}/LogServices/EventLog/Entries`,84 … `${await this.dispatch('global/getSystemPath')}/LogServices/EventLog/Actions/LogService.ClearLog`,
2788 /* Declarations for org.openbmc.EventLog */2791 #define EVENT_LOG(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_EVENT_LOG, EventLog))2796 typedef struct _EventLog EventLog; typedef2805 EventLog *object,2809 EventLog *object,2824 EventLog *object,2832 EventLog *object,2841 EventLog *proxy,2847 EventLog *proxy,2853 EventLog *proxy,[all …]
140 <interface name="org.openbmc.EventLog">144 <signal name="EventLog">
31 the system eventlog. The binary format is
13 as a build eventlog, and the ToasterUI is used to process events in the file
116 …"X-Auth-Token: $token" -X GET https://${bmc}/redfish/v1/Systems/system/LogServices/EventLog/Entries122 …tion/json" -X POST https://${bmc}/redfish/v1/Systems/system/LogServices/EventLog/Actions/LogServic…
55 - [2] The final concatenation is done in drivers/char/tpm/eventlog/efi.c
36 # File (or stderr, syslog, eventlog) where information will be logged
57 eventLog: EventLogStore, property in AnonymousClassb4283c500101.modules
58 /* malloc EventLog space */ in tpm_read_log_efi()