Oval_sysinfo get methods. More...
Functions | |
char * | oval_sysinfo_get_os_name (struct oval_sysinfo *) |
Get operating system name. | |
char * | oval_sysinfo_get_os_version (struct oval_sysinfo *) |
Get operating system version. | |
char * | oval_sysinfo_get_os_architecture (struct oval_sysinfo *) |
Get operating system architecture. | |
char * | oval_sysinfo_get_primary_host_name (struct oval_sysinfo *) |
Get primary host name of the tested machine. | |
struct oval_sysint_iterator * | oval_sysinfo_get_interfaces (struct oval_sysinfo *) |
Get an iterator to the list of network interfaces. | |
bool | oval_sysinfo_is_locked (struct oval_sysinfo *sysinfo) |
return true if the sysinfo instance is locked. |
Oval_sysinfo get methods.
bool oval_sysinfo_is_locked | ( | struct oval_sysinfo * | sysinfo | ) |
return true if the sysinfo instance is locked.
The state of a locked instance cannot be changed.