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

Function dead_strategy

freebsd/kern/kern_conf.c:296–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294#define dead_mmap (d_mmap_t *)enodev
295
296static void
297dead_strategy(struct bio *bp)
298{
299
300 biofinish(bp, NULL, ENXIO);
301}
302
303#define dead_dump (dumper_t *)enxio
304#define dead_kqfilter (d_kqfilter_t *)enxio

Callers

nothing calls this directly

Calls 1

biofinishFunction · 0.85

Tested by

no test coverage detected