Searched refs:filedes (Results 1 – 4 of 4) 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/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/grub/ |
D | ChangeLog | 3933 _llseek renamed from "seeked_fd" to "filedes".
|