Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/dev/acpica/components/namespace/
H A Dnsrepair2.c869 UINT32 PreviousValue; in AcpiNsRepair_PSS() local
891 PreviousValue = ACPI_UINT32_MAX; in AcpiNsRepair_PSS()
900 if ((UINT32) ObjDesc->Integer.Value > PreviousValue) in AcpiNsRepair_PSS()
908 PreviousValue = (UINT32) ObjDesc->Integer.Value; in AcpiNsRepair_PSS()
998 UINT32 PreviousValue; in AcpiNsCheckSortedList() local
1025 PreviousValue = 0; in AcpiNsCheckSortedList()
1028 PreviousValue = ACPI_UINT32_MAX; in AcpiNsCheckSortedList()
1062 (ObjDesc->Integer.Value < PreviousValue)) || in AcpiNsCheckSortedList()
1064 (ObjDesc->Integer.Value > PreviousValue))) in AcpiNsCheckSortedList()
1077 PreviousValue = (UINT32) ObjDesc->Integer.Value; in AcpiNsCheckSortedList()
/freebsd-14.2/sys/dev/mps/
H A Dmps_sas_lsi.c396 "handle 0x%x", le32toh(event_data->PreviousValue), in mpssas_fw_work()
403 "handle 0x%x", le32toh(event_data->PreviousValue), in mpssas_fw_work()
410 "handle 0x%x", le32toh(event_data->PreviousValue), in mpssas_fw_work()
463 "%d", le32toh(event_data->PreviousValue), in mpssas_fw_work()
473 le32toh(event_data->PreviousValue), in mpssas_fw_work()
482 le32toh(event_data->PreviousValue), in mpssas_fw_work()
/freebsd-14.2/sys/dev/mpr/
H A Dmpr_sas_lsi.c472 "handle 0x%x", le32toh(event_data->PreviousValue), in mprsas_fw_work()
479 "handle 0x%x", le32toh(event_data->PreviousValue), in mprsas_fw_work()
486 "handle 0x%x", le32toh(event_data->PreviousValue), in mprsas_fw_work()
545 "%d", le32toh(event_data->PreviousValue), in mprsas_fw_work()
556 le32toh(event_data->PreviousValue), in mprsas_fw_work()
567 le32toh(event_data->PreviousValue), in mprsas_fw_work()
/freebsd-14.2/sys/dev/mps/mpi/
H A Dmpi2_ioc.h619 U32 PreviousValue; /* 0x08 */ member
640 U32 PreviousValue; /* 0x10 */ member
/freebsd-14.2/sys/dev/mpr/mpi/
H A Dmpi2_ioc.h816 U32 PreviousValue; /* 0x08 */ member
837 U32 PreviousValue; /* 0x10 */ member
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2375 uint64_t PreviousValue = IndexOffsetRecordBitPos; in writeModuleMetadata() local
2377 auto EltDelta = Elt - PreviousValue; in writeModuleMetadata()
2378 PreviousValue = Elt; in writeModuleMetadata()