Searched refs:FTD_MSG (Results 1 – 3 of 3) sorted by relevance
1166 if (SUD.flags & FTD_MSG) in fd_rwsec_done1()1440 if (UD.flags & FTD_MSG) in floppy_revalidate()1585 if (UD.flags & FTD_MSG) in fd_locked_ioctl()1630 if (UD.flags & FTD_MSG) in fd_locked_ioctl()1660 if (UD.flags & FTD_MSG) in fd_locked_ioctl()1698 if (UD.flags & FTD_MSG) in fd_locked_ioctl()1712 UD.flags |= FTD_MSG; in fd_locked_ioctl()1715 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()2392 if (drive_params[current_drive].flags & FTD_MSG) in rw_interrupt()3452 drive_params[drive].flags |= FTD_MSG; in fd_locked_ioctl()3455 drive_params[drive].flags &= ~FTD_MSG; in fd_locked_ioctl()4369 {"messages", floppy_set_flags, NULL, 1, FTD_MSG},
161 #define FTD_MSG 0x10 macro