Lines Matching defs:hdl

223 fmd_api_module(fmd_hdl_t *hdl)  in fmd_api_module()
277 fmd_api_module_lock(fmd_hdl_t *hdl) in fmd_api_module_lock()
317 fmd_api_transport_impl(fmd_hdl_t *hdl, fmd_xprt_t *xp) in fmd_api_transport_impl()
354 fmd_hdl_register(fmd_hdl_t *hdl, int version, const fmd_hdl_info_t *mip) in fmd_hdl_register()
647 fmd_hdl_unregister(fmd_hdl_t *hdl) in fmd_hdl_unregister()
655 fmd_hdl_subscribe(fmd_hdl_t *hdl, const char *class) in fmd_hdl_subscribe()
670 fmd_hdl_unsubscribe(fmd_hdl_t *hdl, const char *class) in fmd_hdl_unsubscribe()
685 fmd_hdl_setspecific(fmd_hdl_t *hdl, void *spec) in fmd_hdl_setspecific()
694 fmd_hdl_getspecific(fmd_hdl_t *hdl) in fmd_hdl_getspecific()
704 fmd_hdl_opendict(fmd_hdl_t *hdl, const char *dict) in fmd_hdl_opendict()
732 fmd_hdl_topo_hold(fmd_hdl_t *hdl, int v) in fmd_hdl_topo_hold()
750 fmd_hdl_topo_rele(fmd_hdl_t *hdl, topo_hdl_t *thp) in fmd_hdl_topo_rele()
781 fmd_hdl_alloc(fmd_hdl_t *hdl, size_t size, int flags) in fmd_hdl_alloc()
793 fmd_hdl_zalloc(fmd_hdl_t *hdl, size_t size, int flags) in fmd_hdl_zalloc()
811 fmd_hdl_free(fmd_hdl_t *hdl, void *data, size_t size) in fmd_hdl_free()
821 fmd_hdl_strdup(fmd_hdl_t *hdl, const char *s, int flags) in fmd_hdl_strdup()
837 fmd_hdl_strfree(fmd_hdl_t *hdl, char *s) in fmd_hdl_strfree()
844 fmd_hdl_vabort(fmd_hdl_t *hdl, const char *format, va_list ap) in fmd_hdl_vabort()
851 fmd_hdl_abort(fmd_hdl_t *hdl, const char *format, ...) in fmd_hdl_abort()
862 fmd_hdl_verror(fmd_hdl_t *hdl, const char *format, va_list ap) in fmd_hdl_verror()
871 fmd_hdl_error(fmd_hdl_t *hdl, const char *format, ...) in fmd_hdl_error()
881 fmd_hdl_vdebug(fmd_hdl_t *hdl, const char *format, va_list ap) in fmd_hdl_vdebug()
926 fmd_hdl_debug(fmd_hdl_t *hdl, const char *format, ...) in fmd_hdl_debug()
936 fmd_prop_get_int32(fmd_hdl_t *hdl, const char *name) in fmd_prop_get_int32()
958 fmd_prop_get_int64(fmd_hdl_t *hdl, const char *name) in fmd_prop_get_int64()
980 fmd_prop_get_string(fmd_hdl_t *hdl, const char *name) in fmd_prop_get_string()
1003 fmd_prop_free_string(fmd_hdl_t *hdl, char *s) in fmd_prop_free_string()
1011 fmd_stat_create(fmd_hdl_t *hdl, uint_t flags, uint_t argc, fmd_stat_t *argv) in fmd_stat_create()
1032 fmd_stat_destroy(fmd_hdl_t *hdl, uint_t argc, fmd_stat_t *argv) in fmd_stat_destroy()
1040 fmd_stat_setstr(fmd_hdl_t *hdl, fmd_stat_t *sp, const char *s) in fmd_stat_setstr()
1058 fmd_case_open(fmd_hdl_t *hdl, void *data) in fmd_case_open()
1067 fmd_case_open_uuid(fmd_hdl_t *hdl, const char *uuidstr, void *data) in fmd_case_open_uuid()
1100 fmd_case_reset(fmd_hdl_t *hdl, fmd_case_t *cp) in fmd_case_reset()
1115 fmd_case_solve(fmd_hdl_t *hdl, fmd_case_t *cp) in fmd_case_solve()
1130 fmd_case_close(fmd_hdl_t *hdl, fmd_case_t *cp) in fmd_case_close()
1141 fmd_case_uuid(fmd_hdl_t *hdl, fmd_case_t *cp) in fmd_case_uuid()
1152 fmd_case_uulookup(fmd_hdl_t *hdl, const char *uuid) in fmd_case_uulookup()
1168 fmd_case_uuclose(fmd_hdl_t *hdl, const char *uuid) in fmd_case_uuclose()
1182 fmd_case_uuclosed(fmd_hdl_t *hdl, const char *uuid) in fmd_case_uuclosed()
1199 fmd_case_uuresolved(fmd_hdl_t *hdl, const char *uuid) in fmd_case_uuresolved()
1221 fmd_case_uuisresolved(fmd_hdl_t *hdl, const char *uuid) in fmd_case_uuisresolved()
1238 fmd_case_instate(fmd_hdl_t *hdl, fmd_case_t *cp, uint_t state) in fmd_case_instate()
1249 fmd_case_solved(fmd_hdl_t *hdl, fmd_case_t *cp) in fmd_case_solved()
1255 fmd_case_closed(fmd_hdl_t *hdl, fmd_case_t *cp) in fmd_case_closed()
1261 fmd_case_add_ereport(fmd_hdl_t *hdl, fmd_case_t *cp, fmd_event_t *ep) in fmd_case_add_ereport()
1274 fmd_case_add_serd(fmd_hdl_t *hdl, fmd_case_t *cp, const char *name) in fmd_case_add_serd()
1297 fmd_case_add_suspect(fmd_hdl_t *hdl, fmd_case_t *cp, nvlist_t *nvl) in fmd_case_add_suspect()
1398 fmd_case_setspecific(fmd_hdl_t *hdl, fmd_case_t *cp, void *data) in fmd_case_setspecific()
1411 fmd_case_getspecific(fmd_hdl_t *hdl, fmd_case_t *cp) in fmd_case_getspecific()
1426 fmd_case_setprincipal(fmd_hdl_t *hdl, fmd_case_t *cp, fmd_event_t *ep) in fmd_case_setprincipal()
1439 fmd_case_getprincipal(fmd_hdl_t *hdl, fmd_case_t *cp) in fmd_case_getprincipal()
1454 fmd_case_next(fmd_hdl_t *hdl, fmd_case_t *cp) in fmd_case_next()
1468 fmd_case_prev(fmd_hdl_t *hdl, fmd_case_t *cp) in fmd_case_prev()
1492 fmd_buf_create(fmd_hdl_t *hdl, fmd_case_t *cp, const char *name, size_t size) in fmd_buf_create()
1529 fmd_buf_destroy(fmd_hdl_t *hdl, fmd_case_t *cp, const char *name) in fmd_buf_destroy()
1549 fmd_buf_read(fmd_hdl_t *hdl, fmd_case_t *cp, in fmd_buf_read()
1568 fmd_buf_write(fmd_hdl_t *hdl, fmd_case_t *cp, in fmd_buf_write()
1610 fmd_buf_size(fmd_hdl_t *hdl, fmd_case_t *cp, const char *name) in fmd_buf_size()
1628 fmd_serd_create(fmd_hdl_t *hdl, const char *name, uint_t n, hrtime_t t) in fmd_serd_create()
1644 fmd_serd_destroy(fmd_hdl_t *hdl, const char *name) in fmd_serd_destroy()
1654 fmd_serd_exists(fmd_hdl_t *hdl, const char *name) in fmd_serd_exists()
1664 fmd_serd_reset(fmd_hdl_t *hdl, const char *name) in fmd_serd_reset()
1680 fmd_serd_record(fmd_hdl_t *hdl, const char *name, fmd_event_t *ep) in fmd_serd_record()
1701 fmd_serd_fired(fmd_hdl_t *hdl, const char *name) in fmd_serd_fired()
1718 fmd_serd_empty(fmd_hdl_t *hdl, const char *name) in fmd_serd_empty()
1735 fmd_thr_create(fmd_hdl_t *hdl, void (*func)(void *), void *arg) in fmd_thr_create()
1762 fmd_thr_destroy(fmd_hdl_t *hdl, pthread_t tid) in fmd_thr_destroy()
1809 fmd_thr_signal(fmd_hdl_t *hdl, pthread_t tid) in fmd_thr_signal()
1824 fmd_thr_checkpoint(fmd_hdl_t *hdl) in fmd_thr_checkpoint()
1900 fmd_timer_install(fmd_hdl_t *hdl, void *arg, fmd_event_t *ep, hrtime_t delta) in fmd_timer_install()
1928 fmd_timer_remove(fmd_hdl_t *hdl, id_t id) in fmd_timer_remove()
1956 fmd_nvl_create_suspect(fmd_hdl_t *hdl, const char *class, in fmd_nvl_create_suspect()
1977 fmd_nvl_create_fault(fmd_hdl_t *hdl, const char *class, in fmd_nvl_create_fault()
1993 fmd_nvl_create_defect(fmd_hdl_t *hdl, const char *class, in fmd_nvl_create_defect()
2001 fmd_hdl_fmauth(fmd_hdl_t *hdl) in fmd_hdl_fmauth()
2014 fmd_hdl_modauth(fmd_hdl_t *hdl) in fmd_hdl_modauth()
2028 fmd_nvl_class_match(fmd_hdl_t *hdl, nvlist_t *nvl, const char *pattern) in fmd_nvl_class_match()
2042 fmd_nvl_fmri_expand(fmd_hdl_t *hdl, nvlist_t *nvl) in fmd_nvl_fmri_expand()
2058 fmd_nvl_fmri_present(fmd_hdl_t *hdl, nvlist_t *nvl) in fmd_nvl_fmri_present()
2080 fmd_nvl_fmri_replaced(fmd_hdl_t *hdl, nvlist_t *nvl) in fmd_nvl_fmri_replaced()
2097 fmd_nvl_fmri_unusable(fmd_hdl_t *hdl, nvlist_t *nvl) in fmd_nvl_fmri_unusable()
2119 fmd_nvl_fmri_retire(fmd_hdl_t *hdl, nvlist_t *nvl) in fmd_nvl_fmri_retire()
2136 fmd_nvl_fmri_unretire(fmd_hdl_t *hdl, nvlist_t *nvl) in fmd_nvl_fmri_unretire()
2153 fmd_nvl_fmri_service_state(fmd_hdl_t *hdl, nvlist_t *nvl) in fmd_nvl_fmri_service_state()
2200 fmd_nvl_fmri_has_fault(fmd_hdl_t *hdl, nvlist_t *nvl, int type, char *class) in fmd_nvl_fmri_has_fault()
2243 fmd_nvl_fmri_contains(fmd_hdl_t *hdl, nvlist_t *n1, nvlist_t *n2) in fmd_nvl_fmri_contains()
2265 fmd_nvl_fmri_translate(fmd_hdl_t *hdl, nvlist_t *fmri, nvlist_t *auth) in fmd_nvl_fmri_translate()
2331 fmd_nvl_alloc(fmd_hdl_t *hdl, int flags) in fmd_nvl_alloc()
2354 fmd_nvl_dup(fmd_hdl_t *hdl, nvlist_t *src, int flags) in fmd_nvl_dup()
2378 fmd_repair_fru(fmd_hdl_t *hdl, const char *fmri) in fmd_repair_fru()
2392 fmd_repair_asru(fmd_hdl_t *hdl, const char *fmri) in fmd_repair_asru()
2407 fmd_event_local(fmd_hdl_t *hdl, fmd_event_t *ep) in fmd_event_local()
2419 fmd_event_ena_create(fmd_hdl_t *hdl) in fmd_event_ena_create()
2425 fmd_xprt_open(fmd_hdl_t *hdl, uint_t flags, nvlist_t *auth, void *data) in fmd_xprt_open()
2456 fmd_xprt_close(fmd_hdl_t *hdl, fmd_xprt_t *xp) in fmd_xprt_close()
2478 fmd_xprt_post(fmd_hdl_t *hdl, fmd_xprt_t *xp, nvlist_t *nvl, hrtime_t hrt) in fmd_xprt_post()
2513 fmd_xprt_log(fmd_hdl_t *hdl, fmd_xprt_t *xp, nvlist_t *nvl, hrtime_t hrt) in fmd_xprt_log()
2533 fmd_xprt_suspend(fmd_hdl_t *hdl, fmd_xprt_t *xp) in fmd_xprt_suspend()
2540 fmd_xprt_resume(fmd_hdl_t *hdl, fmd_xprt_t *xp) in fmd_xprt_resume()
2547 fmd_xprt_error(fmd_hdl_t *hdl, fmd_xprt_t *xp) in fmd_xprt_error()
2671 fmd_xprt_translate(fmd_hdl_t *hdl, fmd_xprt_t *xp, fmd_event_t *ep) in fmd_xprt_translate()
2685 fmd_xprt_add_domain(fmd_hdl_t *hdl, nvlist_t *nvl, char *domain) in fmd_xprt_add_domain()
2722 fmd_xprt_setspecific(fmd_hdl_t *hdl, fmd_xprt_t *xp, void *data) in fmd_xprt_setspecific()
2728 fmd_xprt_getspecific(fmd_hdl_t *hdl, fmd_xprt_t *xp) in fmd_xprt_getspecific()