Home
last modified time | relevance | path

Searched refs:newobj (Results 1 – 8 of 8) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dtinfoil.py879 newobj = obj
882 newobj = origtype()
884 setattr(newobj, k, v)
887 newobj = origtype(obj)
889 if isinstance(newobj, bb.command.DataStoreConnectionHandle):
890 newobj = TinfoilDataStoreConnector(self, newobj.dsindex)
892 return newobj
H A D__init__.py202 newobj = deprecated(obj, "{0}.{1}".format(current, objname),
209 setattr(sys.modules[current], newname, newobj)
/openbmc/linux/net/netfilter/
H A Dnft_quota.c120 struct nft_object *newobj) in nft_quota_obj_update() argument
122 struct nft_quota *newpriv = nft_obj_data(newobj); in nft_quota_obj_update()
H A Dnft_synproxy.c339 struct nft_object *newobj) in nft_synproxy_obj_update() argument
341 struct nft_synproxy *newpriv = nft_obj_data(newobj); in nft_synproxy_obj_update()
H A Dnf_tables_api.c7663 struct nft_object *newobj; in nf_tables_newobj()
7673 newobj = nft_obj_init(ctx, type, attr); in nf_tables_newobj()
7674 if (IS_ERR(newobj)) { in nf_tables_newobj()
7675 err = PTR_ERR(newobj); in nf_tables_newobj()
7681 nft_trans_obj_newobj(trans) = newobj; in nf_tables_newobj()
9482 struct nft_object *newobj; in nft_commit_release()
9486 newobj = nft_trans_obj_newobj(trans); in nft_commit_release()
9491 obj->ops->update(obj, newobj); in nft_commit_release()
9492 nft_obj_destroy(&trans->ctx, newobj); in nft_commit_release()
7618 struct nft_object *newobj; nf_tables_updobj() local
9437 struct nft_object *newobj; nft_obj_commit_update() local
/openbmc/linux/include/net/netfilter/
H A Dnf_tables.h1406 struct nft_object *newobj);
1709 struct nft_object *newobj;
1716 (((struct nft_trans_obj *)trans->data)->newobj)
1703 struct nft_object *newobj; global() member
/openbmc/u-boot/fs/yaffs2/
H A Dyaffsfs.c1484 struct yaffs_obj *newobj = NULL; in yaffs_rename() local
1520 newobj = yaffsfs_FindObject(NULL, newPath, 0, 0, NULL, NULL, NULL); in yaffs_rename()
1547 } else if (yaffs_is_non_empty_dir(newobj)) { in yaffs_rename()
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/
H A D0008-Use-libtool-2.4.patch30166 func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj"
30167 - oldobjs="$oldobjs $gentop/$newobj"
30168 + func_append oldobjs " $gentop/$newobj"