Searched refs:Hdl (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | io.c | 32 extern fmd_hdl_t *Hdl; /* handle in global for platform.c */ 37 fmd_hdl_abort(Hdl, "%s\n", buf); in io_abort() 43 fmd_hdl_abort(Hdl, "%s\n", buf); in io_die() 49 fmd_hdl_abort(Hdl, "%s\n", buf); in io_err() 55 fmd_hdl_debug(Hdl, "%s\n", buf); in io_out() 61 fmd_hdl_abort(Hdl, "eft: exitcode %d\n", code); in io_exit()
|
H A D | alloc.c | 39 extern fmd_hdl_t *Hdl; /* handle from eft.c */ 94 retval = fmd_hdl_alloc(Hdl, nbytes + HDRSIZ, FMD_SLEEP); in alloc_malloc() 168 fmd_hdl_free(Hdl, (char *)ptr - HDRSIZ, osize + HDRSIZ); in alloc_free() 193 retval = fmd_hdl_alloc(Hdl, nbytes, FMD_SLEEP); in alloc_xmalloc() 207 fmd_hdl_free(Hdl, (char *)ptr, size); in alloc_xfree()
|
H A D | stats.c | 39 extern fmd_hdl_t *Hdl; /* handle from eft.c */ 99 (void) fmd_stat_create(Hdl, FMD_STAT_NOALLOC, 1, &(ret->fmd_stats)); in stats_new() 110 fmd_stat_destroy(Hdl, 1, &(sp->fmd_stats)); in stats_delete() 220 fmd_hdl_strfree(Hdl, sp->fmd_stats.fmds_value.str); in stats_string_set() 221 sp->fmd_stats.fmds_value.str = fmd_hdl_strdup(Hdl, s, FMD_SLEEP); in stats_string_set()
|
H A D | eft.c | 55 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 D | platform.c | 62 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 D | fme.c | 68 extern fmd_hdl_t *Hdl; 2392 fmd_buf_destroy(Hdl, NULL, WOBUF_ISTATS); in istat_save() 2401 fmd_buf_destroy(Hdl, NULL, WOBUF_ISTATS); in istat_save() 2404 fmd_buf_write(Hdl, NULL, WOBUF_ISTATS, Istatbuf, Istatsz); in istat_save() 2644 fmd_buf_destroy(Hdl, NULL, WOBUF_SERDS); in serd_save() 2653 fmd_buf_destroy(Hdl, NULL, WOBUF_SERDS); in serd_save() 2656 fmd_buf_write(Hdl, NULL, WOBUF_SERDS, Serdbuf, Serdsz); in serd_save()
|
H A D | eval.c | 58 extern fmd_hdl_t *Hdl; /* handle from eft.c */ 537 valuep->v = fmd_nvl_fmri_has_fault(Hdl, rsrc, in eval_func()
|