Searched refs:RIO_PORTS (Results 1 – 9 of 9) sorted by relevance
707 for ( Entry=0; Entry < RIO_PORTS; Entry++ ) {723 PortSetup.To >= RIO_PORTS ) {805 if ( PortSetup.From >= RIO_PORTS ) {841 if (PortParams.Port >= RIO_PORTS) {864 if ( PortTty.port >= RIO_PORTS ) {891 if (PortTty.port >= (ushort) RIO_PORTS) {915 if (PortParams.Port >= (ushort) RIO_PORTS) {932 if ( portStats.port >= RIO_PORTS ) {953 if ( port >= RIO_PORTS ) {974 if ( portStats.port >= RIO_PORTS ) {[all …]
1007 RIO_PORTS * PORT_SZ, in rio_init_datastructures()1008 RIO_PORTS * TMIO_SZ, in rio_init_datastructures()1009 RIO_PORTS * TMIO_SZ); in rio_init_datastructures()1013 if (!(p->RIOPortp = ckmalloc (RIO_PORTS * PORT_SZ))) goto free2; in rio_init_datastructures()1014 if (!(rio_termios = ckmalloc (RIO_PORTS * TMIO_SZ))) goto free3; in rio_init_datastructures()1015 if (!(rio_termios_locked = ckmalloc (RIO_PORTS * TMIO_SZ))) goto free4; in rio_init_datastructures()1025 for (i = 0; i < RIO_PORTS; i++) { in rio_init_datastructures()
117 struct ttystatics channel[RIO_PORTS]; /* channel information */
75 #define RIO_PORTS (PORTS_PER_HOST * RIO_HOSTS) /* max. no. of ports */ macro
1377 p->RIOPortp = (struct Port *)sysbrk(RIO_PORTS * sizeof(struct Port));1383 bzero( p->RIOPortp, sizeof(struct Port) * RIO_PORTS );1388 for( port=0; port<RIO_PORTS; port++ ) {
184 if (SysPort >= RIO_PORTS) { /* out of range ? */ in riotopen()910 if ( SysPort >= RIO_PORTS ) {
257 if ((MapP->SysPort != NO_PORT)&&(MapP->SysPort >= RIO_PORTS)) {666 if ( (MapP->SysPort != NO_PORT) && (MapP->SysPort >= RIO_PORTS) ) in RIOAssignRta()
906 if ( SysPort < 0 || SysPort >= RIO_PORTS ) {
375 for ( port=0; port<RIO_PORTS; port++) {