HomeSort by relevance Sort by last modified time
    Searched refs:fd (Results 26 - 50 of 9164) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/strace/tests-m32/
fchmod.c 46 int fd = open(fname, O_CREAT|O_RDONLY, 0400); local
47 if (fd < 0)
53 long rc = syscall(__NR_fchmod, fd, 0600);
54 printf("fchmod(%d, 0600) = %s\n", fd, sprintrc(rc));
56 close(fd);
58 rc = syscall(__NR_fchmod, fd, 051);
59 printf("fchmod(%d, 051) = %s\n", fd, sprintrc(rc));
61 rc = syscall(__NR_fchmod, fd, 004);
62 printf("fchmod(%d, 004) = %s\n", fd, sprintrc(rc));
fchdir.c 12 const long int fd = (long int) 0xdeadbeefffffffffULL; local
14 long rc = syscall(__NR_fchdir, fd);
16 (int) fd, rc, errno2name());
fdatasync.c 12 const long int fd = (long int) 0xdeadbeefffffffffULL; local
14 long rc = syscall(__NR_fdatasync, fd);
15 printf("fdatasync(%d) = %ld %s (%m)\n", (int) fd, rc, errno2name());
fsync.c 12 const long int fd = (long int) 0xdeadbeefffffffffULL; local
14 long rc = syscall(__NR_fsync, fd);
15 printf("fsync(%d) = %ld %s (%m)\n", (int) fd, rc, errno2name());
  /external/strace/tests-mx32/
fchmod.c 46 int fd = open(fname, O_CREAT|O_RDONLY, 0400); local
47 if (fd < 0)
53 long rc = syscall(__NR_fchmod, fd, 0600);
54 printf("fchmod(%d, 0600) = %s\n", fd, sprintrc(rc));
56 close(fd);
58 rc = syscall(__NR_fchmod, fd, 051);
59 printf("fchmod(%d, 051) = %s\n", fd, sprintrc(rc));
61 rc = syscall(__NR_fchmod, fd, 004);
62 printf("fchmod(%d, 004) = %s\n", fd, sprintrc(rc));
fchdir.c 12 const long int fd = (long int) 0xdeadbeefffffffffULL; local
14 long rc = syscall(__NR_fchdir, fd);
16 (int) fd, rc, errno2name());
fdatasync.c 12 const long int fd = (long int) 0xdeadbeefffffffffULL; local
14 long rc = syscall(__NR_fdatasync, fd);
15 printf("fdatasync(%d) = %ld %s (%m)\n", (int) fd, rc, errno2name());
fsync.c 12 const long int fd = (long int) 0xdeadbeefffffffffULL; local
14 long rc = syscall(__NR_fsync, fd);
15 printf("fsync(%d) = %ld %s (%m)\n", (int) fd, rc, errno2name());
  /external/syslinux/libinstaller/
syslxcom.h 7 ssize_t xpread(int fd, void *buf, size_t count, off_t offset);
8 ssize_t xpwrite(int fd, const void *buf, size_t count, off_t offset);
9 void clear_attributes(int fd);
10 void set_attributes(int fd);
11 int sectmap(int fd, sector_t *sectors, int nsectors);
  /external/valgrind/none/tests/
closeall.c 9 int fd; local
13 for ( fd = 3; fd < lim.rlim_cur; fd++ )
14 close( fd );
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_dmn_conn_glue_pipe.h 39 int loc_eng_dmn_conn_glue_piperemove(const char * pipe_name, int fd);
40 int loc_eng_dmn_conn_glue_pipewrite(int fd, const void * buf, size_t sz);
41 int loc_eng_dmn_conn_glue_piperead(int fd, void * buf, size_t sz);
43 int loc_eng_dmn_conn_glue_pipeflush(int fd);
44 int loc_eng_dmn_conn_glue_pipeunblock(int fd);
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng_dmn_conn_glue_pipe.h 39 int loc_eng_dmn_conn_glue_piperemove(const char * pipe_name, int fd);
40 int loc_eng_dmn_conn_glue_pipewrite(int fd, const void * buf, size_t sz);
41 int loc_eng_dmn_conn_glue_piperead(int fd, void * buf, size_t sz);
43 int loc_eng_dmn_conn_glue_pipeflush(int fd);
44 int loc_eng_dmn_conn_glue_pipeunblock(int fd);
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
loc_eng_dmn_conn_glue_pipe.h 39 int loc_eng_dmn_conn_glue_piperemove(const char * pipe_name, int fd);
40 int loc_eng_dmn_conn_glue_pipewrite(int fd, const void * buf, size_t sz);
41 int loc_eng_dmn_conn_glue_piperead(int fd, void * buf, size_t sz);
43 int loc_eng_dmn_conn_glue_pipeflush(int fd);
44 int loc_eng_dmn_conn_glue_pipeunblock(int fd);
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_dmn_conn_glue_pipe.h 39 int loc_eng_dmn_conn_glue_piperemove(const char * pipe_name, int fd);
40 int loc_eng_dmn_conn_glue_pipewrite(int fd, const void * buf, size_t sz);
41 int loc_eng_dmn_conn_glue_piperead(int fd, void * buf, size_t sz);
43 int loc_eng_dmn_conn_glue_pipeflush(int fd);
44 int loc_eng_dmn_conn_glue_pipeunblock(int fd);
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc_eng_dmn_conn_glue_pipe.h 39 int loc_eng_dmn_conn_glue_piperemove(const char * pipe_name, int fd);
40 int loc_eng_dmn_conn_glue_pipewrite(int fd, const void * buf, size_t sz);
41 int loc_eng_dmn_conn_glue_piperead(int fd, void * buf, size_t sz);
43 int loc_eng_dmn_conn_glue_pipeflush(int fd);
44 int loc_eng_dmn_conn_glue_pipeunblock(int fd);
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
loc_eng_dmn_conn_glue_pipe.h 39 int loc_eng_dmn_conn_glue_piperemove(const char * pipe_name, int fd);
40 int loc_eng_dmn_conn_glue_pipewrite(int fd, const void * buf, size_t sz);
41 int loc_eng_dmn_conn_glue_piperead(int fd, void * buf, size_t sz);
43 int loc_eng_dmn_conn_glue_pipeflush(int fd);
44 int loc_eng_dmn_conn_glue_pipeunblock(int fd);
  /bionic/libc/kernel/uapi/linux/
kcm.h 22 int fd; member in struct:kcm_attach
26 int fd; member in struct:kcm_unattach
29 int fd; member in struct:kcm_clone
  /external/kernel-headers/original/uapi/linux/
kcm.h 19 int fd; member in struct:kcm_attach
24 int fd; member in struct:kcm_unattach
28 int fd; member in struct:kcm_clone
  /external/libpcap/
pcap-netfilter-linux-android.c 20 android_nflog_send_config_cmd(int fd, u_int16_t group_id, u_int8_t cmd, u_int8_t family)
23 handle.fd = fd;
  /external/linux-kselftest/tools/testing/selftests/sync/
sync.h 35 int sync_wait(int fd, int timeout);
37 int sync_fence_size(int fd);
38 int sync_fence_count_with_status(int fd, int status);
  /external/strace/tests/
fchdir.c 12 const long int fd = (long int) 0xdeadbeefffffffffULL; local
14 long rc = syscall(__NR_fchdir, fd);
16 (int) fd, rc, errno2name());
fdatasync.c 12 const long int fd = (long int) 0xdeadbeefffffffffULL; local
14 long rc = syscall(__NR_fdatasync, fd);
15 printf("fdatasync(%d) = %ld %s (%m)\n", (int) fd, rc, errno2name());
fsync.c 12 const long int fd = (long int) 0xdeadbeefffffffffULL; local
14 long rc = syscall(__NR_fsync, fd);
15 printf("fsync(%d) = %ld %s (%m)\n", (int) fd, rc, errno2name());
  /external/toybox/toys/other/
fsfreeze.c 26 int fd = xopenro(*toys.optargs); local
29 xioctl(fd, (toys.optflags & FLAG_f) ? FIFREEZE : FITHAW, &p);
30 xclose(fd);
  /libcore/ojluni/src/main/java/sun/nio/ch/
SocketDispatcher.java 40 int read(FileDescriptor fd, long address, int len) throws IOException {
43 return FileDispatcherImpl.read0(fd, address, len);
46 long readv(FileDescriptor fd, long address, int len) throws IOException {
49 return FileDispatcherImpl.readv0(fd, address, len);
52 int write(FileDescriptor fd, long address, int len) throws IOException {
55 return FileDispatcherImpl.write0(fd, address, len);
58 long writev(FileDescriptor fd, long address, int len) throws IOException {
61 return FileDispatcherImpl.writev0(fd, address, len);
64 void close(FileDescriptor fd) throws IOException {
65 FileDispatcherImpl.close0(fd);
    [all...]

Completed in 901 milliseconds

12 3 4 5 6 7 8 91011>>