Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/alc/
H A Dif_alc.c138 static int alc_suspend(device_t);
220 DEVMETHOD(device_suspend, alc_suspend),
2344 return (alc_suspend(dev)); in alc_shutdown()
2573 alc_suspend(device_t dev) in alc_suspend() function