Lines Matching refs:syscall_info

185 struct syscall_info {
341 char *fmt_ioreq(struct io_req *ioreq, struct syscall_info *sy, int fd);
344 struct status *sy_listio(struct io_req *req, struct syscall_info *sysc,
348 char *fmt_listio(struct io_req *req, struct syscall_info *sy,
353 struct status *sy_pread(struct io_req *req, struct syscall_info *sysc,
355 struct status *sy_pwrite(struct io_req *req, struct syscall_info *sysc,
357 char *fmt_pread(struct io_req *req, struct syscall_info *sy,
362 struct status *sy_readv(struct io_req *req, struct syscall_info *sysc,
364 struct status *sy_writev(struct io_req *req, struct syscall_info *sysc,
366 struct status *sy_rwv(struct io_req *req, struct syscall_info *sysc,
368 char *fmt_readv(struct io_req *req, struct syscall_info *sy,
373 struct status *sy_aread(struct io_req *req, struct syscall_info *sysc,
375 struct status *sy_awrite(struct io_req *req, struct syscall_info *sysc,
377 struct status *sy_arw(struct io_req *req, struct syscall_info *sysc,
379 char *fmt_aread(struct io_req *req, struct syscall_info *sy,
384 struct status *sy_mmread(struct io_req *req, struct syscall_info *sysc,
386 struct status *sy_mmwrite(struct io_req *req, struct syscall_info *sysc,
388 struct status *sy_mmrw(struct io_req *req, struct syscall_info *sysc,
390 char *fmt_mmrw(struct io_req *req, struct syscall_info *sy, int fd, char *addr);
2421 char *fmt_ioreq(struct io_req *ioreq, struct syscall_info *sy, int fd)
2530 struct status *sy_listio(struct io_req *req, struct syscall_info *sysc, int fd,
2620 char *fmt_listio(struct io_req *req, struct syscall_info *sy, int fd,
2650 struct status *sy_pread(struct io_req *req, struct syscall_info *sysc, int fd,
2671 struct status *sy_pwrite(struct io_req *req, struct syscall_info *sysc, int fd,
2692 char *fmt_pread(struct io_req *req, struct syscall_info *sy, int fd, char *addr)
2714 struct status *sy_readv(struct io_req *req, struct syscall_info *sysc, int fd,
2721 struct status *sy_writev(struct io_req *req, struct syscall_info *sysc, int fd,
2728 struct status *sy_rwv(struct io_req *req, struct syscall_info *sysc, int fd,
2763 char *fmt_readv(struct io_req *req, struct syscall_info *sy, int fd, char *addr)
2776 struct status *sy_aread(struct io_req *req, struct syscall_info *sysc, int fd,
2783 struct status *sy_awrite(struct io_req *req, struct syscall_info *sysc, int fd,
2795 struct status *sy_arw(struct io_req *req, struct syscall_info *sysc, int fd,
2856 char *fmt_aread(struct io_req *req, struct syscall_info *sy, int fd, char *addr)
2869 struct status *sy_mmread(struct io_req *req, struct syscall_info *sysc, int fd,
2876 struct status *sy_mmwrite(struct io_req *req, struct syscall_info *sysc, int fd,
2883 struct status *sy_mmrw(struct io_req *req, struct syscall_info *sysc, int fd,
2951 char *fmt_mmrw(struct io_req *req, struct syscall_info *sy, int fd, char *addr)
2980 struct syscall_info syscalls[] = {
3066 struct syscall_info *sy;