tech-kern archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Getting the device name from a struct tty *
On Oct 15, 2013, at 12:09 AM, Marc Balmer <marc%msys.ch@localhost> wrote:
> In a tty line discipline, I want to get the name of the tty driver
> instance, e.g. "dtyU0". The line disciplines are called with a "struct
> tty *" as argument, is there any (halfway sane) way to get at the name
> of the driver instance? I need the name of the instance, not only the
> name of the driver.
>
> "struct tty *" contains a "dev_t" element, fwiw.
>
> Is that possible?
No.
Home |
Main Index |
Thread Index |
Old Index