/src/sys/arch/sparc64/dev/ |
fdc.c | 326 bool fdshutdown(device_t, int); 997 if (!pmf_device_register1(self, fdsuspend, NULL, fdshutdown)) 1001 bool fdshutdown(device_t self, int how) function in typeref:typename:bool 1012 return fdshutdown(self, boothowto);
|
/src/sys/arch/sparc/dev/ |
fd.c | 294 bool fdshutdown(device_t, int); 824 if (!pmf_device_register1(self, fdsuspend, NULL, fdshutdown)) 828 bool fdshutdown(device_t self, int how) function in typeref:typename:bool 839 return fdshutdown(self, boothowto);
|