Searched refs:EmptySlot (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/rio/
H A Drioboot.c727 int EmptySlot = -1; local
952 EmptySlot = 1;
957 EmptySlot = 0;
963 EmptySlot = 0;
978 if (EmptySlot == 0) {
H A Drioctrl.c365 int EmptySlot = -1; local
378 if ((EmptySlot == -1) && (p->RIOBindTab[Entry] == 0L))
379 EmptySlot = Entry;
392 if (EmptySlot != -1) {
393 p->RIOBindTab[EmptySlot] = arg;

Completed in 64 milliseconds