Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/pseries/
H A Drtas_dev.c54 static void rtas_shutdown(void *arg, int howto);
96 EVENTHANDLER_REGISTER(shutdown_final, rtas_shutdown, NULL, in rtasdev_attach()
153 rtas_shutdown(void *arg, int howto) in rtas_shutdown() function