ReactOS
0.4.16-dev-983-g23ad936
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
c
d
e
f
g
h
i
l
m
n
o
p
s
t
u
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
_
a
b
c
d
f
i
l
m
o
p
s
t
w
x
Enumerator
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Related Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
x
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Examples
misc.c
Go to the documentation of this file.
1
/*
2
* PROJECT: ReactOS Hardware Abstraction Layer (HAL)
3
* LICENSE: BSD - See COPYING.ARM in the top level directory
4
* FILE: hal/halarm/generic/misc.c
5
* PURPOSE: Misc functions to move
6
* PROGRAMMERS: ReactOS Portable Systems Group
7
*/
8
9
/* INCLUDES *******************************************************************/
10
11
#include <hal.h>
12
#define NDEBUG
13
#include <debug.h>
14
15
/* GLOBALS *******************************************************************/
16
17
/* FUNCTIONS ******************************************************************/
18
19
/*
20
* @implemented
21
*/
22
UCHAR
23
FASTCALL
24
HalSystemVectorDispatchEntry
(
IN
ULONG
Vector
,
25
OUT
PKINTERRUPT_ROUTINE
**FlatDispatch,
26
OUT
PKINTERRUPT_ROUTINE
*NoConnection)
27
{
28
/* Not implemented */
29
UNIMPLEMENTED
;
30
while
(
TRUE
);
31
return
0;
32
}
33
34
/*
35
* @implemented
36
*/
37
VOID
38
NTAPI
39
KeFlushWriteBuffer
(
VOID
)
40
{
41
/* Not implemented */
42
UNIMPLEMENTED
;
43
while
(
TRUE
);
44
return
;
45
}
46
47
/* EOF */
UNIMPLEMENTED
#define UNIMPLEMENTED
Definition:
ntoskrnl.c:15
TRUE
#define TRUE
Definition:
types.h:120
HalSystemVectorDispatchEntry
UCHAR FASTCALL HalSystemVectorDispatchEntry(IN ULONG Vector, OUT PKINTERRUPT_ROUTINE **FlatDispatch, OUT PKINTERRUPT_ROUTINE *NoConnection)
Definition:
misc.c:24
KeFlushWriteBuffer
VOID NTAPI KeFlushWriteBuffer(VOID)
Definition:
misc.c:39
void
Definition:
nsiface.idl:2307
FASTCALL
#define FASTCALL
Definition:
nt_native.h:50
Vector
Definition:
filtermapper.c:139
NTAPI
#define NTAPI
Definition:
typedefs.h:36
IN
#define IN
Definition:
typedefs.h:39
ULONG
uint32_t ULONG
Definition:
typedefs.h:59
OUT
#define OUT
Definition:
typedefs.h:40
PKINTERRUPT_ROUTINE
VOID(NTAPI * PKINTERRUPT_ROUTINE)(VOID)
Definition:
ketypes.h:502
UCHAR
unsigned char UCHAR
Definition:
xmlstorage.h:181
hal
halarm
generic
misc.c
Generated on Thu Apr 17 2025 06:07:11 for ReactOS by
1.9.6