|
BUS_GENERIC_READ_IVAR (9) | Kernel routines | Unix Manual Pages | :man▋
NAME
bus_generic_read_ivar, bus_generic_write_ivar - generic implementation of BUS_READ_IVAR and BUS_WRITE_IVAR for busses
CONTENTS
Synopsis Description See Also Authors
SYNOPSIS
.In sys/param.h .In sys/bus.h int bus_generic_read_ivar "device_t dev" "device_t child" "int index" "uintptr_t *result" int bus_generic_write_ivar "device_t dev" "device_t child" "int index" "uintptr_t value"
DESCRIPTION
These functions simply return ENOENT.
SEE ALSO
device(9), driver(9)
AUTHORS
|