Searched refs:lookup (Results 1 – 20 of 20) sorted by relevance
| /components/dfs/dfs_v2/filesystems/procfs/ |
| A D | proc.h | 26 struct proc_dentry *(*lookup)(struct proc_dentry *parent, const char *name); member
|
| A D | proc.c | 102 if ((*parent)->ops && (*parent)->ops->lookup) in proc_find() 104 *parent = (*parent)->ops->lookup(*parent, begin); in proc_find()
|
| A D | proc_pid.c | 329 .lookup = proc_pid_fd_lookup,
|
| A D | procfs.c | 407 .lookup = dfs_procfs_lookup,
|
| /components/dfs/dfs_v2/src/ |
| A D | dfs_dentry.c | 300 if (mnt->fs_ops->lookup) in dfs_dentry_lookup() 312 vnode = mnt->fs_ops->lookup(dentry); in dfs_dentry_lookup()
|
| /components/dfs/dfs_v2/include/ |
| A D | dfs_fs.h | 105 struct dfs_vnode* (*lookup)(struct dfs_dentry *dentry); member
|
| /components/dfs/dfs_v2/filesystems/mqueue/ |
| A D | dfs_mqueue.c | 222 .lookup = _dfs_mqueue_lookup,
|
| /components/dfs/dfs_v2/filesystems/romfs/ |
| A D | dfs_romfs.c | 382 .lookup = dfs_romfs_lookup,
|
| /components/dfs/dfs_v2/filesystems/devfs/ |
| A D | devtmpfs.c | 641 .lookup = devtmpfs_lookup,
|
| /components/dfs/dfs_v2/filesystems/ptyfs/ |
| A D | ptyfs.c | 639 .lookup = ptyfs_ops_lookup,
|
| /components/dfs/dfs_v2/filesystems/tmpfs/ |
| A D | dfs_tmpfs.c | 882 .lookup = _dfs_tmpfs_lookup,
|
| /components/drivers/usb/cherryusb/ |
| A D | README.md | 24 …mand callback api, data sending and receiving api; host: initialisation, lookup api, data sending …
|
| /components/dfs/dfs_v2/filesystems/elmfat/ |
| A D | dfs_elm.c | 1093 .lookup = dfs_elm_lookup,
|
| /components/dfs/dfs_v2/filesystems/cromfs/ |
| A D | dfs_cromfs.c | 1367 .lookup = dfs_cromfs_lookup,
|
| /components/net/lwip/lwip-1.4.1/ |
| A D | CHANGELOG | 1144 as an external function for lookup. 1964 * etharp.c: Introduced fast one-entry-cache to speed up ARP lookup when sending 2257 This is mainly on using lookup/lookfor, and some coding styles... 2905 single-pass lookup for different candidates. Should exploit locality.
|
| /components/net/lwip/lwip-2.0.3/ |
| A D | CHANGELOG | 2100 as an external function for lookup. 2920 * etharp.c: Introduced fast one-entry-cache to speed up ARP lookup when sending 3213 This is mainly on using lookup/lookfor, and some coding styles... 3861 single-pass lookup for different candidates. Should exploit locality.
|
| /components/net/lwip/lwip-2.1.2/ |
| A D | CHANGELOG | 2353 as an external function for lookup. 3173 * etharp.c: Introduced fast one-entry-cache to speed up ARP lookup when sending 3466 This is mainly on using lookup/lookfor, and some coding styles... 4114 single-pass lookup for different candidates. Should exploit locality.
|
| /components/net/lwip/lwip-2.0.3/doc/doxygen/ |
| A D | lwip.Doxyfile | 404 # The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This
|
| /components/net/lwip/lwip-2.1.2/doc/doxygen/ |
| A D | lwip.Doxyfile | 413 # The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This
|
| A D | lwip.Doxyfile.cmake.in | 413 # The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This
|
Completed in 68 milliseconds