MCPcopy Create free account
hub / github.com/F-Stack/f-stack / sys_pread

Function sys_pread

freebsd/kern/sys_generic.c:222–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220};
221#endif
222int
223sys_pread(struct thread *td, struct pread_args *uap)
224{
225
226 return (kern_pread(td, uap->fd, uap->buf, uap->nbyte, uap->offset));
227}
228
229int
230kern_pread(struct thread *td, int fd, void *buf, size_t nbyte, off_t offset)

Callers

nothing calls this directly

Calls 1

kern_preadFunction · 0.85

Tested by

no test coverage detected