|
Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
|
Xen System Control Interface. More...
#include <zephyr/xen/generic.h>#include <zephyr/xen/public/sysctl.h>#include <zephyr/xen/public/xen.h>Go to the source code of this file.
Functions | |
| int | xen_sysctl_physinfo (struct xen_sysctl_physinfo *info) |
| Retrieves information about the host system. | |
| int | xen_sysctl_getdomaininfo (struct xen_domctl_getdomaininfo *domaininfo, uint16_t first, uint16_t num) |
| Retrieves information about Xen domains. | |
Xen System Control Interface.
| int xen_sysctl_getdomaininfo | ( | struct xen_domctl_getdomaininfo * | domaininfo, |
| uint16_t | first, | ||
| uint16_t | num ) |
Retrieves information about Xen domains.
| [out] | domaininfo | A pointer to the xen_domctl_getdomaininfo structure to store the retrieved domain information. |
| first | The first domain ID to retrieve information for. | |
| num | The maximum number of domains to retrieve information for. |
| 0 | on success. |
| -errno | on failure. |
| int xen_sysctl_physinfo | ( | struct xen_sysctl_physinfo * | info | ) |
Retrieves information about the host system.
| [out] | info | A pointer to a struct xen_sysctl_physinfo structure where the retrieved information will be stored. |
| 0 | on success. |
| -errno | on failure. |