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

Function proc_writemem

freebsd/kern/sys_process.c:329–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

327}
328
329ssize_t
330proc_writemem(struct thread *td, struct proc *p, vm_offset_t va, void *buf,
331 size_t len)
332{
333
334 return (proc_iop(td, p, va, buf, len, UIO_WRITE));
335}
336
337static int
338ptrace_vm_entry(struct thread *td, struct proc *p, struct ptrace_vm_entry *pve)

Callers 3

ptrace_write_intFunction · 0.85
ptrace_write_intFunction · 0.85
kern_ptraceFunction · 0.85

Calls 1

proc_iopFunction · 0.85

Tested by

no test coverage detected