Searched refs:fromfd (Results 1 - 3 of 3) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dutil.c87 int fromfd, tofd; local
98 fromfd = open(from, O_RDONLY);
99 if (fromfd < 0)
106 addr = mmap(NULL, st.st_size, PROT_READ, MAP_PRIVATE, fromfd, 0);
119 close(fromfd);
/external/valgrind/main/coregrind/
H A Dvgdb.c586 /* Read a packet from fromfd, with error checking,
592 getpkt (char *buf, int fromfd, int ackfd) argument
602 c = readchar (fromfd);
612 c = readchar (fromfd);
623 repeat = readchar (fromfd);
634 c1 = fromhex (readchar (fromfd));
635 c2 = fromhex (readchar (fromfd));
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-darwin.c3099 int, fromfd, int, tofd,
3109 int, fromfd, int, tofd,

Completed in 113 milliseconds