Searched refs:newnotifp (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c857 dlpi_notifyent_t *newnotifp; local
891 if ((newnotifp = calloc(1, sizeof (dlpi_notifyent_t))) == NULL)
895 newnotifp->dln_fnp = funcp;
896 newnotifp->dln_notes = notes;
897 newnotifp->arg = arg;
898 newnotifp->dln_rm = B_FALSE;
901 newnotifp->dln_next = dip->dli_notifylistp;
902 dip->dli_notifylistp = newnotifp;
904 *id = (dlpi_notifyid_t)newnotifp;

Completed in 24 milliseconds