Searched refs:PortInfo (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/contrib/dev/acpica/components/hardware/
H A Dhwvalid.c245 const ACPI_PORT_INFO *PortInfo; local
262 PortInfo = AcpiProtectedPorts;
290 for (i = 0; i < ACPI_PORT_INFO_ENTRIES; i++, PortInfo++)
301 if ((Address <= PortInfo->End) && (LastAddress >= PortInfo->Start))
305 if (AcpiGbl_OsiData >= PortInfo->OsiDependency)
309 ACPI_FORMAT_UINT64 (Address), ByteWidth, PortInfo->Name,
310 PortInfo->Start, PortInfo->End));
318 if (LastAddress <= PortInfo
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DMachException.h33 struct PortInfo { struct in class:lldb_private::process_darwin::MachException
H A DMachException.cpp382 Status MachException::PortInfo::Save(task_t task) {
386 LLDB_LOGF(log, "MachException::PortInfo::%s(task = 0x%4.4x)", __FUNCTION__,
444 Status MachException::PortInfo::Restore(task_t task) {
449 LLDB_LOGF(log, "MachException::PortInfo::Restore(task = 0x%4.4x)", task);
H A DNativeProcessDarwin.h147 MachException::PortInfo m_exc_port_info;

Completed in 169 milliseconds