Searched refs:objtype (Results 1 – 5 of 5) sorted by relevance
| /openbmc/qemu/hw/core/ |
| H A D | trace-events | 5 qdev_update_parent_bus(void *obj, const char *objtype, void *oldp, const char *oldptype, void *newp… 14 resettable_phase_enter_begin(void *obj, const char *objtype, unsigned count, int type) "obj=%p(%s) … 15 resettable_phase_enter_exec(void *obj, const char *objtype, int type, int has_method) "obj=%p(%s) t… 16 resettable_phase_enter_end(void *obj, const char *objtype, unsigned count) "obj=%p(%s) count=%d" 17 resettable_phase_hold_begin(void *obj, const char *objtype, unsigned count, int type) "obj=%p(%s) c… 18 resettable_phase_hold_exec(void *obj, const char *objtype, int has_method) "obj=%p(%s) method=%d" 19 resettable_phase_hold_end(void *obj, const char *objtype, unsigned count) "obj=%p(%s) count=%d" 20 resettable_phase_exit_begin(void *obj, const char *objtype, unsigned count, int type) "obj=%p(%s) c… 21 resettable_phase_exit_exec(void *obj, const char *objtype, int has_method) "obj=%p(%s) method=%d" 22 resettable_phase_exit_end(void *obj, const char *objtype, unsigned count) "obj=%p(%s) count=%d" [all …]
|
| /openbmc/u-boot/Documentation/sphinx/ |
| H A D | cdomain.py | 75 if not self.objtype == 'function': 117 if self.objtype == 'function': 135 if self.objtype == 'function': 141 inv[name] = (self.env.docname, self.objtype)
|
| /openbmc/qemu/docs/sphinx/ |
| H A D | qapi_domain.py | 85 objtype: str 202 if self.objtype == "module": 220 assert self.objtype 226 self.env, self.state.document, self.objtype, fullname 232 domain.note_object(fullname, self.objtype, node_id, location=signode) 328 assert self.objtype 330 KeywordNode("", self.objtype.title()), 708 name, 0, obj.docname, obj.node_id, obj.objtype, "", "" 713 category = obj.objtype.title() + "s" 814 objtype: str, [all …]
|
| H A D | dbusdomain.py | 68 domain.note_object(name, self.objtype, node_id, location=signode) 294 if x[1].objtype == "interface" 322 objtype: str 362 self, name: str, objtype: str, node_id: str, location: Any = None 364 self.objects[name] = ObjectEntry(self.env.docname, node_id, objtype) 401 yield (refname, refname, obj.objtype, obj.docname, obj.node_id, 1)
|
| /openbmc/openbmc/poky/bitbake/lib/layerindexlib/ |
| H A D | __init__.py | 670 def add_raw_element(self, indexname, objtype, rawobjs): argument 674 objs.append(objtype(self, entry))
|