Lines Matching defs:shared
298 * 1) Check if this IRQ is shared (i.e. IRQ is already mapped
318 * Check if this IRQ has been mapped (i.e. shared IRQ case)
369 * 1) If it is a shared vector then simply pass the request to
378 int shared;
382 /* check if it is a shared vector */
384 PSM_INTR_OP_GET_SHARED, &shared);
386 if ((ret == PSM_SUCCESS) && (shared > 0)) {
387 /* (1) it is a shared vector; simply pass the request */
389 "shared %d\n", (void *)dip, ddi_driver_name(dip), shared));