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

  /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);
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);
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);
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);
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);

Completed in 41 milliseconds