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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/rio/
H A Drioboot.c728 int EmptySlot = -1; local
953 EmptySlot = 1;
958 EmptySlot = 0;
964 EmptySlot = 0;
979 if (EmptySlot == 0) {
H A Drioctrl.c369 int EmptySlot = -1; local
382 if ((EmptySlot == -1) && (p->RIOBindTab[Entry] == 0L))
383 EmptySlot = Entry;
396 if (EmptySlot != -1) {
397 p->RIOBindTab[EmptySlot] = arg;

Completed in 104 milliseconds