Home
last modified time | relevance | path

Searched refs:ls_inthandlers (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/common/pcmcia/nexus/
H A Dpcmcia.c100 inthandler_t *ls_inthandlers; /* for multifunction cards */ member
4163 (void *) sockp, (void *) sockp->ls_inthandlers, in pcmcia_mfc_intr()
4168 if (sockp == NULL || sockp->ls_inthandlers == NULL || in pcmcia_mfc_intr()
4173 for (done = 0, result = 0, first = intr = sockp->ls_inthandlers; in pcmcia_mfc_intr()
4182 if (sockp->ls_inthandlers) in pcmcia_mfc_intr()
4183 sockp->ls_inthandlers = sockp->ls_inthandlers->next; in pcmcia_mfc_intr()
4746 (void *)sockp->ls_inthandlers); in pcmcia_add_intr_impl()
4794 if (sockp->ls_inthandlers == NULL) { in pcmcia_add_intr_impl()
4796 sockp->ls_inthandlers = intr; in pcmcia_add_intr_impl()
4808 insque(intr, sockp->ls_inthandlers); in pcmcia_add_intr_impl()
[all …]