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

Function ktrstruct_error

freebsd/kern/kern_ktrace.c:786–792  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

784}
785
786void
787ktrstruct_error(const char *name, const void *data, size_t datalen, int error)
788{
789
790 if (error == 0)
791 ktrstruct(name, data, datalen);
792}
793
794void
795ktrstructarray(const char *name, enum uio_seg seg, const void *data,

Callers

nothing calls this directly

Calls 1

ktrstructFunction · 0.85

Tested by

no test coverage detected