HomeSort by: relevance | last modified time | path
    Searched defs:sd_flush (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/scsipi/
sd.c 126 static int sd_flush(struct sd_softc *, int);
587 if (sd_flush(sd, 0)) {
1013 error = sd_flush(sd, 0);
1104 if (sd_flush(sd, XS_CTL_NOSLEEP|XS_CTL_POLL)) {
1891 sd_flush(struct sd_softc *sd, int flags) function in typeref:typename:int
sd.c 126 static int sd_flush(struct sd_softc *, int);
587 if (sd_flush(sd, 0)) {
1013 error = sd_flush(sd, 0);
1104 if (sd_flush(sd, XS_CTL_NOSLEEP|XS_CTL_POLL)) {
1891 sd_flush(struct sd_softc *sd, int flags) function in typeref:typename:int

Completed in 204 milliseconds