Searched refs:pos_hi (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/ia32/
H A Dsys_ia32.c2231 sys32_pread (unsigned int fd, void __user *buf, unsigned int count, u32 pos_lo, u32 pos_hi) argument
2233 return sys_pread64(fd, buf, count, ((unsigned long) pos_hi << 32) | pos_lo);
2237 sys32_pwrite (unsigned int fd, void __user *buf, unsigned int count, u32 pos_lo, u32 pos_hi) argument
2239 return sys_pwrite64(fd, buf, count, ((unsigned long) pos_hi << 32) | pos_lo);

Completed in 106 milliseconds