OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ttydevice
(Results
1 - 1
of
1
) sorted by null
/external/libppp/src/
tty.c
87
struct
ttydevice
{
struct
104
#define device2tty(d) ((d)->type == TTY_DEVICE ? (struct
ttydevice
*)d : NULL)
109
return sizeof(struct
ttydevice
);
120
struct
ttydevice
*dev = device2tty(p->handler);
183
struct
ttydevice
*dev = device2tty(p->handler);
198
struct
ttydevice
*dev = device2tty(p->handler);
221
isngtty(struct
ttydevice
*dev)
229
struct
ttydevice
*dev = device2tty(p->handler);
255
struct
ttydevice
*dev = device2tty(p->handler);
384
struct
ttydevice
*dev = device2tty(p->handler)
[
all
...]
Completed in 474 milliseconds