DragonFly On-Line Manual Pages

Search: Section:  


DEVICE_SET_FLAGS(9)   DragonFly Kernel Developer's Manual  DEVICE_SET_FLAGS(9)

NAME

device_set_flags, device_get_flags -- manipulate driver flags

SYNOPSIS

#include <sys/param.h> #include <sys/bus.h> void device_set_flags(device_t dev, u_int32_t flags); u_int32_t device_get_flags(device_t dev);

DESCRIPTION

Each device supports a set of driver-dependent flags which are often used to control device behaviour. These flags are read by calling device_get_flags() and written by calling device_set_flags().

SEE ALSO

device(9)

AUTHORS

This man page was written by Doug Rabson. DragonFly 5.5 September 6, 1999 DragonFly 5.5

Search: Section: