tail head cat sleep
QR code linking to this page

Manual Pages  — BUS_GENERIC_READ_IVAR

NAME

bus_generic_read_ivar, bus_generic_write_ivar – generic implementation of BUS_READ_IVAR and BUS_WRITE_IVAR for buses

CONTENTS

SYNOPSIS

#include <sys/param.h>
#include <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

This manual page was written by Doug Rabson.

BUS_GENERIC_READ_IVAR (9) January 15, 2017

tail head cat sleep
QR code linking to this page


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

There are 10 types of people in the world: those who understand binary, and those who don't.