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()1781 for (dnp = dip->dli_notifylistp; dnp != NULL; dnp = dnp->dln_next) {1804 for (dnp = dip->dli_notifylistp; dnp != NULL; dnp = dnp->dln_next) {1825 dnp = dnp->dln_next;1827 dip->dli_notifylistp = dnp->dln_next;1831 prev->dln_next = dnp->dln_next;1833 dnp = prev->dln_next;
102 struct dlpi_notifyent *dln_next; member