Searched refs:proc_find (Results 1 – 1 of 1) sorted by relevance
| /components/dfs/dfs_v2/filesystems/procfs/ |
| A D | proc.c | 57 static int proc_find(struct proc_dentry **parent, const char **name, rt_bool_t force_lookup) in proc_find() function 205 ret = proc_find(parent, &name, 0); in proc_create() 209 ret = proc_find(&dentry, &name, 1); in proc_create() 523 proc_find(&dentry, &name, 1); in dfs_proc_find() 540 if (proc_find(&dentry, &name, 1) >= 0) in proc_remove_dentry() 611 int ret = proc_find(&dentry, &name, 1); in msh_proc_dump() 629 int ret = proc_find(&dentry, &name, 1); in msh_proc_remove()
|
Completed in 4 milliseconds