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

Function no_strategy

freebsd/kern/kern_conf.c:334–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332#define no_mmap_single (d_mmap_single_t *)enodev
333
334static void
335no_strategy(struct bio *bp)
336{
337
338 biofinish(bp, NULL, ENODEV);
339}
340
341static int
342no_poll(struct cdev *dev __unused, int events, struct thread *td __unused)

Callers

nothing calls this directly

Calls 1

biofinishFunction · 0.85

Tested by

no test coverage detected