/src/sys/dev/scsipi/ |
sd.c | 101 static bool sd_shutdown(device_t, int); 382 if (!pmf_device_register1(self, sd_suspend, NULL, sd_shutdown)) 1093 sd_shutdown(device_t self, int how) function in typeref:typename:bool 1117 return sd_shutdown(dv, boothowto); /* XXX no need to poll */
|
sd.c | 101 static bool sd_shutdown(device_t, int); 382 if (!pmf_device_register1(self, sd_suspend, NULL, sd_shutdown)) 1093 sd_shutdown(device_t self, int how) function in typeref:typename:bool 1117 return sd_shutdown(dv, boothowto); /* XXX no need to poll */
|
sd.c | 101 static bool sd_shutdown(device_t, int); 382 if (!pmf_device_register1(self, sd_suspend, NULL, sd_shutdown)) 1093 sd_shutdown(device_t self, int how) function in typeref:typename:bool 1117 return sd_shutdown(dv, boothowto); /* XXX no need to poll */
|