Home
last modified time | relevance | path

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

/NextBSD/sys/dev/vt/
HDvt.h91 void vt_allocate(const struct vt_driver *, void *);
HDvt_core.c2770 vt_allocate(const struct vt_driver *drv, void *softc) in vt_allocate() function
/NextBSD/sys/dev/vt/hw/fb/
HDvt_fb.c460 vt_allocate(&vt_fb_driver, info); in vt_fb_attach()