Home
last modified time | relevance | path

Searched refs:RIOBindTab (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/char/rio/
Driodrvr.h124 ulong RIOBindTab[MAX_RTA_BINDINGS]; member
Drioctrl.c460 if (copyout((caddr_t) p->RIOBindTab, (int)arg,
481 if (copyin((int)arg, (caddr_t)&p->RIOBindTab[0],
504 if ((EmptySlot == -1) && (p->RIOBindTab[Entry] == 0L))
506 else if (p->RIOBindTab[Entry] == (int) arg) {
510 p->RIOBindTab[Entry] = 0L;
520 p->RIOBindTab[EmptySlot] = (int) arg;
Drioboot.c1255 ( Entry < MAX_RTA_BINDINGS ) && ( p->RIOBindTab[Entry] != 0 );
1258 if ( (p->RIOBindTab[Entry] == HostUniq) ||
1259 (p->RIOBindTab[Entry] == RtaUniq) )