Searched refs:FTD_MSG (Results 1 – 5 of 5) sorted by relevance
1163 if (SUD.flags & FTD_MSG) in fd_rwsec_done1()1437 if (UD.flags & FTD_MSG) in floppy_revalidate()1582 if (UD.flags & FTD_MSG) in fd_locked_ioctl()1627 if (UD.flags & FTD_MSG) in fd_locked_ioctl()1657 if (UD.flags & FTD_MSG) in fd_locked_ioctl()1695 if (UD.flags & FTD_MSG) in fd_locked_ioctl()1709 UD.flags |= FTD_MSG; in fd_locked_ioctl()1712 UD.flags &= ~FTD_MSG; in fd_locked_ioctl()
767 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()3573 drive_params[drive].flags |= FTD_MSG; in fd_locked_ioctl()3576 drive_params[drive].flags &= ~FTD_MSG; in fd_locked_ioctl()4481 {"messages", floppy_set_flags, NULL, 1, FTD_MSG},
161 #define FTD_MSG 0x10 macro