*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: device_set_ivars | Section: 9 | Source: FreeBSD | File: device_set_ivars.9.gz
DEVICE_GET_IVARS(9) FreeBSD Kernel Developer's Manual DEVICE_GET_IVARS(9) NAME device_get_ivars, device_set_ivars - access bus private variables SYNOPSIS #include <sys/param.h> #include <sys/bus.h> void * device_get_ivars(device_t dev); void device_set_ivars(device_t dev, void *ivar); DESCRIPTION The device_get_ivars() function returns the bus-specific instance variables of a device. The device_set_ivars() function sets the bus-specific instance variables of a device. Typically, only bus drivers will use these functions. The kernel assumes that the bus driver will manage this memory, and no automatic memory allocation or deallocation happens. Client drivers should access ivars through the BUS_READ_IVAR(9) interface instead. SEE ALSO device(9) AUTHORS This manual page was written by Doug Rabson. FreeBSD 14.1-RELEASE-p8 June 16, 1998 FreeBSD 14.1-RELEASE-p8

Navigation Options