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

  /src/sys/dev/scsipi/
sd.c 106 static int sd_lastclose(device_t);
204 .d_lastclose = sd_lastclose,
395 rc = disk_begindetach(&dksc->sc_dkdev, sd_lastclose, self, flags);
575 sd_lastclose(device_t self) function in typeref:typename:int
sd.c 106 static int sd_lastclose(device_t);
204 .d_lastclose = sd_lastclose,
395 rc = disk_begindetach(&dksc->sc_dkdev, sd_lastclose, self, flags);
575 sd_lastclose(device_t self) function in typeref:typename:int

Completed in 41 milliseconds