Open SCAP Library
Toggle main menu visibility
Loading...
Searching...
No Matches
src
OVAL
probes
public
probe-common.h
1
#ifndef PROBE_COMMON_H
2
#define PROBE_COMMON_H
3
7
#define PROBE_ESUCCESS 0
8
#define PROBE_EINVAL 1
9
#define PROBE_ENOELM 2
10
#define PROBE_ENOVAL 3
11
#define PROBE_ENOATTR 4
12
#define PROBE_EINIT 5
13
#define PROBE_ENOMEM 6
14
#define PROBE_EOPNOTSUPP 7
15
#define PROBE_ERANGE 8
16
#define PROBE_EDOM 9
17
#define PROBE_EFAULT 10
18
#define PROBE_EACCESS 11
19
#define PROBE_ESETEVAL 12
20
#define PROBE_ENOENT 13
21
#define PROBE_ENOOBJ 14
22
#define PROBE_ECONNABORTED 15
23
#define PROBE_EFATAL 254
24
#define PROBE_EUNKNOWN 255
25
26
#endif
/* PROBE_COMMON_H */
Generated by
1.17.0