• Home
  • Raw
  • Download

Lines Matching refs:syscall_info

185 struct syscall_info {  struct
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) in fmt_ioreq()
2530 struct status *sy_listio(struct io_req *req, struct syscall_info *sysc, int fd, in sy_listio()
2620 char *fmt_listio(struct io_req *req, struct syscall_info *sy, int fd, in fmt_listio()
2650 struct status *sy_pread(struct io_req *req, struct syscall_info *sysc, int fd, in sy_pread()
2671 struct status *sy_pwrite(struct io_req *req, struct syscall_info *sysc, int fd, in sy_pwrite()
2692 char *fmt_pread(struct io_req *req, struct syscall_info *sy, int fd, char *addr) in fmt_pread()
2714 struct status *sy_readv(struct io_req *req, struct syscall_info *sysc, int fd, in sy_readv()
2721 struct status *sy_writev(struct io_req *req, struct syscall_info *sysc, int fd, in sy_writev()
2728 struct status *sy_rwv(struct io_req *req, struct syscall_info *sysc, int fd, in sy_rwv()
2763 char *fmt_readv(struct io_req *req, struct syscall_info *sy, int fd, char *addr) in fmt_readv()
2776 struct status *sy_aread(struct io_req *req, struct syscall_info *sysc, int fd, in sy_aread()
2783 struct status *sy_awrite(struct io_req *req, struct syscall_info *sysc, int fd, in sy_awrite()
2795 struct status *sy_arw(struct io_req *req, struct syscall_info *sysc, int fd, in sy_arw()
2856 char *fmt_aread(struct io_req *req, struct syscall_info *sy, int fd, char *addr) in fmt_aread()
2869 struct status *sy_mmread(struct io_req *req, struct syscall_info *sysc, int fd, in sy_mmread()
2876 struct status *sy_mmwrite(struct io_req *req, struct syscall_info *sysc, int fd, in sy_mmwrite()
2883 struct status *sy_mmrw(struct io_req *req, struct syscall_info *sysc, int fd, in sy_mmrw()
2951 char *fmt_mmrw(struct io_req *req, struct syscall_info *sy, int fd, char *addr) in fmt_mmrw()
2980 struct syscall_info syscalls[] = {
3066 struct syscall_info *sy; in do_rw()