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

  /src/sys/dev/scsipi/
cd.c 134 static int cd_lastclose(device_t);
243 .d_lastclose = cd_lastclose,
342 if ((rc = disk_begindetach(&dksc->sc_dkdev, cd_lastclose, self, flags)) != 0)
521 cd_lastclose(device_t self) function in typeref:typename:int
cd.c 134 static int cd_lastclose(device_t);
243 .d_lastclose = cd_lastclose,
342 if ((rc = disk_begindetach(&dksc->sc_dkdev, cd_lastclose, self, flags)) != 0)
521 cd_lastclose(device_t self) function in typeref:typename:int
cd.c 134 static int cd_lastclose(device_t);
243 .d_lastclose = cd_lastclose,
342 if ((rc = disk_begindetach(&dksc->sc_dkdev, cd_lastclose, self, flags)) != 0)
521 cd_lastclose(device_t self) function in typeref:typename:int
cd.c 134 static int cd_lastclose(device_t);
243 .d_lastclose = cd_lastclose,
342 if ((rc = disk_begindetach(&dksc->sc_dkdev, cd_lastclose, self, flags)) != 0)
521 cd_lastclose(device_t self) function in typeref:typename:int
cd.c 134 static int cd_lastclose(device_t);
243 .d_lastclose = cd_lastclose,
342 if ((rc = disk_begindetach(&dksc->sc_dkdev, cd_lastclose, self, flags)) != 0)
521 cd_lastclose(device_t self) function in typeref:typename:int

Completed in 60 milliseconds