Home
last modified time | relevance | path

Searched defs:fildes (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/fs/
Dpipe.c1102 SYSCALL_DEFINE2(pipe2, int __user *, fildes, int, flags) in SYSCALL_DEFINE2() argument
1118 SYSCALL_DEFINE1(pipe, int __user *, fildes) in SYSCALL_DEFINE1() argument
Dfcntl.c131 SYSCALL_DEFINE1(dup, unsigned int, fildes) in SYSCALL_DEFINE1() argument
/linux-2.6.39/arch/parisc/hpux/
Dsys_hpux.c430 int hpux_lockf(int fildes, int function, off_t size) in hpux_lockf()