partition probe implementation
- Author
- "Daniel Kopecek" dkope.nosp@m.cek@.nosp@m.redha.nosp@m.t.co.nosp@m.m
#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"
|
#define | MTAB_PATH "/proc/mounts" |
|
#define | MTAB_LINE_MAX 4096 |
|
|
void * | probe_init (void) |
| Dummy probe_fini function.
|
|
int | probe_main (probe_ctx *ctx, void *probe_arg) |
|
|
const char * | __OVAL_fs_types [][2] |
|