Home
last modified time | relevance | path

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

/freebsd/sys/dev/vt/
H A Dvt.h162 unsigned int vd_unit; /* (c) Device unit. */ member
H A Dvt_core.c124 #define VT_UNIT(vw) ((vw)->vw_device->vd_unit * VT_MAXWINDOWS + \
1877 vd->vd_unit = atomic_fetchadd_int(&vt_unit, 1); in vtterm_cnprobe()