Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/fd/
H A Dnec765.h65 #define NE7_ST1_EN 0x80 /* end of cylinder, access past last record */ macro
/dragonfly/usr.sbin/fdformat/
H A Dfdformat.c181 #define NE7_ST1_EN 0x80 /* end of cylinder, access past last record */ macro
206 if (fdcsp->status[1] & NE7_ST1_EN) in printstatus()