Searched refs:FTD_MSG (Results 1 – 3 of 3) sorted by relevance
1190 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()
766 if ((drive_params[drive].flags & FTD_MSG) && in disk_change()1457 if (drive_params[current_drive].flags & FTD_MSG) in interpret_errors()2394 if (drive_params[current_drive].flags & FTD_MSG) in rw_interrupt()3487 drive_params[drive].flags |= FTD_MSG; in fd_locked_ioctl()3490 drive_params[drive].flags &= ~FTD_MSG; in fd_locked_ioctl()4393 {"messages", floppy_set_flags, NULL, 1, FTD_MSG},
161 #define FTD_MSG 0x10 macro