Home
last modified time | relevance | path

Searched defs:fn (Results 1 – 4 of 4) sorted by relevance

/sys/kern/
Dvfs.c147 VFS_Open(VNode *fn) in VFS_Open()
162 VFS_Close(VNode *fn) in VFS_Close()
180 VFS_Read(VNode *fn, void *buf, uint64_t off, uint64_t len) in VFS_Read()
198 VFS_Write(VNode *fn, void *buf, uint64_t off, uint64_t len) in VFS_Write()
216 VFS_ReadDir(VNode *fn, void *buf, uint64_t len, uint64_t *off) in VFS_ReadDir()
/lib/libc/
Dcrt1.c49 void (*fn)(void); in finalizer() local
64 void (*fn)(int, char **, char **); in handle_static_init() local
/sys/fs/o2fs/
Do2fs.c416 O2FS_Lookup(VNode *dn, VNode **fn, const char *name) in O2FS_Lookup()
459 O2FS_Open(VNode *fn) in O2FS_Open()
465 O2FS_Close(VNode *fn) in O2FS_Close()
481 O2FS_Stat(VNode *fn, struct stat *statinfo) in O2FS_Stat()
512 O2FS_Read(VNode *fn, void *buf, uint64_t off, uint64_t len) in O2FS_Read()
578 O2FS_Write(VNode *fn, void *buf, uint64_t off, uint64_t len) in O2FS_Write()
646 O2FS_ReadDir(VNode *fn, void *buf, uint64_t len, uint64_t *off) in O2FS_ReadDir()
/lib/liblwip/src/core/snmp/
Dmib_structs.c338 snmp_mib_node_find(struct mib_list_rootnode *rn, s32_t objid, struct mib_list_node **fn) in snmp_mib_node_find()