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

  /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 */

Completed in 73 milliseconds