Home
last modified time | relevance | path

Searched refs:fcf_serd_t (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/fm/fmd/common/
H A Dfmd_ckpt.c95 { sizeof (fcf_serd_t), sizeof (fcf_serd_t), sizeof (uint64_t) }, /* SERD */
559 fcf_serd_t *fcfd = ckp->ckp_arg; in fmd_ckpt_save_serd()
707 fmd_ckpt_resv(ckp, sizeof (fcf_serd_t) * n, sizeof (uint64_t)); in fmd_ckpt_resv_module()
732 size_t size = sizeof (fcf_serd_t) * n; in fmd_ckpt_save_module()
733 fcf_serd_t *serds = ckp->ckp_arg = fmd_alloc(size, FMD_SLEEP); in fmd_ckpt_save_module()
1086 const fcf_serd_t *fcfd = fmd_ckpt_dataptr(ckp, sp); in fmd_ckpt_restore_serd()
1112 fcfd = (fcf_serd_t *)((uintptr_t)fcfd + sp->fcfs_entsize); in fmd_ckpt_restore_serd()
H A Dfmd_ckpt.h194 } fcf_serd_t; typedef
H A Dfmd_mdb.c1343 fcf_serd_t fcfd; in fcf_serd()