Query: ddi_dev_nintrs
OS: opensolaris
Section: 9f
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ddi_dev_nintrs(9F) Kernel Functions for Drivers ddi_dev_nintrs(9F)NAMEddi_dev_nintrs - return the number of interrupt specifications a device hasSYNOPSIS#include <sys/conf.h> #include <sys/ddi.h> #include <sys/sunddi.h> int ddi_dev_nintrs(dev_info_t *dip, int *resultp);INTERFACE LEVELSolaris DDI specific (Solaris DDI). This interface is obsolete. Use the new interrupt interfaces referenced in Intro(9F). Refer to Writing Device Drivers for more information.DESCRIPTIONThe ddi_dev_nintrs() function returns the number of interrupt specifications a device has in *resultp.RETURN VALUESThe ddi_dev_nintrs() function returns: DDI_SUCCESS A successful return. The number of interrupt specifications that the device has is set in resultp. DDI_FAILURE The device has no interrupt specifications.CONTEXTThe ddi_dev_nintrs() function can be called from user, interrupt, or kernel context.ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Obsolete | +-----------------------------+-----------------------------+SEE ALSOisa(4), sbus(4), ddi_add_intr(9F), ddi_dev_nregs(9F), ddi_dev_regsize(9F), Intro(9F) Writing Device Drivers SunOS 5.11 16 Jan 2006 ddi_dev_nintrs(9F)
Similar Topics in the Unix Linux Community |
---|
How to learn UNIX |
What does this mean? |
PHP Man Pages Now Available (Over 10,000) |
Change directory for core file |
What's legal and what's not? |