|
NAMEdevice_set_flags ,
device_get_flags —
manipulate driver flags
SYNOPSIS#include <sys/param.h>
#include <sys/bus.h>
void
uint32_t
DESCRIPTIONEach device supports a set of driver-dependent flags which are often used to control device behaviour. These flags are read by callingdevice_get_flags () and written by calling
device_set_flags ().
SEE ALSOdevice(9)AUTHORSThis manual page was written by Doug Rabson.
Visit the GSP FreeBSD Man Page Interface. |