Searched refs:PreviousValue (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/intel/io/acpica/namespace/
H A Dnsrepair2.c374 UINT32 PreviousValue; local
396 PreviousValue = ACPI_UINT32_MAX;
405 if ((UINT32) ObjDesc->Integer.Value > PreviousValue)
412 PreviousValue = (UINT32) ObjDesc->Integer.Value;
453 UINT32 PreviousValue; local
492 PreviousValue = 0;
495 PreviousValue = ACPI_UINT32_MAX;
529 (ObjDesc->Integer.Value < PreviousValue)) ||
531 (ObjDesc->Integer.Value > PreviousValue)))
547 PreviousValue
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/
H A Dmpi2_ioc.h620 U32 PreviousValue; /* 0x08 */ member in struct:_MPI2_EVENT_DATA_IR_VOLUME
642 U32 PreviousValue; /* 0x10 */ member in struct:_MPI2_EVENT_DATA_IR_PHYSICAL_DISK

Completed in 316 milliseconds