Searched refs:fmd_buf_create (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/cmd/fm/modules/common/sw-diag-response/software-diagnosis/ |
H A D | swde_case.c | 173 fmd_buf_create(hdl, cp, datap->sc_sub_bufname, subdata_sz); in swde_subdata() 206 fmd_buf_create(hdl, cp, SW_CASE_DATA_BUFNAME, sizeof (*datap)); in swde_case_open()
|
/titanic_44/usr/src/cmd/fm/modules/sun4v/etm/ |
H A D | etm_ckpt.c | 230 fmd_buf_create(hdl, NULL, ETM_CKPT_IL_BUF, sz2); in etm_ckpt_il_resize() 448 fmd_buf_create(hdl, NULL, ETM_CKPT_IL_BUF, size); in etm_ckpt_recover() 578 fmd_buf_create(hdl, NULL, name, sz); in etm_ckpt_add_entry()
|
/titanic_44/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_api.h | 200 extern void fmd_buf_create(fmd_hdl_t *, fmd_case_t *, const char *, size_t);
|
H A D | fmd_api.map | 27 fmd_buf_create { TYPE = function; FLAGS = extern };
|
H A D | fmd_api.c | 1492 fmd_buf_create(fmd_hdl_t *hdl, fmd_case_t *cp, const char *name, size_t size) in fmd_buf_create() function
|
/titanic_44/usr/src/cmd/fm/modules/common/sw-diag-response/subsidiary/smf/ |
H A D | smf_response.c | 122 fmd_buf_create(hdl, NULL, UUID_CACHE_BUFNAME, newsz); in uuid_cache_grow()
|
/titanic_44/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | fme.c | 510 fmd_buf_create(fp->hdl, fp->fmcase, tmpbuf, strlen(estr) + 1); in serialize_observation() 521 fmd_buf_create(fp->hdl, fp->fmcase, tmpbuf, pkdlen); in serialize_observation() 538 fmd_buf_create(fp->hdl, fp->fmcase, WOBUF_PULL, sizeof (fp->pull)); in init_fme_bufs() 542 fmd_buf_create(fp->hdl, fp->fmcase, WOBUF_ID, sizeof (fp->id)); in init_fme_bufs() 546 fmd_buf_create(fp->hdl, fp->fmcase, WOBUF_NOBS, sizeof (fp->uniqobs)); in init_fme_bufs() 550 fmd_buf_create(fp->hdl, fp->fmcase, WOBUF_POSTD, in init_fme_bufs()
|
H A D | platform.c | 691 fmd_buf_create(hdl, fmcase, WOBUF_CFGLEN, sizeof (cfglen)); in platform_save_config() 695 fmd_buf_create(hdl, fmcase, WOBUF_CFG, cfglen); in platform_save_config()
|
/titanic_44/usr/src/cmd/fm/modules/common/zfs-diagnosis/ |
H A D | zfs_de.c | 708 fmd_buf_create(hdl, cs, CASE_DATA, in zfs_fm_recv()
|