Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/
H A Dnvram.c399 static const char * const floppy_types[] = { variable
427 if (type < ARRAY_SIZE(floppy_types)) in pc_nvram_proc_read()
428 seq_printf(seq, "%s\n", floppy_types[type]); in pc_nvram_proc_read()
433 if (type < ARRAY_SIZE(floppy_types)) in pc_nvram_proc_read()
434 seq_printf(seq, "%s\n", floppy_types[type]); in pc_nvram_proc_read()