InomHitta mer dokumentationSupportresurser som ingår | Ladda ner denna bok i PDF (3618 KB)
ddi_dev_regsize(9F)Name | Synopsis | Interface Level | Parameters | Description | Return Values | Context | See Also Name
Synopsis#include <sys/conf.h> #include <sys/ddi.h> #include <sys/sunddi.h> int ddi_dev_regsize(dev_info_t *dip, uint_t rnumber, off_t *resultp); Interface LevelSolaris DDI specific (Solaris DDI). Parameters
DescriptionThe ddi_dev_regsize() function returns the size, in bytes, of the device register specified by dip and rnumber. This is useful when, for example, one of the registers is a frame buffer with a varying size known only to its proms. Return Values
The ddi_dev_regsize() function returns: ContextThe ddi_dev_regsize() function can be called from user, interrupt, or kernel context. See AlsoSunOS 5.11 Last Revised 16 Jan 2006Name | Synopsis | Interface Level | Parameters | Description | Return Values | Context | See Also |