*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->FreeBSD man pages -> device_get_ivars (9)              
Title
Content
Arch
Section
 

DEVICE_GET_IVARS(9)

Contents


NAME    [Toc]    [Back]

     device_get_ivars, device_set_ivars -- access bus private variables

SYNOPSIS    [Toc]    [Back]

     #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    [Toc]    [Back]

     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    [Toc]    [Back]

      
      
     device(9)

AUTHORS    [Toc]    [Back]

     This manual page was written by Doug Rabson.


FreeBSD 5.2.1			 June 16, 1998			 FreeBSD 5.2.1
[ Back ]
 Similar pages
Name OS Title
device_get_softc FreeBSD access driver private instance variables
global IRIX Access global variables
TP_CertReclaimKey Tru64 Get private key associated with a certificate (CDSA)
RSA_check_key OpenBSD validate private RSA keys
CSSM_TP_CertReclaimKey Tru64 Get private key associated with a certificate (CDSA)
RSA_check_key NetBSD validate private RSA keys
RSA_check_key Tru64 Validate private RSA keys
CSP_ObtainPrivateKeyFromPublicKey Tru64 Convert public key to private key (CDSA)
CSSM_CSP_ObtainPrivateKeyFromPublicKey Tru64 Convert public key to private key (CDSA)
i2d_Netscape_RSA OpenBSD RSA public and private key encoding functions.
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service