pub const TIOCGPTN: IoctlReqWriteRead<PtyControllerDevice, int>;Expand description
ioctl request for finding the device unit number for a pseudoterminal.
Use this with a PtyControllerDevice to determine which node to open
from the /dev/pts directory.