Home
last modified time | relevance | path

Searched refs:Hdl (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/cmd/fm/modules/common/eversholt/
H A Dio.c34 extern fmd_hdl_t *Hdl; /* handle in global for platform.c */
39 fmd_hdl_abort(Hdl, "%s\n", buf); in io_abort()
45 fmd_hdl_abort(Hdl, "%s\n", buf); in io_die()
51 fmd_hdl_abort(Hdl, "%s\n", buf); in io_err()
57 fmd_hdl_debug(Hdl, "%s\n", buf); in io_out()
63 fmd_hdl_abort(Hdl, "eft: exitcode %d\n", code); in io_exit()
H A Dalloc.c41 extern fmd_hdl_t *Hdl; /* handle from eft.c */
96 retval = fmd_hdl_alloc(Hdl, nbytes + HDRSIZ, FMD_SLEEP); in alloc_malloc()
170 fmd_hdl_free(Hdl, (char *)ptr - HDRSIZ, osize + HDRSIZ); in alloc_free()
195 retval = fmd_hdl_alloc(Hdl, nbytes, FMD_SLEEP); in alloc_xmalloc()
209 fmd_hdl_free(Hdl, (char *)ptr, size); in alloc_xfree()
H A Dstats.c41 extern fmd_hdl_t *Hdl; /* handle from eft.c */
101 (void) fmd_stat_create(Hdl, FMD_STAT_NOALLOC, 1, &(ret->fmd_stats)); in stats_new()
112 fmd_stat_destroy(Hdl, 1, &(sp->fmd_stats)); in stats_delete()
222 fmd_hdl_strfree(Hdl, sp->fmd_stats.fmds_value.str); in stats_string_set()
223 sp->fmd_stats.fmds_value.str = fmd_hdl_strdup(Hdl, s, FMD_SLEEP); in stats_string_set()
H A Deft.c55 fmd_hdl_t *Hdl; /* handle in global for platform.c */ variable
206 fmd_hdl_subscribe(Hdl, ename); in dosubscribe()
252 fmd_hdl_opendict(Hdl, lhs); in doopendict()
265 Hdl = hdl; in _fmd_init()
H A Dplatform.c62 extern fmd_hdl_t *Hdl; /* handle from eft.c */
128 Root = fmd_prop_get_string(Hdl, "fmd.rootdir"); in platform_globals()
129 Mach = fmd_prop_get_string(Hdl, "fmd.machine"); in platform_globals()
130 Plat = fmd_prop_get_string(Hdl, "fmd.platform"); in platform_globals()
136 fmd_prop_free_string(Hdl, Root); in platform_free_globals()
137 fmd_prop_free_string(Hdl, Mach); in platform_free_globals()
138 fmd_prop_free_string(Hdl, Plat); in platform_free_globals()
148 Eft_topo_hdl = fmd_hdl_topo_hold(Hdl, TOPO_VERSION); in platform_init()
161 fmd_hdl_topo_rele(Hdl, Eft_topo_hdl); in platform_fini()
747 fmd_hdl_topo_rele(Hdl, Eft_topo_hdl); in platform_config_snapshot()
[all …]
H A Dfme.c62 extern fmd_hdl_t *Hdl;
2381 fmd_buf_destroy(Hdl, NULL, WOBUF_ISTATS); in istat_save()
2390 fmd_buf_destroy(Hdl, NULL, WOBUF_ISTATS); in istat_save()
2393 fmd_buf_write(Hdl, NULL, WOBUF_ISTATS, Istatbuf, Istatsz); in istat_save()
2633 fmd_buf_destroy(Hdl, NULL, WOBUF_SERDS); in serd_save()
2642 fmd_buf_destroy(Hdl, NULL, WOBUF_SERDS); in serd_save()
2645 fmd_buf_write(Hdl, NULL, WOBUF_SERDS, Serdbuf, Serdsz); in serd_save()
H A Deval.c57 extern fmd_hdl_t *Hdl; /* handle from eft.c */
535 valuep->v = fmd_nvl_fmri_has_fault(Hdl, rsrc, in eval_func()