Home
last modified time | relevance | path

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

/freebsd/sys/dev/virtio/balloon/
H A Dvirtio_balloon.c86 static int vtballoon_attach(device_t);
142 DEVMETHOD(device_attach, vtballoon_attach),
171 vtballoon_attach(device_t dev) in vtballoon_attach() function