Searched refs:bell_info (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/x68k/include/
H A Dopmbellio.h71 struct bell_info { struct
100 #define BELLIOCSPARAM _IOW('B', 0x1, struct bell_info)
101 #define BELLIOCGPARAM _IOR('B', 0x2, struct bell_info)
/netbsd-current/sys/arch/x68k/usr.bin/bellctrl/
H A Dbellctrl.c33 static struct bell_info values = {
222 struct bell_info param;
/netbsd-current/sys/arch/x68k/dev/
H A Dopmbell.c112 int opm_bell_setup(struct bell_info *);
200 struct bell_info *bp = (struct bell_info *)addr;
212 struct bell_info *bp = (struct bell_info *)addr;
482 opm_bell_setup(struct bell_info *data)
H A Dkbd.c231 struct bell_info;
232 int opm_bell_setup(struct bell_info *);
275 return opm_bell_setup((struct bell_info *)data);

Completed in 84 milliseconds