tail head cat sleep
QR code linking to this page

Manual Pages  — DEVICE_GET_FLAGS

NAME

device_set_flags, device_get_flags – manipulate driver flags

CONTENTS

SYNOPSIS

#include <sys/param.h>
#include <sys/bus.h>

void
device_set_flags(device_t dev, uint32_t flags);

uint32_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 manual page was written by Doug Rabson.

DEVICE_GET_FLAGS (9) September 6, 1999

tail head cat sleep
QR code linking to this page


Please direct any comments about this manual page service to Ben Bullock. Privacy policy.

If you are angry with someone, you should walk a mile in their shoes - then you'll be a mile away from them, and you'll have their shoes.