Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/
H A Ddkvar.h69 #define DKF_LABELSANITY 0x00100000 /* warn if disklabel not sane */ macro
H A Ddksubr.c101 dksc->sc_flags |= DKF_WARNLABEL | DKF_LABELSANITY; in dk_attach()
938 if ((dksc->sc_flags & DKF_LABELSANITY) == 0) in dk_getdisklabel()