Searched refs:vcons_cd (Results 1 – 1 of 1) sorted by relevance
54 struct cfdriver vcons_cd = { variable181 if (unit >= vcons_cd.cd_ndevs) in vconsopen()183 sc = vcons_cd.cd_devs[unit]; in vconsopen()221 if (unit >= vcons_cd.cd_ndevs) in vconsclose()223 sc = vcons_cd.cd_devs[unit]; in vconsclose()242 if (unit >= vcons_cd.cd_ndevs) in vconsread()244 sc = vcons_cd.cd_devs[unit]; in vconsread()259 if (unit >= vcons_cd.cd_ndevs) in vconswrite()261 sc = vcons_cd.cd_devs[unit]; in vconswrite()277 if (unit >= vcons_cd.cd_ndevs) in vconsioctl()[all …]