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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dfd.h205 short probed_format; member in struct:floppy_drive_struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dfloppy.c2105 int probed_format; local
2107 probed_format = DRS->probed_format;
2109 if (probed_format >= 8 || !DP->autodetect[probed_format]) {
2110 DRS->probed_format = 0;
2113 if (floppy_type[DP->autodetect[probed_format]].sect) {
2114 DRS->probed_format = probed_format;
2117 probed_format
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dcompat_ioctl.c1658 short probed_format; member in struct:floppy_drive_struct32
1887 err |= __put_user(f->probed_format, &uf->probed_format);

Completed in 323 milliseconds