Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/hptmv/
H A Dhptintf.h125 #define ARRAY_FLAG_VERIFYING 0x00000100 /* is being verified */ macro
H A Dgui_lib.c137 f |= ARRAY_FLAG_VERIFYING; in get_array_flag()
180 f |= ARRAY_FLAG_VERIFYING; in get_array_flag()
/dragonfly/sys/dev/raid/hptrr/
H A Dhptintf.h154 #define ARRAY_FLAG_VERIFYING 0x00000100 /* is being verified */ macro
H A Dhptrr_osm_bsd.c925 else if (devinfo.u.array.Flags & ARRAY_FLAG_VERIFYING) in __hpt_stop_tasks()
/dragonfly/sys/dev/raid/hpt27xx/
H A Dhptintf.h154 #define ARRAY_FLAG_VERIFYING 0x00000100 /* is being verified */ macro
H A Dhpt27xx_osm_bsd.c951 else if (devinfo.u.array.Flags & ARRAY_FLAG_VERIFYING) in __hpt_stop_tasks()