Searched refs:get_iovec32 (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/arch/x86_64/ia32/ |
D | sys_ia32.c | 1020 get_iovec32(struct iovec32 *iov32, struct iovec *iov_buf, u32 *count, int type, int *errp) in get_iovec32() function 1089 if ((iov = get_iovec32(vector, iovstack, &count, VERIFY_WRITE, &ret)) == NULL) in sys32_readv() 1107 if ((iov = get_iovec32(vector, iovstack, &count, VERIFY_READ, &ret)) == NULL) in sys32_writev()
|
/linux-2.4.37.9/arch/ia64/ia32/ |
D | sys_ia32.c | 1193 get_iovec32 (struct iovec32 *iov32, struct iovec *iov_buf, u32 count, int type) in get_iovec32() function 1242 iov = get_iovec32(vector, iovstack, count, VERIFY_WRITE); in sys32_readv() 1261 iov = get_iovec32(vector, iovstack, count, VERIFY_READ); in sys32_writev()
|