Lines Matching defs:intrspec
99 struct intrspec ls_intrspec; /* MFC intrspec */
1238 /* Prototype of intrspec */
2911 * existence means we need one in the intrspec.
3265 kmem_zalloc(sizeof (struct intrspec), KM_SLEEP);
3343 * pcmcia only allocates 1 intrspec today
3346 len = sizeof (struct intrspec) * ppd->ppd_intr;
4723 struct intrspec *pispec;
4876 struct intrspec *pispec;
5033 static struct intrspec *pcmcia_intr_get_ispec(dev_info_t *, int,
5035 static struct intrspec *pcmcia_intr_add_isr(dev_info_t *, dev_info_t *,
5048 static struct intrspec *
5053 struct intrspec *intrspec;
5070 intrspec = ppd->ppd_intrspec;
5071 if (intrspec->intrspec_vec == 0 && (*sockp)->ls_intr_vec != 0)
5072 intrspec->intrspec_vec = (*sockp)->ls_intr_vec;
5074 return (intrspec);
5077 static struct intrspec *
5082 struct intrspec *ispecp;
5155 /* all functions use same intrspec except mfc handler */
5159 * work properly for MFC cards. The intrspec for the
5208 struct intrspec *ispecp;
5268 ispecp = (struct intrspec *)&sockp->ls_intrspec;
5326 struct intrspec *ispecp;
5399 struct intrspec *ispecp;
5434 ispecp = (struct intrspec *)&sockp->ls_intrspec;
5444 (struct intrspec *)&sockp->ls_intrspec)
5476 struct intrspec *ispecp;