Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
BUS_GENERIC_READ_IVAR(9)    Kernel Developer's Manual	BUS_GENERIC_READ_IVAR(9)

NAME
     bus_generic_read_ivar,  bus_generic_write_ivar -- generic implementation of
     BUS_READ_IVAR and BUS_WRITE_IVAR for buses

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.

FreeBSD ports 15.quarterly	January 15, 2017	BUS_GENERIC_READ_IVAR(9)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=bus_generic_read_ivar&sektion=9&manpath=FreeBSD+15.1-RELEASE+and+Ports.quarterly>

home | help