Searched defs:describe (Results 1 – 5 of 5) sorted by relevance
/openbmc/openbmc/poky/meta/files/ | ||
H A D | layers.example.json | 7 "describe": "", string |
H A D | layers.schema.json | 48 "describe": { object |
/openbmc/linux/include/keys/ | ||
H A D | asymmetric-subtype.h | 30 void (*describe)(const struct key *key, struct seq_file *m); member |
/openbmc/linux/include/linux/ | ||
H A D | key-type.h | 123 void (*describe)(const struct key *key, struct seq_file *p); member |
/openbmc/qemu/scripts/qapi/ | ||
H A D | schema.py | 163 def describe(self) -> str: member in QAPISchemaDefinition |