Home
last modified time | relevance | path

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

/dragonfly/sys/dev/virtual/virtio/net/
H A Dif_vtnet.c80 static int vtnet_detach(device_t);
223 DEVMETHOD(device_detach, vtnet_detach),
372 vtnet_detach(dev); in vtnet_attach()
378 vtnet_detach(device_t dev) in vtnet_detach() function