Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/dev/acpica/components/namespace/
HDnsrepair2.c852 UINT32 PreviousValue; in AcpiNsRepair_PSS() local
874 PreviousValue = ACPI_UINT32_MAX; in AcpiNsRepair_PSS()
883 if ((UINT32) ObjDesc->Integer.Value > PreviousValue) in AcpiNsRepair_PSS()
891 PreviousValue = (UINT32) ObjDesc->Integer.Value; in AcpiNsRepair_PSS()
981 UINT32 PreviousValue; in AcpiNsCheckSortedList() local
1008 PreviousValue = 0; in AcpiNsCheckSortedList()
1011 PreviousValue = ACPI_UINT32_MAX; in AcpiNsCheckSortedList()
1045 (ObjDesc->Integer.Value < PreviousValue)) || in AcpiNsCheckSortedList()
1047 (ObjDesc->Integer.Value > PreviousValue))) in AcpiNsCheckSortedList()
1060 PreviousValue = (UINT32) ObjDesc->Integer.Value; in AcpiNsCheckSortedList()
/freebsd-13-stable/sys/dev/mps/
HDmps_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-13-stable/sys/dev/mpr/
HDmpr_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-13-stable/sys/dev/mps/mpi/
HDmpi2_ioc.h619 U32 PreviousValue; /* 0x08 */ member
640 U32 PreviousValue; /* 0x10 */ member
/freebsd-13-stable/sys/dev/mpr/mpi/
HDmpi2_ioc.h816 U32 PreviousValue; /* 0x08 */ member
837 U32 PreviousValue; /* 0x10 */ member
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp2466 uint64_t PreviousValue = IndexOffsetRecordBitPos; in writeModuleMetadata() local
2468 auto EltDelta = Elt - PreviousValue; in writeModuleMetadata()
2469 PreviousValue = Elt; in writeModuleMetadata()