Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/amiga/dev/
H A Dfd.c176 #define FDF_HAVELABEL (0x20) /* label is valid */ macro
575 if ((sc->flags & FDF_HAVELABEL) == 0) in fdioctl()
674 if ((sc->flags & FDF_HAVELABEL) == 0) { in fdstrategy()
716 sc->flags &= ~FDF_HAVELABEL; in fdloaddisk()
777 if (sc->flags & FDF_HAVELABEL && in fdgetdisklabel()
802 sc->flags |= FDF_HAVELABEL; in fdgetdisklabel()
843 if ((sc->flags & FDF_HAVELABEL) == 0) in fdsetdisklabel()
901 if ((sc->flags & FDF_HAVELABEL) == 0) in fdputdisklabel()
1223 sc->flags &= ~FDF_HAVELABEL; in fdstart()