/third_party/ltp/testcases/kernel/syscalls/pwrite/ |
H A D | pwrite01.c | 29 static int fildes; variable [all...] |
/third_party/ltp/testcases/kernel/syscalls/pread/ |
H A D | pread01.c | 28 static int fildes; variable [all...] |
/third_party/ntfs-3g/libntfs-3g/ |
H A D | unix_io.c | 82 static int ntfs_fsync(int fildes) in ntfs_fsync() argument
|
/third_party/ltp/testcases/kernel/syscalls/fork/ |
H A D | fork04.c | 140 int fildes; in child_environment() local 238 int fildes; in parent_environment() local
|
/third_party/elfutils/libelf/ |
H A D | elf_begin.c | 50 file_read_ar (int fildes, void *map_address, off_t offset, size_t maxsize, in file_read_ar() argument 72 get_shnum (void *map_address, unsigned char *e_ident, int fildes, in get_shnum() argument 280 file_read_elf (int fildes, void *map_address, unsigned char *e_ident, in file_read_elf() argument 550 __libelf_read_mmaped_file (int fildes, void *map_address, int64_t offset, in __libelf_read_mmaped_file() argument 583 read_unmmaped_file(int fildes, int64_t offset, size_t maxsize, Elf_Cmd cmd, Elf *parent) read_unmmaped_file() argument 645 read_file(int fildes, int64_t offset, size_t maxsize, Elf_Cmd cmd, Elf *parent) read_file() argument 1045 dup_elf(int fildes, Elf_Cmd cmd, Elf *ref) dup_elf() argument 1135 lock_dup_elf(int fildes, Elf_Cmd cmd, Elf *ref) lock_dup_elf() argument 1149 elf_begin(int fildes, Elf_Cmd cmd, Elf *ref) elf_begin() argument [all...] |
H A D | libelfP.h | 295 int fildes; member
|
/third_party/ltp/lib/ |
H A D | tst_safe_macros.c | 497 int safe_pipe2(const char *file, const int lineno, int fildes[2], int flags) in safe_pipe2() argument
|
H A D | safe_macros.c | 63 safe_close(const char *file, const int lineno, void (*cleanup_fn) (void), int fildes) safe_close() argument 270 safe_pipe(const char *file, const int lineno, void (*cleanup_fn) (void), int fildes[2]) safe_pipe() argument 289 safe_read(const char *file, const int lineno, void (*cleanup_fn) (void), char len_strict, int fildes, void *buf, size_t nbyte) safe_read() argument 530 safe_write(const char *file, const int lineno, void (cleanup_fn) (void), enum safe_write_opts len_strict, int fildes, const void *buf, size_t nbyte) safe_write() argument [all...] |
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | sys_parisc.c | 436 asmlinkage long parisc_pipe2(int __user *fildes, int flags) in parisc_pipe2() argument
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | sys_parisc.c | 366 asmlinkage long parisc_pipe2(int __user *fildes, int flags) in parisc_pipe2() argument
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | stropts.h | 105 int fildes; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | stropts.h | 105 int fildes; member
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | stropts.h | 105 int fildes; member
|
/third_party/musl/include/ |
H A D | stropts.h | 105 int fildes; member
|
/kernel/linux/linux-5.10/fs/ |
H A D | pipe.c | 1001 static int do_pipe2(int __user *fildes, int flags) in do_pipe2() argument
|
/kernel/linux/linux-6.6/fs/ |
H A D | pipe.c | 1006 static int do_pipe2(int __user *fildes, int flags) in do_pipe2() argument
|