Home
last modified time | relevance | path

Searched refs:fdshutdown (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/sparc/dev/
H A Dfd.c294 bool fdshutdown(device_t, int);
824 if (!pmf_device_register1(self, fdsuspend, NULL, fdshutdown)) in fdattach()
828 bool fdshutdown(device_t self, int how) in fdshutdown() function
839 return fdshutdown(self, boothowto); in fdsuspend()
/netbsd-src/sys/arch/sparc64/dev/
H A Dfdc.c326 bool fdshutdown(device_t, int);
997 if (!pmf_device_register1(self, fdsuspend, NULL, fdshutdown))
1001 bool fdshutdown(device_t self, int how) function
1012 return fdshutdown(self, boothowto);