Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/amiga/dev/
Diteioctl.h51 struct itebell { struct
73 #define ITEIOCGBELL _IOR('Z', 0x76, struct itebell) argument
74 #define ITEIOCSBELL _IOW('Z', 0x77, struct itebell)
Dite.c535 struct itebell *ib; in iteioctl()
553 ib = (struct itebell *)addr; in iteioctl()
559 ib = (struct itebell *)addr; in iteioctl()
/netbsd/src/sys/arch/atari/dev/
Diteioctl.h58 struct itebell { struct
81 #define ITEIOCGBELL _IOR('Z', 0x76, struct itebell) argument
82 #define ITEIOCSBELL _IOW('Z', 0x77, struct itebell)
Dite.c513 struct itebell *ib; in iteioctl()
581 ib = (struct itebell *)addr; in iteioctl()
587 ib = (struct itebell *)addr; in iteioctl()
/netbsd/src/usr.sbin/iteconfig/
Diteconfig.c70 int initialize(const char *, struct itewinsize *, struct itebell *,
71 struct itewinsize *, struct itebell *);
82 struct itebell ib, newib; in main()
260 struct itebell *ib, *newib;