Searched defs:statusflags (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_raid.c304 uint32_t statusflags, resync_flag; local
323 statusflags = ddi_get32(accessp, &raidpage->VolumeStatusFlags);
327 raidvol->m_statusflags = statusflags;
335 if (statusflags & MPI2_RAIDVOL0_STATUS_FLAG_QUIESCED) {
340 if (statusflags &
353 if ((statusflags & resync_flag) == 0) {

Completed in 45 milliseconds