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

/freebsd-13-stable/sys/contrib/dev/acpica/components/namespace/
H A Dnsrepair2.c852 UINT32 PreviousValue; local
874 PreviousValue = ACPI_UINT32_MAX;
883 if ((UINT32) ObjDesc->Integer.Value > PreviousValue)
891 PreviousValue = (UINT32) ObjDesc->Integer.Value;
981 UINT32 PreviousValue; local
1008 PreviousValue = 0;
1011 PreviousValue = ACPI_UINT32_MAX;
1045 (ObjDesc->Integer.Value < PreviousValue)) ||
1047 (ObjDesc->Integer.Value > PreviousValue)))
1060 PreviousValue
[all...]
/freebsd-13-stable/sys/dev/mps/
H A Dmps_sas_lsi.c400 "handle 0x%x", le32toh(event_data->PreviousValue),
407 "handle 0x%x", le32toh(event_data->PreviousValue),
414 "handle 0x%x", le32toh(event_data->PreviousValue),
467 "%d", le32toh(event_data->PreviousValue),
477 le32toh(event_data->PreviousValue),
486 le32toh(event_data->PreviousValue),
/freebsd-13-stable/sys/dev/mpr/
H A Dmpr_sas_lsi.c476 "handle 0x%x", le32toh(event_data->PreviousValue),
483 "handle 0x%x", le32toh(event_data->PreviousValue),
490 "handle 0x%x", le32toh(event_data->PreviousValue),
549 "%d", le32toh(event_data->PreviousValue),
560 le32toh(event_data->PreviousValue),
571 le32toh(event_data->PreviousValue),
/freebsd-13-stable/sys/dev/mps/mpi/
H A Dmpi2_ioc.h621 U32 PreviousValue; /* 0x08 */ member in struct:_MPI2_EVENT_DATA_IR_VOLUME
642 U32 PreviousValue; /* 0x10 */ member in struct:_MPI2_EVENT_DATA_IR_PHYSICAL_DISK
/freebsd-13-stable/sys/dev/mpr/mpi/
H A Dmpi2_ioc.h818 U32 PreviousValue; /* 0x08 */ member in struct:_MPI2_EVENT_DATA_IR_VOLUME
839 U32 PreviousValue; /* 0x10 */ member in struct:_MPI2_EVENT_DATA_IR_PHYSICAL_DISK
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2142 uint64_t PreviousValue = IndexOffsetRecordBitPos; local
2144 auto EltDelta = Elt - PreviousValue;
2145 PreviousValue = Elt;

Completed in 111 milliseconds