/external/u-boot/lib/efi_loader/ |
D | efi_file.c | 41 static char *basename(struct file_handle *fh) in basename() 49 static int set_blk_dev(struct file_handle *fh) in set_blk_dev() 54 static int is_dir(struct file_handle *fh) in is_dir() 135 struct file_handle *fh; in file_open() local 197 struct file_handle *fh = to_fh(file); in efi_file_open() local 209 static efi_status_t file_close(struct file_handle *fh) in file_close() 218 struct file_handle *fh = to_fh(file); in efi_file_close() local 225 struct file_handle *fh = to_fh(file); in efi_file_delete() local 231 static efi_status_t file_read(struct file_handle *fh, u64 *buffer_size, in file_read() 246 static efi_status_t dir_read(struct file_handle *fh, u64 *buffer_size, in dir_read() [all …]
|
/external/iproute2/tc/ |
D | f_route.c | 41 __u32 fh = 0xFFFF8000; in route_parse_opt() local
|
/external/kernel-headers/original/uapi/linux/ |
D | fuse.h | 445 uint64_t fh; member 488 uint64_t fh; member 517 uint64_t fh; member 523 uint64_t fh; member 530 uint64_t fh; member 537 uint64_t fh; member 549 uint64_t fh; member 570 uint64_t fh; member 591 uint64_t fh; member 667 uint64_t fh; member [all …]
|
/external/strace/tests-m32/ |
D | file_handle.c | 99 struct file_handle *fh = in do_name_to_handle_at() local 128 struct file_handle *fh = in do_open_by_handle_at() local
|
/external/strace/tests-mx32/ |
D | file_handle.c | 99 struct file_handle *fh = in do_name_to_handle_at() local 128 struct file_handle *fh = in do_open_by_handle_at() local
|
/external/strace/tests/ |
D | file_handle.c | 99 struct file_handle *fh = in do_name_to_handle_at() local 128 struct file_handle *fh = in do_open_by_handle_at() local
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_fence.cpp | 56 swr_fence_submit(struct swr_context *ctx, struct pipe_fence_handle *fh) in swr_fence_submit()
|
D | swr_fence_work.cpp | 60 swr_add_fence_work(struct pipe_fence_handle *fh, in swr_add_fence_work()
|
/external/e2fsprogs/misc/ |
D | fuse2fs.c | 2165 struct fuse2fs_file_handle *fh = in op_read() local 2222 struct fuse2fs_file_handle *fh = in op_write() local 2294 struct fuse2fs_file_handle *fh = in op_release() local 2324 struct fuse2fs_file_handle *fh = in op_fsync() local 2772 struct fuse2fs_file_handle *fh = in op_readdir() local 2959 struct fuse2fs_file_handle *fh = in op_ftruncate() local 3013 struct fuse2fs_file_handle *fh = in op_fgetattr() local 3092 static int ioctl_getflags(ext2_filsys fs, struct fuse2fs_file_handle *fh, in ioctl_getflags() 3115 static int ioctl_setflags(ext2_filsys fs, struct fuse2fs_file_handle *fh, in ioctl_setflags() 3153 static int ioctl_getversion(ext2_filsys fs, struct fuse2fs_file_handle *fh, in ioctl_getversion() [all …]
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_flag_parser.h | 114 FlagHandler<T> *fh = new (FlagParser::Alloc) FlagHandler<T>(var); // NOLINT in RegisterFlag() local
|
/external/skqp/gm/ |
D | conicpaths.cpp | 105 for (int fh = 0; fh < 2; ++fh) { in onDraw() local
|
/external/skia/gm/ |
D | conicpaths.cpp | 105 for (int fh = 0; fh < 2; ++fh) { in onDraw() local
|
/external/mesa3d/src/gallium/auxiliary/hud/ |
D | hud_cpufreq.c | 82 FILE *fh = fopen(fn, "r"); in get_file_value() local
|
D | hud_diskstat.c | 103 FILE *fh = fopen(fn, "r"); in get_file_values() local
|
D | hud_nic.c | 88 FILE *fh = fopen(fname, "r"); in get_file_value() local
|
/external/ltp/testcases/cve/ |
D | stack_clash.c | 97 FILE *fh; in read_stack_addr_from_proc() local
|
/external/tcpdump/ |
D | parsenfsfh.c | 108 Parse_fh(register const unsigned char *fh, u_int len, my_fsid *fsidp, in Parse_fh()
|
/external/python/cpython2/Demo/rpc/ |
D | nfsclient.py | 136 def Getattr(self, fh): argument
|
/external/python/cpython2/Modules/ |
D | fmmodule.c | 23 newfhobject(fmfonthandle fh) in newfhobject()
|
/external/libcups/filter/ |
D | raster.c | 1021 cups_page_header2_t fh; /* File page header */ in cupsRasterWriteHeader() local 1217 cups_page_header2_t fh; /* File page header */ in cupsRasterWriteHeader2() local
|
/external/libaom/libaom/aom_dsp/ |
D | entenc.c | 156 static void od_ec_encode_q15(od_ec_enc *enc, unsigned fl, unsigned fh, int s, in od_ec_encode_q15()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_state_framebuffer.c | 409 float fh = flip * viewport->scale[1] * 2.0f; in emit_viewport() local
|
/external/google-breakpad/src/client/mac/handler/ |
D | breakpad_nlist_64.cc | 206 struct fat_header fh; in __breakpad_fdnlist() local
|
/external/python/cpython3/Modules/ |
D | mmapmodule.c | 1205 HANDLE fh = 0; in new_mmap_object() local 1259 fh = (HANDLE)_get_osfhandle(fileno); in new_mmap_object() local
|
/external/tensorflow/tensorflow/contrib/pi_examples/camera/ |
D | camera.cc | 61 Status SendCameraCommand(int fh, int request, void* arg) { in SendCameraCommand()
|