Home
last modified time | relevance | path

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

/openbmc/linux/scripts/
H A Dbpf_doc.py704 known_types = { variable in PrinterHelpers
797 if t in self.known_types:
/openbmc/qemu/tests/functional/acpi-bits/bits-tests/
H A Dsmbios.py22314 known_types = (0, 1)
2316 if sm_struct.type in known_types:
2318 if len(output) == len(known_types):
2322 for key in sorted(known_types):