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

/solaris-x11-s12/open-src/kernel/drm/src/
H A Ddrm_irq.c138 int count, avail, actual; local
176 count, &actual, DDI_INTR_ALLOC_NORMAL);
178 if ((ret != DDI_SUCCESS) || (actual == 0)) {
183 pdev->msi_actual = actual;
191 for(i = 0; i < actual; i++)
200 for(i = 0; i < actual; i++)
703 * implementation of a kms driver to implement the actual timestamping.

Completed in 19 milliseconds