/external/e2fsprogs/util/ |
libecho.c | 41 struct _finddata_t fdt; local 63 ff = _findfirst(f, &fdt); 70 printf("%s%s%s\n", prefix, filepath, fdt.name); 73 if (_findnext(ff, &fdt) < 0) 75 printf("%s%s%s\n", prefix, filepath, fdt.name);
|
/external/qemu/ |
device_tree.c | 33 void *fdt = NULL; local 46 fdt = qemu_mallocz(dt_size); 48 dt_file_load_size = load_image(filename_path, fdt); 55 ret = fdt_open_into(fdt, fdt, dt_size); 62 if (fdt_check_header(fdt)) { 68 return fdt; 71 qemu_free(fdt); 75 int qemu_devtree_setprop(void *fdt, const char *node_path, 80 offset = fdt_path_offset(fdt, node_path) [all...] |
/bionic/libc/kernel/common/linux/ |
file.h | 50 struct fdtable *fdt; member in struct:files_struct 60 #define files_fdtable(files) (rcu_dereference((files)->fdt))
|
/development/ndk/platforms/android-3/include/linux/ |
file.h | 44 struct fdtable *fdt; member in struct:files_struct 54 #define files_fdtable(files) (rcu_dereference((files)->fdt))
|
/external/kernel-headers/original/linux/ |
file.h | 53 struct fdtable *fdt; member in struct:files_struct 65 #define files_fdtable(files) (rcu_dereference((files)->fdt)) 91 extern void free_fdtable(struct fdtable *fdt); 97 struct fdtable *fdt = files_fdtable(files); local 99 if (fd < fdt->max_fds) 100 file = rcu_dereference(fdt->fd[fd]);
|
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/ |
file.h | 44 struct fdtable *fdt; member in struct:files_struct 54 #define files_fdtable(files) (rcu_dereference((files)->fdt))
|
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/ |
file.h | 44 struct fdtable *fdt; member in struct:files_struct 54 #define files_fdtable(files) (rcu_dereference((files)->fdt))
|
/prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/ |
file.h | 44 struct fdtable *fdt; member in struct:files_struct 54 #define files_fdtable(files) (rcu_dereference((files)->fdt))
|
/prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/ |
file.h | 44 struct fdtable *fdt; member in struct:files_struct 54 #define files_fdtable(files) (rcu_dereference((files)->fdt))
|
/prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/ |
file.h | 44 struct fdtable *fdt; member in struct:files_struct 54 #define files_fdtable(files) (rcu_dereference((files)->fdt))
|
/prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/ |
file.h | 44 struct fdtable *fdt; member in struct:files_struct 54 #define files_fdtable(files) (rcu_dereference((files)->fdt))
|
/prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/ |
file.h | 44 struct fdtable *fdt; member in struct:files_struct 54 #define files_fdtable(files) (rcu_dereference((files)->fdt))
|
/prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/ |
file.h | 44 struct fdtable *fdt; member in struct:files_struct 54 #define files_fdtable(files) (rcu_dereference((files)->fdt))
|
/prebuilts/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/ |
file.h | 44 struct fdtable *fdt; member in struct:files_struct 54 #define files_fdtable(files) (rcu_dereference((files)->fdt))
|
/prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/ |
file.h | 44 struct fdtable *fdt; member in struct:files_struct 54 #define files_fdtable(files) (rcu_dereference((files)->fdt))
|
/prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/ |
file.h | 44 struct fdtable *fdt; member in struct:files_struct 54 #define files_fdtable(files) (rcu_dereference((files)->fdt))
|
/prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/linux/ |
file.h | 44 struct fdtable *fdt; member in struct:files_struct 54 #define files_fdtable(files) (rcu_dereference((files)->fdt))
|
/prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/linux/ |
file.h | 44 struct fdtable *fdt; member in struct:files_struct 54 #define files_fdtable(files) (rcu_dereference((files)->fdt))
|
/prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/linux/ |
file.h | 44 struct fdtable *fdt; member in struct:files_struct 54 #define files_fdtable(files) (rcu_dereference((files)->fdt))
|
/prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/linux/ |
file.h | 44 struct fdtable *fdt; member in struct:files_struct 54 #define files_fdtable(files) (rcu_dereference((files)->fdt))
|
/prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/linux/ |
file.h | 44 struct fdtable *fdt; member in struct:files_struct 54 #define files_fdtable(files) (rcu_dereference((files)->fdt))
|
/prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/linux/ |
file.h | 44 struct fdtable *fdt; member in struct:files_struct 54 #define files_fdtable(files) (rcu_dereference((files)->fdt))
|
/prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/linux/ |
file.h | 44 struct fdtable *fdt; member in struct:files_struct 54 #define files_fdtable(files) (rcu_dereference((files)->fdt))
|
/prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/linux/ |
file.h | 44 struct fdtable *fdt; member in struct:files_struct 54 #define files_fdtable(files) (rcu_dereference((files)->fdt))
|
/prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/linux/ |
file.h | 44 struct fdtable *fdt; member in struct:files_struct 54 #define files_fdtable(files) (rcu_dereference((files)->fdt))
|