Searched refs:filedes (Results 1 – 13 of 13) sorted by relevance
/external/e2fsprogs/lib/ss/ |
D | pager.c | 76 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/ |
D | pipe.c | 11 int *filedes = malloc(2 * sizeof(int)); in main() local 13 pipe(filedes); in main()
|
/external/chromium_org/third_party/libusb/src/libusb/os/ |
D | poll_windows.c | 259 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.h | 237 extern int __poll(struct pollfd filedes[], unsigned int nfds, int timeout);
|
D | _openvms.h | 307 extern int __poll(struct pollfd filedes[], unsigned int nfds, int timeout);
|
/external/grub/lib/ |
D | device.c | 879 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/ |
D | asmstub.c | 944 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/ |
D | syswrap-mips32-linux.c | 1371 PRE_REG_READ1(int, "pipe", int *, filedes); in PRE()
|
D | syswrap-linux.c | 2617 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/ |
D | scalar.stderr.exp | 481 Syscall param pipe(filedes) contains uninitialised byte(s) 485 Syscall param pipe(filedes) points to unaddressable byte(s)
|
/external/grub/ |
D | ChangeLog | 3933 _llseek renamed from "seeked_fd" to "filedes".
|
/external/chromium_org/tools/win/split_link/viz.js/ |
D | viz.js | 2880 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/ |
D | gnuplot-4.6.3-emscripten.js | 2335 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);
|