/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/linux/Documentation/sphinx/ |
H A D | cdomain.py | 160 if not self.objtype == 'function': 207 if self.objtype == 'function': 229 if self.objtype == 'function': 235 inv[name] = (self.env.docname, self.objtype)
|
/openbmc/qemu/docs/sphinx/ |
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/linux/fs/orangefs/ |
H A D | orangefs-utils.c | 184 static int orangefs_inode_type(enum orangefs_ds_type objtype) in orangefs_inode_type() argument 186 if (objtype == ORANGEFS_TYPE_METAFILE) in orangefs_inode_type() 188 else if (objtype == ORANGEFS_TYPE_DIRECTORY) in orangefs_inode_type() 190 else if (objtype == ORANGEFS_TYPE_SYMLINK) in orangefs_inode_type() 219 int type = orangefs_inode_type(attrs->objtype); in orangefs_inode_is_stale() 311 downcall.resp.getattr.attributes.objtype); in orangefs_inode_getattr()
|
H A D | protocol.h | 259 enum orangefs_ds_type objtype; member
|
/openbmc/linux/net/netfilter/ |
H A D | nft_objref.c | 31 u32 objtype; in nft_objref_init() local 37 objtype = ntohl(nla_get_be32(tb[NFTA_OBJREF_IMM_TYPE])); in nft_objref_init() 39 tb[NFTA_OBJREF_IMM_NAME], objtype, in nft_objref_init()
|
H A D | nf_tables_api.c | 4600 nla_put_be32(skb, NFTA_SET_OBJ_TYPE, htonl(set->objtype))) in nf_tables_fill_set() 5083 desc.objtype = ntohl(nla_get_be32(nla[NFTA_SET_OBJ_TYPE])); in nf_tables_newset() 5084 if (desc.objtype == NFT_OBJECT_UNSPEC || in nf_tables_newset() 5085 desc.objtype > NFT_OBJECT_MAX) in nf_tables_newset() 5090 desc.objtype = NFT_OBJECT_UNSPEC; in nf_tables_newset() 5245 set->objtype = desc.objtype; in nf_tables_newset() 6893 set->objtype, genmask); in nft_add_set_elem() 7446 const struct nlattr *nla, u32 objtype, in nft_obj_lookup() argument 7466 if (objtype == obj->ops->type->type && in nft_obj_lookup() 7480 u32 objtype, u8 genmask) in nft_obj_lookup_byhandle() argument [all …]
|
/openbmc/linux/tools/bpf/bpftool/ |
H A D | common.c | 550 enum bpf_obj_type objtype; in do_build_table_cb() local 561 objtype = get_fd_type(fd); in do_build_table_cb() 562 if (objtype != build_fn_type) in do_build_table_cb()
|
/openbmc/linux/include/net/netfilter/ |
H A D | nf_tables.h | 348 u32 objtype; member 575 u32 objtype; member 1344 const struct nlattr *nla, u32 objtype,
|
/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))
|