HomeSort by relevance Sort by last modified time
    Searched refs:Hdl (Results 1 - 7 of 7) sorted by null

  /onnv/onnv-gate/usr/src/cmd/fm/modules/common/eversholt/
io.c 34 extern fmd_hdl_t *Hdl; /* handle in global for platform.c */
39 fmd_hdl_abort(Hdl, "%s\n", buf);
45 fmd_hdl_abort(Hdl, "%s\n", buf);
51 fmd_hdl_abort(Hdl, "%s\n", buf);
57 fmd_hdl_debug(Hdl, "%s\n", buf);
63 fmd_hdl_abort(Hdl, "eft: exitcode %d\n", code);
alloc.c 41 extern fmd_hdl_t *Hdl; /* handle from eft.c */
96 retval = fmd_hdl_alloc(Hdl, nbytes + HDRSIZ, FMD_SLEEP);
170 fmd_hdl_free(Hdl, (char *)ptr - HDRSIZ, osize + HDRSIZ);
195 retval = fmd_hdl_alloc(Hdl, nbytes, FMD_SLEEP);
209 fmd_hdl_free(Hdl, (char *)ptr, size);
stats.c 41 extern fmd_hdl_t *Hdl; /* handle from eft.c */
101 (void) fmd_stat_create(Hdl, FMD_STAT_NOALLOC, 1, &(ret->fmd_stats));
112 fmd_stat_destroy(Hdl, 1, &(sp->fmd_stats));
222 fmd_hdl_strfree(Hdl, sp->fmd_stats.fmds_value.str);
223 sp->fmd_stats.fmds_value.str = fmd_hdl_strdup(Hdl, s, FMD_SLEEP);
eft.c 55 fmd_hdl_t *Hdl; /* handle in global for platform.c */
86 eft_recv(fmd_hdl_t *hdl, fmd_event_t *ep, nvlist_t *nvl, const char *class)
97 (sp->hdlr)(hdl, ep, nvl, class);
107 eft_timeout(fmd_hdl_t *hdl, id_t tid, void *arg)
119 eft_close(fmd_hdl_t *hdl, fmd_case_t *fmcase)
122 fmd_case_uuid(hdl, fmcase));
123 fme_close_case(hdl, fmcase);
147 eft_topo_change(fmd_hdl_t *hdl, topo_hdl_t *thp)
206 fmd_hdl_subscribe(Hdl, ename);
252 fmd_hdl_opendict(Hdl, lhs)
    [all...]
platform.c 63 extern fmd_hdl_t *Hdl; /* handle from eft.c */
129 Root = fmd_prop_get_string(Hdl, "fmd.rootdir");
130 Mach = fmd_prop_get_string(Hdl, "fmd.machine");
131 Plat = fmd_prop_get_string(Hdl, "fmd.platform");
137 fmd_prop_free_string(Hdl, Root);
138 fmd_prop_free_string(Hdl, Mach);
139 fmd_prop_free_string(Hdl, Plat);
149 Eft_topo_hdl = fmd_hdl_topo_hold(Hdl, TOPO_VERSION);
162 fmd_hdl_topo_rele(Hdl, Eft_topo_hdl);
605 platform_restore_config(fmd_hdl_t *hdl, fmd_case_t *fmcase
    [all...]
fme.c 62 extern fmd_hdl_t *Hdl;
120 fmd_hdl_t *hdl; /* handle for talking with fmd */ member in struct:fme
143 static void publish_undiagnosable(fmd_hdl_t *hdl, fmd_event_t *ffep,
150 static void fme_receive_report(fmd_hdl_t *hdl, fmd_event_t *ffep,
325 newfme(const char *e0class, const struct ipath *e0ipp, fmd_hdl_t *hdl,
335 platform_save_config(hdl, fmcase);
351 Nfmep->hdl = hdl;
442 fmd_buf_create(fp->hdl, fp->fmcase, tmpbuf, strlen(estr) + 1);
443 fmd_buf_write(fp->hdl, fp->fmcase, tmpbuf, (void *)estr
    [all...]
eval.c 57 extern fmd_hdl_t *Hdl; /* handle from eft.c */
431 valuep->v = fmd_nvl_fmri_has_fault(Hdl, rsrc,
    [all...]

Completed in 120 milliseconds