Home
last modified time | relevance | path

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

/openbsd-src/sys/arch/sparc64/dev/
H A Dvcons.c54 struct cfdriver vcons_cd = { variable
181 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 …]