Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/tools/
H A Delog-gen.py23 def order_inherited_errors(i_errors, i_parents): argument
28 if i_parents[error] is not None:
41 if (not i_parents[error]) or (i_parents[error] in errors):
52 def check_error_inheritance(i_errors, i_parents): argument
54 if i_parents[error] and (i_parents[error] not in i_errors):
58 + i_parents[error]