Searched refs:ARRAY_FLAG_REBUILDING (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/sys/dev/hptmv/
H A Dhptintf.h119 #define ARRAY_FLAG_REBUILDING 0x00000004 /* array is in rebuilding process */ macro
365 * Member Flags will have ARRAY_FLAG_REBUILDING set at this case.
632 * see if ARRAY_FLAG_REBUILDING is set. If not set, driver does not support rebuilding
H A Dgui_lib.c133 f |= ARRAY_FLAG_REBUILDING;
176 f |= ARRAY_FLAG_REBUILDING;
/freebsd-9.3-release/sys/dev/hptrr/
H A Dhptintf.h148 #define ARRAY_FLAG_REBUILDING 0x00000004 /* array is in rebuilding process */ macro
507 * Member Flags will have ARRAY_FLAG_REBUILDING set at this case.
1024 * see if ARRAY_FLAG_REBUILDING is set. If not set, driver does not support rebuilding
H A Dhptrr_osm_bsd.c929 if (devinfo.u.array.Flags & ARRAY_FLAG_REBUILDING)
/freebsd-9.3-release/sys/dev/hpt27xx/
H A Dhpt27xx_osm_bsd.c921 if (devinfo.u.array.Flags & ARRAY_FLAG_REBUILDING)
H A Dhptintf.h148 #define ARRAY_FLAG_REBUILDING 0x00000004 /* array is in rebuilding process */ macro
639 * Member Flags will have ARRAY_FLAG_REBUILDING set at this case.
1155 * see if ARRAY_FLAG_REBUILDING is set. If not set, driver does not support rebuilding
/freebsd-9.3-release/sys/dev/hptnr/
H A Dhptintf.h148 #define ARRAY_FLAG_REBUILDING 0x00000004 /* array is in rebuilding process */ macro
697 * Member Flags will have ARRAY_FLAG_REBUILDING set at this case.
1220 * see if ARRAY_FLAG_REBUILDING is set. If not set, driver does not support rebuilding
H A Dhptnr_osm_bsd.c955 if (devinfo.u.array.Flags & ARRAY_FLAG_REBUILDING)

Completed in 119 milliseconds