Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
sysctl.h File Reference

Xen System Control Interface. More...

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.

Detailed Description

Xen System Control Interface.

Function Documentation

◆ xen_sysctl_getdomaininfo()

int xen_sysctl_getdomaininfo ( struct xen_domctl_getdomaininfo * domaininfo,
uint16_t first,
uint16_t num )

Retrieves information about Xen domains.

Parameters
[out]domaininfoA pointer to the xen_domctl_getdomaininfo structure to store the retrieved domain information.
firstThe first domain ID to retrieve information for.
numThe maximum number of domains to retrieve information for.
Return values
0on success.
-errnoon failure.

◆ xen_sysctl_physinfo()

int xen_sysctl_physinfo ( struct xen_sysctl_physinfo * info)

Retrieves information about the host system.

Parameters
[out]infoA pointer to a struct xen_sysctl_physinfo structure where the retrieved information will be stored.
Return values
0on success.
-errnoon failure.