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

/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wan/
H A Dpc300_tty.c103 unsigned int tty_minor; /* minor this interface */ member in struct:_st_cpc_tty_area
263 cpc_tty->tty_minor = port + CPC_TTY_MINOR_START;
281 cpc_tty->name,CPC_TTY_MAJOR,cpc_tty->tty_minor);
1063 cpc_tty->tty_minor = 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dwanrouter.h226 unsigned tty_minor; /* Minor number for wanpipe tty device */ member in struct:wandev_conf
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/procps/
H A Dps.c73 snprintf(buf, size+1, "%u,%u", ps->tty_major, ps->tty_minor);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/include/
H A Dlibbb.h902 unsigned tty_major,tty_minor; member in struct:__anon11250

Completed in 194 milliseconds