Searched defs:nintrsp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dddi_intr.c82 * *nintrsp*, the number of interrupts the device supports for the
86 ddi_intr_get_nintrs(dev_info_t *dip, int type, int *nintrsp) argument
94 if ((dip == NULL) || (nintrsp == NULL) ||
102 if (*nintrsp = i_ddi_intr_get_supported_nintrs(dip, type))
110 (void *)nintrsp);
113 *nintrsp));

Completed in 81 milliseconds