Home
last modified time | relevance | path

Searched refs:lookup (Results 1 – 20 of 20) sorted by relevance

/components/dfs/dfs_v2/filesystems/procfs/
A Dproc.h26 struct proc_dentry *(*lookup)(struct proc_dentry *parent, const char *name); member
A Dproc.c102 if ((*parent)->ops && (*parent)->ops->lookup) in proc_find()
104 *parent = (*parent)->ops->lookup(*parent, begin); in proc_find()
A Dproc_pid.c329 .lookup = proc_pid_fd_lookup,
A Dprocfs.c407 .lookup = dfs_procfs_lookup,
/components/dfs/dfs_v2/src/
A Ddfs_dentry.c300 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 Ddfs_fs.h105 struct dfs_vnode* (*lookup)(struct dfs_dentry *dentry); member
/components/dfs/dfs_v2/filesystems/mqueue/
A Ddfs_mqueue.c222 .lookup = _dfs_mqueue_lookup,
/components/dfs/dfs_v2/filesystems/romfs/
A Ddfs_romfs.c382 .lookup = dfs_romfs_lookup,
/components/dfs/dfs_v2/filesystems/devfs/
A Ddevtmpfs.c641 .lookup = devtmpfs_lookup,
/components/dfs/dfs_v2/filesystems/ptyfs/
A Dptyfs.c639 .lookup = ptyfs_ops_lookup,
/components/dfs/dfs_v2/filesystems/tmpfs/
A Ddfs_tmpfs.c882 .lookup = _dfs_tmpfs_lookup,
/components/drivers/usb/cherryusb/
A DREADME.md24 …mand callback api, data sending and receiving api; host: initialisation, lookup api, data sending …
/components/dfs/dfs_v2/filesystems/elmfat/
A Ddfs_elm.c1093 .lookup = dfs_elm_lookup,
/components/dfs/dfs_v2/filesystems/cromfs/
A Ddfs_cromfs.c1367 .lookup = dfs_cromfs_lookup,
/components/net/lwip/lwip-1.4.1/
A DCHANGELOG1144 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 DCHANGELOG2100 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 DCHANGELOG2353 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 Dlwip.Doxyfile404 # 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 Dlwip.Doxyfile413 # The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This
A Dlwip.Doxyfile.cmake.in413 # The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This

Completed in 55 milliseconds