Home
last modified time | relevance | path

Searched refs:tfo (Results 1 - 2 of 2) sorted by relevance

/third_party/NuttX/fs/tmpfs/
H A Dfs_tmpfs.c57 #define tmpfs_lock_file(tfo) \
58 (tmpfs_lock_object((struct tmpfs_object_s *)tfo))
61 #define tmpfs_unlock_file(tfo) \
62 (tmpfs_unlock_object((struct tmpfs_object_s *)tfo))
79 static void tmpfs_release_lockedfile(struct tmpfs_file_s *tfo);
90 struct tmpfs_file_s **tfo);
103 struct tmpfs_file_s **tfo,
325 static void tmpfs_release_lockedfile(struct tmpfs_file_s *tfo) in tmpfs_release_lockedfile() argument
327 DEBUGASSERT(tfo && tfo in tmpfs_release_lockedfile()
473 struct tmpfs_file_s *tfo; tmpfs_alloc_file() local
514 tmpfs_create_file(struct tmpfs_s *fs, const char *relpath, struct tmpfs_directory_s *parent_input, struct tmpfs_file_s **tfo) tmpfs_create_file() argument
905 tmpfs_find_file(struct tmpfs_s *fs, const char *relpath, struct tmpfs_file_s **tfo, struct tmpfs_directory_s **parent) tmpfs_find_file() argument
998 struct tmpfs_file_s *tfo; tmpfs_close() local
1048 struct tmpfs_file_s *tfo; tmpfs_read() local
1108 struct tmpfs_file_s *tfo; tmpfs_readpage() local
1169 struct tmpfs_file_s *tfo; tmpfs_create() local
1249 struct tmpfs_file_s *tfo; tmpfs_write() local
1345 struct tmpfs_file_s *tfo; tmpfs_seek() local
1649 struct tmpfs_file_s *tfo = NULL; tmpfs_truncate() local
1911 struct tmpfs_file_s *tfo = NULL; tmpfs_unlink() local
2207 struct tmpfs_file_s *tfo; tmpfs_rename() local
2426 struct tmpfs_file_s *tfo = tmpfs_stat_common() local
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dobjectlabel.c183 struct gl_transform_feedback_object *tfo = in get_label_pointer() local
185 if (tfo && tfo->EverBound) in get_label_pointer()
186 labelPtr = &tfo->Label; in get_label_pointer()

Completed in 3 milliseconds