Displays the system configuration information.
#include <systemcfg.h>
uint64_t getsystemcfg ( int name)
Displays the system configuration information.
Item | Description |
---|---|
name | Specifies the system variable setting to be returned. Valid values for the name parameter are defined in the systemcfg.h file. |
If the value specified by the name parameter is system-defined, the getsystemcfg subroutine returns the data that is associated with the structure member represented by the input parameter. Otherwise, the getsystemcfg subroutine will return UINT64_MAX, and errno will be set.
The getsystemcfg subroutine will fail if:
Item | Description |
---|---|
EINVAL | The value of the name parameter is invalid. |