pty_makedev
pty_makedev((ptyfs)->ptyfs_type == PTYFSpts ? 't' : 'p', (ptyfs)->ptyfs_pty)
return pty_makedev('t', i);
dev_t pty_makedev(char, int);