ReactOS 0.4.16-dev-1-gcf26321
|
#include <ports.h>
Public Attributes | |
RTL_BITMAP | ProtoBitmap |
PVOID | ProtoBitBuffer |
UINT | StartingPort |
UINT | PortsToOversee |
KSPIN_LOCK | Lock |
KSPIN_LOCK _PORT_SET::Lock |
Definition at line 18 of file ports.h.
Referenced by AllocateAnyPort(), AllocatePort(), AllocatePortFromRange(), DeallocatePort(), and PortsStartup().
UINT _PORT_SET::PortsToOversee |
Definition at line 17 of file ports.h.
Referenced by AllocatePort(), AllocatePortFromRange(), DeallocatePort(), and PortsStartup().
PVOID _PORT_SET::ProtoBitBuffer |
Definition at line 15 of file ports.h.
Referenced by PortsShutdown(), and PortsStartup().
RTL_BITMAP _PORT_SET::ProtoBitmap |
Definition at line 14 of file ports.h.
Referenced by AllocateAnyPort(), AllocatePort(), AllocatePortFromRange(), DeallocatePort(), and PortsStartup().
UINT _PORT_SET::StartingPort |
Definition at line 16 of file ports.h.
Referenced by AllocateAnyPort(), AllocatePort(), AllocatePortFromRange(), DeallocatePort(), and PortsStartup().