Home
last modified time | relevance | path

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