NetBSD/usr.bin/ktrace
christos 4ea9b97786 Add the ability to:
1. list all ioctls (-l)
2. print the internal definition symbolically
3. search by name

$ ioctlprint -f "%n %E %e\n" TIOCGETA
TIOCGETA _IOR('t', 19, struct termios) _IOR('t',0x13,0x2c)
2020-04-02 17:41:33 +00:00
..
Makefile
ktrace.1
ktrace.c
ktrace.h Add the ability to: 2020-04-02 17:41:33 +00:00
subr.c