#include <hal.h>
#include <debug.h>
Go to the source code of this file.
|
VOID NTAPI | READ_PORT_BUFFER_UCHAR (IN PUCHAR Port, OUT PUCHAR Buffer, IN ULONG Count) |
|
VOID NTAPI | READ_PORT_BUFFER_USHORT (IN PUSHORT Port, OUT PUSHORT Buffer, IN ULONG Count) |
|
VOID NTAPI | READ_PORT_BUFFER_ULONG (IN PULONG Port, OUT PULONG Buffer, IN ULONG Count) |
|
UCHAR NTAPI | READ_PORT_UCHAR (IN PUCHAR Port) |
|
USHORT NTAPI | READ_PORT_USHORT (IN PUSHORT Port) |
|
ULONG NTAPI | READ_PORT_ULONG (IN PULONG Port) |
|
VOID NTAPI | WRITE_PORT_BUFFER_UCHAR (IN PUCHAR Port, IN PUCHAR Buffer, IN ULONG Count) |
|
VOID NTAPI | WRITE_PORT_BUFFER_USHORT (IN PUSHORT Port, IN PUSHORT Buffer, IN ULONG Count) |
|
VOID NTAPI | WRITE_PORT_BUFFER_ULONG (IN PULONG Port, IN PULONG Buffer, IN ULONG Count) |
|
VOID NTAPI | WRITE_PORT_UCHAR (IN PUCHAR Port, IN UCHAR Value) |
|
VOID NTAPI | WRITE_PORT_USHORT (IN PUSHORT Port, IN USHORT Value) |
|
VOID NTAPI | WRITE_PORT_ULONG (IN PULONG Port, IN ULONG Value) |
|
◆ H2I
◆ NDEBUG
◆ READ_PORT_BUFFER_UCHAR()
Definition at line 24 of file portio.c.
27{
29}
PPC_QUAL void __inbytestring(unsigned long Port, unsigned char *Buffer, unsigned long Count)
◆ READ_PORT_BUFFER_ULONG()
Definition at line 42 of file portio.c.
45{
47}
PPC_QUAL void __indwordstring(unsigned long Port, unsigned long *Buffer, unsigned long Count)
◆ READ_PORT_BUFFER_USHORT()
Definition at line 33 of file portio.c.
36{
38}
PPC_QUAL void __inwordstring(unsigned long Port, unsigned short *Buffer, unsigned long Count)
◆ READ_PORT_UCHAR()
Definition at line 51 of file portio.c.
52{
54}
PPC_QUAL unsigned char __inbyte(const unsigned long Port)
◆ READ_PORT_ULONG()
Definition at line 65 of file portio.c.
66{
68}
PPC_QUAL unsigned long __indword(const unsigned long Port)
◆ READ_PORT_USHORT()
Definition at line 58 of file portio.c.
59{
61}
PPC_QUAL unsigned short __inword(const unsigned long Port)
◆ WRITE_PORT_BUFFER_UCHAR()
Definition at line 72 of file portio.c.
75{
77}
PPC_QUAL void __outbytestring(unsigned long const Port, const unsigned char *const Buffer, const unsigned long Count)
◆ WRITE_PORT_BUFFER_ULONG()
Definition at line 90 of file portio.c.
93{
95}
PPC_QUAL void __outdwordstring(unsigned long const Port, const unsigned long *const Buffer, const unsigned long Count)
◆ WRITE_PORT_BUFFER_USHORT()
Definition at line 81 of file portio.c.
84{
86}
PPC_QUAL void __outwordstring(unsigned long const Port, const unsigned short *const Buffer, const unsigned long Count)
◆ WRITE_PORT_UCHAR()
Definition at line 99 of file portio.c.
101{
103}
PPC_QUAL void __outbyte(unsigned long const Port, const unsigned char Data)
_Must_inspect_result_ _In_ WDFKEY _In_ PCUNICODE_STRING _Out_opt_ PUSHORT _Inout_opt_ PUNICODE_STRING Value
◆ WRITE_PORT_ULONG()
Definition at line 115 of file portio.c.
117{
119}
PPC_QUAL void __outdword(unsigned long const Port, const unsigned long Data)
◆ WRITE_PORT_USHORT()
Definition at line 107 of file portio.c.
109{
111}
PPC_QUAL void __outword(unsigned long const Port, const unsigned short Data)