Home
last modified time | relevance | path

Searched refs:fcf_buf_t (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_ckpt.c93 { sizeof (fcf_buf_t), sizeof (fcf_buf_t), sizeof (uint32_t) }, /* BUFS */
504 fcf_buf_t *fcfb = ckp->ckp_arg; in fmd_ckpt_save_buf()
593 fmd_ckpt_resv(ckp, sizeof (fcf_buf_t) * n, sizeof (uint32_t)); in fmd_ckpt_resv_case()
638 size_t size = sizeof (fcf_buf_t) * n; in fmd_ckpt_save_case()
639 fcf_buf_t *bufs = ckp->ckp_arg = fmd_alloc(size, FMD_SLEEP); in fmd_ckpt_save_case()
711 fmd_ckpt_resv(ckp, sizeof (fcf_buf_t) * n, sizeof (uint32_t)); in fmd_ckpt_resv_module()
743 size_t size = sizeof (fcf_buf_t) * n; in fmd_ckpt_save_module()
744 fcf_buf_t *bufs = ckp->ckp_arg = fmd_alloc(size, FMD_SLEEP); in fmd_ckpt_save_module()
1000 const fcf_buf_t *fcfb; in fmd_ckpt_restore_bufs()
1026 fcfb = (fcf_buf_t *)((uintptr_t)fcfb + sp->fcfs_entsize); in fmd_ckpt_restore_bufs()
H A Dfmd_ckpt.h184 } fcf_buf_t; typedef