Searched refs:PreviousValue (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13-stable/sys/contrib/dev/acpica/components/namespace/ |
| HD | nsrepair2.c | 852 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/ |
| HD | mps_sas_lsi.c | 396 "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/ |
| HD | mpr_sas_lsi.c | 472 "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/ |
| HD | mpi2_ioc.h | 619 U32 PreviousValue; /* 0x08 */ member 640 U32 PreviousValue; /* 0x10 */ member
|
| /freebsd-13-stable/sys/dev/mpr/mpi/ |
| HD | mpi2_ioc.h | 816 U32 PreviousValue; /* 0x08 */ member 837 U32 PreviousValue; /* 0x10 */ member
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| HD | BitcodeWriter.cpp | 2466 uint64_t PreviousValue = IndexOffsetRecordBitPos; in writeModuleMetadata() local 2468 auto EltDelta = Elt - PreviousValue; in writeModuleMetadata() 2469 PreviousValue = Elt; in writeModuleMetadata()
|