Searched refs:tdo (Results 1 - 3 of 3) sorted by relevance
/third_party/NuttX/fs/tmpfs/ |
H A D | fs_tmpfs.c | 59 #define tmpfs_lock_directory(tdo) \ 60 (tmpfs_lock_object((struct tmpfs_object_s *)tdo)) 63 #define tmpfs_unlock_directory(tdo) \ 64 (tmpfs_unlock_object((struct tmpfs_object_s *)tdo)) 80 static struct tmpfs_dirent_s *tmpfs_find_dirent(struct tmpfs_directory_s *tdo, 82 static int tmpfs_remove_dirent(struct tmpfs_directory_s *tdo, 84 static int tmpfs_add_dirent(struct tmpfs_directory_s **tdo, 96 struct tmpfs_directory_s **tdo); 107 struct tmpfs_directory_s **tdo, 356 static struct tmpfs_dirent_s *tmpfs_find_dirent(struct tmpfs_directory_s *tdo, in tmpfs_find_dirent() argument 382 tmpfs_remove_dirent(struct tmpfs_directory_s *tdo, struct tmpfs_object_s *to) tmpfs_remove_dirent() argument 424 tmpfs_add_dirent(struct tmpfs_directory_s **tdo, struct tmpfs_object_s *to, const char *name) tmpfs_add_dirent() argument 621 struct tmpfs_directory_s *tdo; tmpfs_alloc_directory() local 657 tmpfs_create_directory(struct tmpfs_s *fs, const char *relpath, struct tmpfs_directory_s *parent_input, struct tmpfs_directory_s **tdo) tmpfs_create_directory() argument 777 struct tmpfs_directory_s *tdo = NULL; tmpfs_find_object() local 931 struct tmpfs_directory_s *tdo = *parent; tmpfs_find_file() local 952 tmpfs_find_directory(struct tmpfs_s *fs, const char *relpath, struct tmpfs_directory_s **tdo, struct tmpfs_directory_s **parent) tmpfs_find_directory() argument 1421 struct tmpfs_directory_s *tdo; tmpfs_opendir() local 1484 struct tmpfs_directory_s *tdo; tmpfs_closedir() local 1538 struct tmpfs_directory_s *tdo; tmpfs_readdir() local 1669 struct tmpfs_directory_s *tdo; tmpfs_mount() local 1743 struct tmpfs_directory_s *tdo; tmpfs_unmount() local 2035 struct tmpfs_directory_s *tdo; tmpfs_mkdir() local 2099 struct tmpfs_directory_s *tdo; tmpfs_rmdir() local 2206 struct tmpfs_directory_s *tdo; tmpfs_rename() local 2440 struct tmpfs_directory_s *tdo = tmpfs_stat_common() local [all...] |
H A D | fs_tmpfs.h | 192 typedef int (*tmpfs_foreach_t)(struct tmpfs_directory_s *tdo,
|
/third_party/python/Modules/ |
H A D | itertoolsmodule.c | 594 teedataobject *tdo; in teedataobject_newinternal() local 596 tdo = PyObject_GC_New(teedataobject, &teedataobject_type); in teedataobject_newinternal() 597 if (tdo == NULL) in teedataobject_newinternal() 600 tdo->running = 0; in teedataobject_newinternal() 601 tdo->numread = 0; in teedataobject_newinternal() 602 tdo->nextlink = NULL; in teedataobject_newinternal() 604 tdo->it = it; in teedataobject_newinternal() 605 PyObject_GC_Track(tdo); in teedataobject_newinternal() 606 return (PyObject *)tdo; in teedataobject_newinternal() 610 teedataobject_jumplink(teedataobject *tdo) in teedataobject_jumplink() argument 619 teedataobject_getitem(teedataobject *tdo, int i) teedataobject_getitem() argument 647 teedataobject_traverse(teedataobject *tdo, visitproc visit, void * arg) teedataobject_traverse() argument 672 teedataobject_clear(teedataobject *tdo) teedataobject_clear() argument 687 teedataobject_dealloc(teedataobject *tdo) teedataobject_dealloc() argument 695 teedataobject_reduce(teedataobject *tdo, PyObject *Py_UNUSED(ignored)) teedataobject_reduce() argument 727 teedataobject *tdo; itertools_teedataobject_impl() local 934 teedataobject *tdo; tee_setstate() local [all...] |
Completed in 5 milliseconds