Searched refs:current_type (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A De820.c396 unsigned long current_type, last_type; local
515 current_type = 0;
517 if (overlap_list[i]->type > current_type)
518 current_type = overlap_list[i]->type;
520 if (current_type != last_type) {
529 if (current_type != 0) {
531 new_bios[new_bios_entry].type = current_type;
534 last_type = current_type;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A De820.c353 unsigned long current_type, last_type; local
473 current_type = 0;
475 if (overlap_list[i]->type > current_type)
476 current_type = overlap_list[i]->type;
478 if (current_type != last_type) {
487 if (current_type != 0) {
489 new_bios[new_bios_entry].type = current_type;
492 last_type = current_type;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dfloppy.c484 static struct floppy_struct *current_type[N_DRIVE]; variable in typeref:struct:floppy_struct
487 * User-provided type information. current_type points to
767 current_type[drive] != NULL)
770 current_type[drive] = NULL;
2146 _floppy = current_type[drive];
2410 current_type[current_drive] = _floppy;
2419 current_type[current_drive] = _floppy;
3331 current_type[drive] = &user_params[drive];
3408 *g = current_type[drive];
3494 current_type[driv
[all...]

Completed in 63 milliseconds