Searched refs:tty_minor (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dprocps.c220 sp->tty_minor = (tty & 0xff) | ((tty >> 12) & 0xfff00);
231 sp->tty_minor = (tty & 0xff) | ((tty >> 12) & 0xfff00);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dpc300_tty.c100 unsigned int tty_minor; /* minor this interface */ member in struct:_st_cpc_tty_area
266 cpc_tty->tty_minor = port + CPC_TTY_MINOR_START;
284 cpc_tty->name,CPC_TTY_MAJOR,cpc_tty->tty_minor);
1066 cpc_tty->tty_minor = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dwanrouter.h226 unsigned tty_minor; /* Minor number for wanpipe tty device */ member in struct:wandev_conf
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/procps/
H A Dps.c73 snprintf(buf, size+1, "%u,%u", ps->tty_major, ps->tty_minor);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/include/
H A Dlibbb.h902 unsigned tty_major,tty_minor; member in struct:__anon19838

Completed in 131 milliseconds