Home
last modified time | relevance | path

Searched refs:sys_readv (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/sys/compat/svr4/
HDsvr4_sysent.c142 …{ AS(readv_args), (sy_call_t *)sys_readv, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 121 = readv…
/freebsd-11-stable/sys/i386/linux/
HDlinux_sysent.c165 …{ AS(readv_args), (sy_call_t *)sys_readv, AUE_READV, NULL, 0, 0, 0, SY_THR_STATIC }, /* 145 = read…
/freebsd-11-stable/sys/amd64/linux/
HDlinux_sysent.c39 …{ AS(readv_args), (sy_call_t *)sys_readv, AUE_READV, NULL, 0, 0, 0, SY_THR_STATIC }, /* 19 = readv…
/freebsd-11-stable/sys/kern/
HDsys_generic.c268 sys_readv(struct thread *td, struct readv_args *uap) in sys_readv() function
HDinit_sysent.c168 …{ AS(readv_args), (sy_call_t *)sys_readv, AUE_READV, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC }, …
/freebsd-11-stable/sys/sys/
HDsysproto.h1882 int sys_readv(struct thread *, struct readv_args *);