Home
last modified time | relevance | path

Searched refs:filedes (Results 1 – 13 of 13) sorted by relevance

/external/e2fsprogs/lib/ss/
Dpager.c76 int filedes[2]; in ss_pager_create() local
78 if (pipe(filedes) != 0) in ss_pager_create()
88 if (dup2(filedes[0], 0) == -1) in ss_pager_create()
96 (void) close(filedes[0]); in ss_pager_create()
97 return(filedes[1]); in ss_pager_create()
/external/valgrind/main/memcheck/tests/
Dpipe.c11 int *filedes = malloc(2 * sizeof(int)); in main() local
13 pipe(filedes); in main()
/external/chromium_org/third_party/libusb/src/libusb/os/
Dpoll_windows.c259 int usbi_pipe(int filedes[2]) in usbi_pipe()
287 filedes[0] = poll_fd[i].fd; in usbi_pipe()
289 filedes[1] = filedes[0]; in usbi_pipe()
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
D_osf1.h237 extern int __poll(struct pollfd filedes[], unsigned int nfds, int timeout);
D_openvms.h307 extern int __poll(struct pollfd filedes[], unsigned int nfds, int timeout);
/external/grub/lib/
Ddevice.c879 static int _llseek (uint filedes, ulong hi, ulong lo, in write_to_partition()
881 _syscall5 (int, _llseek, uint, filedes, ulong, hi, ulong, lo, in write_to_partition()
/external/grub/grub/
Dasmstub.c944 static int _llseek (uint filedes, ulong hi, ulong lo, in biosdisk()
946 _syscall5 (int, _llseek, uint, filedes, ulong, hi, ulong, lo, in biosdisk()
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-mips32-linux.c1371 PRE_REG_READ1(int, "pipe", int *, filedes); in PRE()
Dsyswrap-linux.c2617 PRE_REG_READ1(int, "pipe", int *, filedes); in PRE()
2644 PRE_REG_READ2(int, "pipe", int *, filedes, long, flags); in PRE()
/external/valgrind/main/memcheck/tests/x86-linux/
Dscalar.stderr.exp481 Syscall param pipe(filedes) contains uninitialised byte(s)
485 Syscall param pipe(filedes) points to unaddressable byte(s)
/external/grub/
DChangeLog3933 _llseek renamed from "seeked_fd" to "filedes".
/external/chromium_org/tools/win/split_link/viz.js/
Dviz.js2880 var flush = function(filedes) { argument
2882 if (FS.streams[filedes] && FS.streams[filedes].object.output) {
2883 …if (!FS.streams[filedes].isTerminal) { // don't flush terminals, it would cause a \n to also appear
2884 FS.streams[filedes].object.output(null);
/external/chromium_org/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js2335 var flush = function(filedes) { argument
2337 if (FS.streams[filedes] && FS.streams[filedes].object.output) {
2338 …if (!FS.streams[filedes].isTerminal) { // don't flush terminals, it would cause a \n to also appear
2339 FS.streams[filedes].object.output(null);