Xen Test Framework
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
Functions
Variables
Data Structures
Data Structures
Data Structure Index
Data Fields
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
s
t
u
v
w
x
z
Typedefs
b
c
d
e
g
i
m
p
s
u
v
x
Enumerations
Enumerator
a
k
s
u
x
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
include
xtf
xenstore.h
Go to the documentation of this file.
1
6
#ifndef XTF_XENSTORE_H
7
#define XTF_XENSTORE_H
8
13
int
xenstore_init
(
void
);
14
22
const
char
*
xenstore_read
(
const
char
*key);
23
24
#endif
/* XTF_XENSTORE_H */
25
26
/*
27
* Local variables:
28
* mode: C
29
* c-file-style: "BSD"
30
* c-basic-offset: 4
31
* tab-width: 4
32
* indent-tabs-mode: nil
33
* End:
34
*/
xenstore_read
const char * xenstore_read(const char *key)
Issue a XS_READ operation for key, waiting synchronously for the reply.
Definition:
xenbus.c:115
xenstore_init
int xenstore_init(void)
Initialise XTF ready for xenstore communication.
Definition:
xenbus.c:109
Generated by
1.9.4