Searched refs:dln_next (Results 1 – 2 of 2) sorted by relevance
248 next = dnp->dln_next; in dlpi_close()863 newnotifp->dln_next = dip->dli_notifylistp; in dlpi_enabnotify()1780 for (dnp = dip->dli_notifylistp; dnp != NULL; dnp = dnp->dln_next) {1803 for (dnp = dip->dli_notifylistp; dnp != NULL; dnp = dnp->dln_next) {1824 dnp = dnp->dln_next;1826 dip->dli_notifylistp = dnp->dln_next;1830 prev->dln_next = dnp->dln_next;1832 dnp = prev->dln_next;
102 struct dlpi_notifyent *dln_next; member