|
NAMElibdevq —
Generic Device Query and Monitor interface
LIBRARYPortable query and monitoring library (libdevq, -ldevq)SYNOPSIS#include <sys/types.h>
#include <libdevq.h>
devq_class_t
const char *
const char *
int
int
int
const char *
devq_device_t
const char *
int
const char *
void
struct devq_device *
devq_event_t
void
int
struct devq_evmon *
int
struct devq_event *
REFERENCEThis section documents the functions, types, and variable available via<libdevq.h> .
Types
FunctionsDevice query functions.
EXAMPLESfill me...Return valuesUpon successful completion, the value 0 is returned; otherwise the value -1 is returned and the global variable errno is set to indicate the error.ERRORSThe functions inlibdevq () may fail with the following
errors:
SEE ALSOdevinfo(3), devctl(4), devclass(9)AUTHORSThelibdevq library was written by:
Baptiste Daroussin
<bapt@FreeBSD.org>,
Visit the GSP FreeBSD Man Page Interface. |