Lines Matching refs:tmp
38 struct proc_dentry *dentry = RT_NULL, *tmp; in _proc_find() local
40 dfs_vfs_for_each_subnode(dentry, tmp, (*parent), node) in _proc_find()
60 char *tmp = RT_NULL; in proc_find() local
67 tmp = rt_strdup(*name); in proc_find()
68 if (tmp) in proc_find()
70 char *begin = tmp, *end = RT_NULL; in proc_find()
76 rt_free(tmp); in proc_find()
128 *name = *name + (begin - tmp); in proc_find()
130 rt_free(tmp); in proc_find()
461 struct proc_dentry *iter = RT_NULL, *iter_tmp, *tmp = RT_NULL; in remove_proc_subtree() local
470 if (tmp) in remove_proc_subtree()
472 proc_release(tmp); in remove_proc_subtree()
473 tmp = RT_NULL; in remove_proc_subtree()
476 tmp = iter; in remove_proc_subtree()
484 if (tmp) in remove_proc_subtree()
486 proc_release(tmp); in remove_proc_subtree()
487 tmp = RT_NULL; in remove_proc_subtree()
556 struct proc_dentry *iter = RT_NULL, *tmp; in dump_proc_subtree() local
558 dfs_vfs_for_each_subnode(iter, tmp, dentry, node) in dump_proc_subtree()
638 struct proc_dentry *iter = RT_NULL, *iter_tmp, *tmp = RT_NULL; in msh_proc_remove() local
647 if (tmp) in msh_proc_remove()
649 proc_remove(tmp); in msh_proc_remove()
652 tmp = iter; in msh_proc_remove()
655 if (tmp) in msh_proc_remove()
657 proc_remove(tmp); in msh_proc_remove()