Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdlpi/common/
H A Dlibdlpi.h177 typedef void dlpi_notifyfunc_t(dlpi_handle_t, dlpi_notifyinfo_t *, void *); typedef
201 extern int dlpi_enabnotify(dlpi_handle_t, uint_t, dlpi_notifyfunc_t *,
H A Dlibdlpi_impl.h98 dlpi_notifyfunc_t *dln_fnp;
H A Dlibdlpi.c812 dlpi_enabnotify(dlpi_handle_t dh, uint_t notes, dlpi_notifyfunc_t *funcp, in dlpi_enabnotify()