90 General instrumented host description.
Definition: oval_sysInfo.c:45
OVAL probe session API private header.
#define OSCAP_DEPRECATED(func)
This macro will warn, when a deprecated function is used.
Definition: oscap.h:50
int oval_probe_query_variable(oval_probe_session_t *sess, struct oval_variable *variable)
Query the specified variable and all its dependencies in order to compute the vector of its values...
Definition: oval_variable.c:521
Definition: _sexp-value.h:42
int oval_probe_query_sysinfo(oval_probe_session_t *sess, struct oval_sysinfo **out_sysinfo) __attribute__((nonnull(1
Evaluate system info probe.
An oval variable resolves an oval_value stream which specifies constraints for oval_objects and oval_...
Definition: oval_variable.c:50
Characteristics bound to an Oval_object.
Definition: oval_syschar.c:48
int int int oval_probe_query_definition(oval_probe_session_t *sess, const char *id) __attribute__((nonnull(1
Probe objects required for the evalatuation of the specified definition and update the system charact...
OVAL probe session structure.
Definition: _oval_probe_session.h:42
int int oval_probe_query_object(oval_probe_session_t *psess, struct oval_object *object, int flags, struct oval_syschar **out_syschar) __attribute__((nonnull(1
Evaluate an object.
An Oval_object instance describes a set of items to look for on an instrumented host platform...
Definition: oval_object.c:46