Query: bus_generic_read_ivar
OS: freebsd
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
BUS_GENERIC_READ_IVAR(9) BSD Kernel Developer's Manual BUS_GENERIC_READ_IVAR(9)NAMEbus_generic_read_ivar, bus_generic_write_ivar -- generic implementation of BUS_READ_IVAR and BUS_WRITE_IVAR for bussesSYNOPSIS#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);DESCRIPTIONThese functions simply return ENOENT.SEE ALSOdevice(9), driver(9)AUTHORSThis manual page was written by Doug Rabson.BSDJune 16, 1998 BSD
| Related Man Pages |
|---|
| device_is_alive(9) - freebsd |
| device_get_state(9) - debian |
| device_is_alive(9) - debian |
| device_is_attached(9) - freebsd |
| device_unbusy(9) - freebsd |
| Similar Topics in the Unix Linux Community |
|---|
| Scripts without shebang |
| Memory Leaks |
| A simple UNIXtime component in Vue.js |
| Is it safe to install x86 Solaris 10 U6 after installed-Linux-and-FreeBSD? |
| Controlling user input |