Home
last modified time | relevance | path

Searched refs:ld_flush (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/
H A Dld.c76 static int ld_flush(device_t, bool);
271 ld_flush(dksc->sc_dev, false); in ldenddetach()
302 if (ld_flush(dev, /*poll*/false) != 0) { in ld_suspend()
336 if ((flags & RB_NOSYNC) == 0 && ld_flush(dev, true) != 0) in ld_shutdown()
365 ld_flush(self, false); in ld_lastclose()
453 ld_flush(device_t self, bool poll) in ld_flush() function