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

Function core_compressed_write

freebsd/kern/imgact_elf.c:1527–1533  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1525}
1526
1527static int
1528core_compressed_write(void *base, size_t len, off_t offset, void *arg)
1529{
1530
1531 return (core_write((struct coredump_params *)arg, base, len, offset,
1532 UIO_SYSSPACE, NULL));
1533}
1534
1535static int
1536core_write(struct coredump_params *p, const void *base, size_t len,

Callers

nothing calls this directly

Calls 1

core_writeFunction · 0.85

Tested by

no test coverage detected