yast2-hardware-detection
Defines | Functions
HwProbe.cc File Reference
#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>

Defines

#define pr_null   (hd_probe_feature_t)0
#define ITEM(x)   ((int)x + 42)
#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 Documentation

#define ITEM (   x)    ((int)x + 42)

Referenced by HwProbe::checkPath().

#define PATHCOUNT   3

Referenced by HwProbe::checkPath().

#define pr_null   (hd_probe_feature_t)0

Referenced by HwProbe::checkPath().


Function Documentation

static const YCPValue readStatus ( hd_data_t *  hd_data,
int  which,
const YCPValue &  arg 
) [static]

References status_to_sym().

Referenced by HwProbe::checkPath().

static const YCPSymbol status_to_sym ( hd_status_value_t  status) [static]

Referenced by readStatus().

static hd_status_value_t sym_to_status ( const YCPSymbol &  symbol) [static]

HwProbe.cc

Purpose: hardware autoprobe repository access handling of .probe paths

Authors: Klaus Kaempf <kkaempf@suse.de> Arvin Schnell <arvin@suse.de> Maintainer: Arvin Schnell <arvin@suse.de>

see doc/hwprobe.html for a description

Referenced by HwProbe::checkPath().


Generated on a sunny day for yast2-hardware-detection by doxygen 1.7.6.1