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.py871 newobj = obj
874 newobj = origtype()
876 setattr(newobj, k, v)
879 newobj = origtype(obj)
881 if isinstance(newobj, bb.command.DataStoreConnectionHandle):
882 newobj = TinfoilDataStoreConnector(self, newobj.dsindex)
884 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.c7618 struct nft_object *newobj; in nf_tables_updobj() local
7628 newobj = nft_obj_init(ctx, type, attr); in nf_tables_updobj()
7629 if (IS_ERR(newobj)) { in nf_tables_updobj()
7630 err = PTR_ERR(newobj); in nf_tables_updobj()
7636 nft_trans_obj_newobj(trans) = newobj; in nf_tables_updobj()
9435 struct nft_object *newobj; in nft_obj_commit_update() local
9439 newobj = nft_trans_obj_newobj(trans); in nft_obj_commit_update()
9444 obj->ops->update(obj, newobj); in nft_obj_commit_update()
9445 nft_obj_destroy(&trans->ctx, newobj); in nft_obj_commit_update()
/openbmc/linux/include/net/netfilter/
H A Dnf_tables.h1397 struct nft_object *newobj);
1700 struct nft_object *newobj; member
1707 (((struct nft_trans_obj *)trans->data)->newobj)
/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"