#include <stdlib.h>
#include <string.h>
#include <stdint.h>
#include <limits.h>
#include <sys/statvfs.h>
#include <probe-api.h>
#include <probe/probe.h>
#include <probe/option.h>
#include <mntent.h>
#include <pcre.h>
#include "common/debug_priv.h"
Defines | |
| #define | MTAB_PATH "/proc/mounts" |
| #define | MTAB_LINE_MAX 4096 |
Functions | |
| void * | probe_init (void) |
| Dummy probe_fini function. | |
| int | probe_main (probe_ctx *ctx, void *probe_arg) |
Variables | |
| const char * | __OVAL_fs_types [][2] |
1.5.6