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

Function sys_pwrite

freebsd/kern/sys_generic.c:423–428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421};
422#endif
423int
424sys_pwrite(struct thread *td, struct pwrite_args *uap)
425{
426
427 return (kern_pwrite(td, uap->fd, uap->buf, uap->nbyte, uap->offset));
428}
429
430int
431kern_pwrite(struct thread *td, int fd, const void *buf, size_t nbyte,

Callers

nothing calls this directly

Calls 1

kern_pwriteFunction · 0.85

Tested by

no test coverage detected