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

/illumos-gate/usr/src/lib/libdlpi/common/
H A Dlibdlpi_impl.h103 } dlpi_notifyent_t; typedef in typeref:struct:dlpi_notifyent
125 dlpi_notifyent_t *dli_notifylistp;
H A Dlibdlpi.c74 static boolean_t i_dlpi_notifyidexists(dlpi_impl_t *, dlpi_notifyent_t *);
244 dlpi_notifyent_t *next, *dnp;
819 dlpi_notifyent_t *newnotifp;
853 if ((newnotifp = calloc(1, sizeof (dlpi_notifyent_t))) == NULL)
874 dlpi_notifyent_t *remid = (dlpi_notifyent_t *)id;
1738 dlpi_notifyent_t *dnp;
1800 i_dlpi_notifyidexists(dlpi_impl_t *dip, dlpi_notifyent_t *id)
1802 dlpi_notifyent_t *dnp;
1818 dlpi_notifyent_t *pre
[all...]

Completed in 46 milliseconds