Home
last modified time | relevance | path

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

/netbsd/sys/dev/ic/
H A Ddpt.c208 static void dpt_shutdown(void *);
419 dpt_sdh = shutdownhook_establish(dpt_shutdown, NULL); in dpt_init()
617 dpt_shutdown(void *cookie) in dpt_shutdown() function