Searched refs:itebell (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/sys/arch/amiga/dev/ |
| D | iteioctl.h | 51 struct itebell { struct 73 #define ITEIOCGBELL _IOR('Z', 0x76, struct itebell) argument 74 #define ITEIOCSBELL _IOW('Z', 0x77, struct itebell)
|
| D | ite.c | 535 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/ |
| D | iteioctl.h | 58 struct itebell { struct 81 #define ITEIOCGBELL _IOR('Z', 0x76, struct itebell) argument 82 #define ITEIOCSBELL _IOW('Z', 0x77, struct itebell)
|
| D | ite.c | 513 struct itebell *ib; in iteioctl() 581 ib = (struct itebell *)addr; in iteioctl() 587 ib = (struct itebell *)addr; in iteioctl()
|
| /netbsd/src/usr.sbin/iteconfig/ |
| D | iteconfig.c | 70 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;
|