Searched refs:fd_shutdown (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/arch/arc/jazz/ |
H A D | fd.c | 221 static bool fd_shutdown(device_t, int); 371 if (!pmf_device_register1(self, NULL, NULL, fd_shutdown)) in fdattach() 376 fd_shutdown(device_t self, int howto) in fd_shutdown() function
|
/netbsd-src/sys/arch/sun3/dev/ |
H A D | fd.c | 307 static bool fd_shutdown(device_t, int); 632 if (!pmf_device_register1(self, NULL, NULL, fd_shutdown)) in fdattach() 637 fd_shutdown(device_t self, int howto) in fd_shutdown() function
|