yast2-hardware-detection
|
#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <string.h>
#include <errno.h>
#include <unistd.h>
#include "HwProbe.h"
#include <ycp/y2log.h>
Macros | |
#define | pr_null (hd_probe_feature_t)0 |
#define | ITEM(x) |
#define | PATHCOUNT 3 |
Functions | |
static hd_status_value_t | sym_to_status (const YCPSymbol &symbol) |
static const YCPSymbol | status_to_sym (hd_status_value_t status) |
static const YCPValue | readStatus (hd_data_t *hd_data, int which, const YCPValue &arg) |
#define ITEM | ( | x | ) |
Referenced by HwProbe::checkPath().
#define PATHCOUNT 3 |
Referenced by HwProbe::checkPath().
#define pr_null (hd_probe_feature_t)0 |
Referenced by HwProbe::checkPath().
|
static |
References status_to_sym().
Referenced by HwProbe::checkPath().
|
static |
Referenced by readStatus().
|
static |
Purpose: hardware autoprobe repository access handling of .probe paths
Authors: Klaus Kaempf kkaem.nosp@m.pf@s.nosp@m.use.d.nosp@m.e Arvin Schnell arvin.nosp@m.@sus.nosp@m.e.de Maintainer: Arvin Schnell arvin.nosp@m.@sus.nosp@m.e.de
see doc/hwprobe.html for a description
Referenced by HwProbe::checkPath().