Searched defs:nd_hdl_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/fm/libfmnotify/common/
H A Dlibfmnotify.h62 } nd_hdl_t; typedef in typeref:struct:nd_hdl
82 void nd_cleanup(nd_hdl_t *);
83 void nd_dump_nvlist(nd_hdl_t *, nvlist_t *);
84 void nd_debug(nd_hdl_t *, const char *, ...);
85 void nd_error(nd_hdl_t *, const char *, ...);
86 void nd_abort(nd_hdl_t *, const char *, ...);
87 void nd_daemonize(nd_hdl_t *);
88 int nd_get_boolean_prop(nd_hdl_t *, const char *, const char *, const char *,
90 int nd_get_astring_prop(nd_hdl_t *, const char *, const char *, const char *,
92 char *nd_get_event_fmri(nd_hdl_t *, fmev_
[all...]

Completed in 52 milliseconds