Home
last modified time | relevance | path

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

/freebsd-src/sys/dev/syscons/
H A Dscvesactl.c137 vesa_unload_ioctl(void) in vesa_unload_ioctl() function
/freebsd-src/sys/dev/fb/
H A Dvesa.h132 int vesa_unload_ioctl(void);
H A Dvesa.c1968 if ((error = vesa_unload_ioctl()) == 0) { in vesa_unload()