Searched refs:type_ (Results 1 – 3 of 3) sorted by relevance
| /openbmc/qemu/python/qemu/utils/ |
| H A D | qom_common.py | 38 def __init__(self, name: str, type_: str, 42 self.type = type_ 72 def __init__(self, name: str, type_: str, value: object): 74 self.type = type_
|
| /openbmc/qemu/util/ |
| H A D | qsp.c | 360 #define QSP_GEN_VOID(type_, qsp_t_, func_, impl_) \ argument 361 static void func_(type_ *obj, const char *file, int line) \ 374 #define QSP_GEN_RET1(type_, qsp_t_, func_, impl_) \ argument 375 static int func_(type_ *obj, const char *file, int line) \
|
| /openbmc/u-boot/tools/buildman/ |
| H A D | kconfiglib.py | 157 def register_special_symbol(type_, name, val): argument 163 sym.type = type_
|