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

Function freebsd6_pread

freebsd/kern/sys_generic.c:249–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247
248#if defined(COMPAT_FREEBSD6)
249int
250freebsd6_pread(struct thread *td, struct freebsd6_pread_args *uap)
251{
252
253 return (kern_pread(td, uap->fd, uap->buf, uap->nbyte, uap->offset));
254}
255#endif
256
257/*

Callers

nothing calls this directly

Calls 1

kern_preadFunction · 0.85

Tested by

no test coverage detected