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

Function freebsd6_pwrite

freebsd/kern/sys_generic.c:451–456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

449
450#if defined(COMPAT_FREEBSD6)
451int
452freebsd6_pwrite(struct thread *td, struct freebsd6_pwrite_args *uap)
453{
454
455 return (kern_pwrite(td, uap->fd, uap->buf, uap->nbyte, uap->offset));
456}
457#endif
458
459/*

Callers

nothing calls this directly

Calls 1

kern_pwriteFunction · 0.85

Tested by

no test coverage detected