Go to the source code of this file.
◆ isdigit()
static int isdigit |
( |
int |
c | ) |
|
|
static |
Definition at line 9 of file lib.c.
◆ panic()
void panic |
( |
const char * |
fmt, |
|
|
|
... |
|
) |
| |
Definition at line 15 of file lib.c.
◆ xtf_probe_sysctl_interface_version()
int xtf_probe_sysctl_interface_version |
( |
void |
| ) |
|
Probe for the SYSCTL_INTERFACE_VERSION in use by the hypervisor.
- Returns
- version, or -1 on failure.
Definition at line 32 of file lib.c.
◆ xtf_get_domid()
int xtf_get_domid |
( |
void |
| ) |
|
Obtain the current domid.
- Returns
- domid, or -1 on failure.
Definition at line 47 of file lib.c.