Searched refs:pos_lo (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/arch/ia64/ia32/ |
D | sys_ia32.c | 3970 sys32_pread (unsigned int fd, void *buf, unsigned int count, u32 pos_lo, u32 pos_hi) in sys32_pread() argument 3973 return sys_pread(fd, buf, count, ((unsigned long) pos_hi << 32) | pos_lo); in sys32_pread() 3977 sys32_pwrite (unsigned int fd, void *buf, unsigned int count, u32 pos_lo, u32 pos_hi) in sys32_pwrite() argument 3980 return sys_pwrite(fd, buf, count, ((unsigned long) pos_hi << 32) | pos_lo); in sys32_pwrite()
|