Home
last modified time | relevance | path

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

/openbmc/bmcweb/scripts/
H A Dparse_registries.py232 def get_response_code(entry_id: str) -> str | None:
274 return codes.get(entry_id, "bad_request")
278 entry_id: str,
326 if arg_index in entries.get(entry_id, []):
331 function_name = entry_id[0].lower() + entry_id[1:]
369 if entry_id == "InternalError":
382 if entry_id == "InternalError":
387 if entry_id == "ServiceTemporarilyUnavailable":
390 res = get_response_code(entry_id)
416 if entry_id in addMessageToJson:
[all …]
/openbmc/u-boot/arch/x86/cpu/coreboot/
H A Dtimestamp.c14 uint32_t entry_id; member
40 tse->entry_id = id; in timestamp_add()
60 switch (tse->entry_id) { in timestamp_add_to_bootstage()
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dacl.py66 def acl_get_entry(acl, entry_id): argument
68 ret = libacl.acl_get_entry(acl, entry_id, ctypes.byref(entry))
166 entry_id = ACL_FIRST_ENTRY
168 entry = acl_get_entry(self.acl, entry_id)
188 entry_id = ACL_NEXT_ENTRY
/openbmc/openbmc-test-automation/lib/
H A Dlogging_utils.robot224 ${entry_id}= Read Attribute ${elog_entry[0]} Message
225 Should Be Equal ${entry_id}
228 ${entry_id}= Read Attribute ${elog_entry[0]} Severity
229 Should Be Equal ${entry_id}
/openbmc/docs/
H A DREST-cheatsheet.md120 …ntent-Type: application/json" -X DELETE https://${bmc}/xyz/openbmc_project/logging/entry/<entry_id>
127 …"Content-Type: application/json" -X DELETE https://${bmc}/xyz/openbmc_project/dump/entry/<entry_id>