floppy_types      403 drivers/char/nvram.c static const char * const floppy_types[] = {
floppy_types      431 drivers/char/nvram.c 	if (type < ARRAY_SIZE(floppy_types))
floppy_types      432 drivers/char/nvram.c 		seq_printf(seq, "%s\n", floppy_types[type]);
floppy_types      437 drivers/char/nvram.c 	if (type < ARRAY_SIZE(floppy_types))
floppy_types      438 drivers/char/nvram.c 		seq_printf(seq, "%s\n", floppy_types[type]);