Home
last modified time | relevance | path

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

/openbmc/linux/drivers/block/
H A Dataflop.c1190 if (SUD.flags & FTD_MSG) in fd_rwsec_done1()
1465 if (UD.flags & FTD_MSG) in floppy_revalidate()
1607 if (UD.flags & FTD_MSG) in fd_locked_ioctl()
1652 if (UD.flags & FTD_MSG) in fd_locked_ioctl()
1683 if (UD.flags & FTD_MSG) in fd_locked_ioctl()
1721 if (UD.flags & FTD_MSG) in fd_locked_ioctl()
1737 UD.flags |= FTD_MSG; in fd_locked_ioctl()
1740 UD.flags &= ~FTD_MSG; in fd_locked_ioctl()
H A Dfloppy.c767 if ((drive_params[drive].flags & FTD_MSG) && in disk_change()
1454 if (drive_params[current_drive].flags & FTD_MSG) in interpret_errors()
2391 if (drive_params[current_drive].flags & FTD_MSG) in rw_interrupt()
3483 drive_params[drive].flags |= FTD_MSG; in fd_locked_ioctl()
3486 drive_params[drive].flags &= ~FTD_MSG; in fd_locked_ioctl()
4389 {"messages", floppy_set_flags, NULL, 1, FTD_MSG},
/openbmc/linux/include/uapi/linux/
H A Dfd.h161 #define FTD_MSG 0x10 macro