Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_util.c134 _os_list *newobj = NULL; in pq_search_node() local
141 newobj = _get_next(&q->queue); in pq_search_node()
143 while(newobj && (newobj != &(q->queue))) { in pq_search_node()
146 bhit = search_fun(d, newobj, priv); in pq_search_node()
149 list_del(newobj); in pq_search_node()
154 (*obj) = newobj; in pq_search_node()
158 newobj = newobj->next; in pq_search_node()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_util.c134 _os_list *newobj = NULL; in pq_search_node() local
141 newobj = _get_next(&q->queue); in pq_search_node()
143 while(newobj && (newobj != &(q->queue))) { in pq_search_node()
146 bhit = search_fun(d, newobj, priv); in pq_search_node()
149 list_del(newobj); in pq_search_node()
154 (*obj) = newobj; in pq_search_node()
158 newobj = newobj->next; in pq_search_node()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dtinfoil.py853 newobj = obj
856 newobj = origtype()
858 setattr(newobj, k, v)
861 newobj = origtype(obj)
863 if isinstance(newobj, bb.command.DataStoreConnectionHandle):
864 newobj = TinfoilDataStoreConnector(self, newobj.dsindex)
866 return newobj
H A D__init__.py210 newobj = deprecated(obj, "{0}.{1}".format(current, objname),
217 setattr(sys.modules[current], newname, newobj)
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnft_quota.c110 struct nft_object *newobj) in nft_quota_obj_update() argument
112 struct nft_quota *newpriv = nft_obj_data(newobj); in nft_quota_obj_update()
H A Dnft_synproxy.c334 struct nft_object *newobj) in nft_synproxy_obj_update() argument
336 struct nft_synproxy *newpriv = nft_obj_data(newobj); in nft_synproxy_obj_update()
H A Dnf_tables_api.c5906 struct nft_object *newobj; in nf_tables_updobj() local
5918 newobj = nft_obj_init(ctx, type, attr); in nf_tables_updobj()
5919 if (IS_ERR(newobj)) { in nf_tables_updobj()
5920 err = PTR_ERR(newobj); in nf_tables_updobj()
5926 nft_trans_obj_newobj(trans) = newobj; in nf_tables_updobj()
7504 struct nft_object *newobj; in nft_obj_commit_update() local
7508 newobj = nft_trans_obj_newobj(trans); in nft_obj_commit_update()
7511 obj->ops->update(obj, newobj); in nft_obj_commit_update()
7513 nft_obj_destroy(&trans->ctx, newobj); in nft_obj_commit_update()
/OK3568_Linux_fs/kernel/include/net/netfilter/
H A Dnf_tables.h1211 struct nft_object *newobj);
1500 struct nft_object *newobj; member
1507 (((struct nft_trans_obj *)trans->data)->newobj)
/OK3568_Linux_fs/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()
/OK3568_Linux_fs/external/xserver/
H A Dltmain.sh10712 newobj=lt$counter-$objbase
10716 *[\ /]"$newobj "*) ;;
10717 *) if test ! -f "$gentop/$newobj"; then break; fi ;;
10720 func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj"
10721 func_append oldobjs " $gentop/$newobj"
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/
H A D0009-Use-libtool-2.4.patch21120 func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj"
21121 - oldobjs="$oldobjs $gentop/$newobj"
21122 + func_append oldobjs " $gentop/$newobj"