Searched refs:dk_start (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/sys/dev/ |
H A D | dkvar.h | 104 void dk_start(struct dk_softc *, struct buf *);
|
H A D | ld.c | 327 dk_start(&sc->sc_dksc, NULL); in ld_resume() 533 dk_start(dksc, NULL); in lddone()
|
H A D | dksubr.c | 335 dk_start(dksc, bp); in dk_strategy() 376 dk_start(struct dk_softc *dksc, struct buf *bp) in dk_start() function
|
H A D | cgd.c | 1005 dk_start(dksc, NULL); in cgd_iodone2()
|
/netbsd-src/sys/arch/xen/xen/ |
H A D | xbd_xenbus.c | 919 dk_start(&sc->sc_dksc, NULL); in xbd_handler() 1096 dk_start(&sc->sc_dksc, NULL); in xbdioctl()
|
/netbsd-src/sys/dev/scsipi/ |
H A D | sd.c | 649 * Called from dk_start and implicitly from dk_strategy 809 dk_start(dksc, NULL); in sdrestart() 826 * release channel lock as dk_start may need to acquire in sdstart() 835 dk_start(dksc, NULL); in sdstart() 861 /* dk_start is called from scsipi_complete */ in sddone()
|
H A D | cd.c | 761 * Called from dk_start and implicitly from dk_strategy 886 dk_start(dksc, NULL); in cdrestart() 903 * release channel lock as dk_start may need to acquire in cdstart() 912 dk_start(dksc, NULL); in cdstart() 933 /* dk_start is called from scsipi_complete */ in cddone()
|
/netbsd-src/sys/dev/ata/ |
H A D | wd.c | 891 dk_start(dksc, NULL); in wdrestart() 1053 dk_start(dksc, NULL); in wddone()
|
/netbsd-src/sys/dev/raidframe/ |
H A D | rf_netbsdkintf.c | 2057 dk_start(dksc, NULL); in raidstart()
|