logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

bus_generic_read_ivar, bus_generic_write_ivar — generic implementation of BUS_READ_IVAR and

Authors

       This manual page was written by Doug Rabson.

Debian                                          January 15, 2017                        BUS_GENERIC_READ_IVAR(9)

Description

       These functions simply return ENOENT.

Name

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

See Also

device(9), driver(9)

Synopsis

#include<sys/param.h>#include<sys/bus.h>intbus_generic_read_ivar(device_tdev, device_tchild, intindex, uintptr_t*result);

       intbus_generic_write_ivar(device_tdev, device_tchild, intindex, uintptr_tvalue);

See Also