Home
last modified time | relevance | path

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

/openbsd-src/sys/arch/luna88k/dev/
H A Dxp.c67 struct cfdriver xp_cd = { variable
127 if (strcmp(maa->ma_name, xp_cd.cd_name)) in xp_match()
158 if (unit >= xp_cd.cd_ndevs) in xpopen()
160 sc = xp_cd.cd_devs[unit]; in xpopen()
180 if (unit >= xp_cd.cd_ndevs) in xpclose()
182 sc = xp_cd.cd_devs[unit]; in xpclose()
200 if (unit >= xp_cd.cd_ndevs) in xpioctl()
202 sc = xp_cd.cd_devs[unit]; in xpioctl()
246 sc = xp_cd.cd_devs[unit]; in xpmmap()