Query: ddi_dev_nintrs
OS: sunos
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).DESCRIPTIONddi_dev_nintrs() returns the number of interrupt specifications a device has in *resultp.RETURN VALUESddi_dev_nintrs() 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.CONTEXTddi_dev_nintrs() can be called from user or interrupt context.SEE ALSOisa(4), sbus(4), ddi_add_intr(9F), ddi_dev_nregs(9F), ddi_dev_regsize(9F) Writing Device Drivers SunOS 5.10 2 Dec 1993 ddi_dev_nintrs(9F)
| Related Man Pages |
|---|
| ddi_dev_is_sid(9f) - sunos |
| ddi_dev_regsize(9f) - opensolaris |
| ddi_dev_is_sid(9f) - centos |
| ddi_dev_is_sid(9f) - debian |
| ddi_dev_is_sid(9f) - osx |
| Similar Topics in the Unix Linux Community |
|---|
| Delete lines with a word and their above lines |
| Is UNIX an open source OS ? |
| Merge and Sort tabular data from different text files |
| Using awk to remove lines from file that match text |