Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/usermode/dev/
H A Dif_veth.c51 static bool veth_shutdown(device_t, int);
108 pmf_device_register1(self, NULL, NULL, veth_shutdown); in veth_attach()
166 veth_shutdown(device_t self, int flags) in veth_shutdown() function