Searched refs:fmd_ckpt_resv (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_ckpt.c | 485 fmd_ckpt_resv(fmd_ckpt_t *ckp, size_t size, size_t align) in fmd_ckpt_resv() function 550 fmd_ckpt_resv(ckp, in fmd_ckpt_resv_serd() 593 fmd_ckpt_resv(ckp, sizeof (fcf_buf_t) * n, sizeof (uint32_t)); in fmd_ckpt_resv_case() 596 fmd_ckpt_resv(ckp, sizeof (fcf_event_t), sizeof (uint64_t)); in fmd_ckpt_resv_case() 598 fmd_ckpt_resv(ckp, in fmd_ckpt_resv_case() 614 fmd_ckpt_resv(ckp, cip->ci_nvsz, sizeof (uint64_t)); in fmd_ckpt_resv_case() 615 fmd_ckpt_resv(ckp, sizeof (fcf_case_t), sizeof (uint32_t)); in fmd_ckpt_resv_case() 707 fmd_ckpt_resv(ckp, sizeof (fcf_serd_t) * n, sizeof (uint64_t)); in fmd_ckpt_resv_module() 711 fmd_ckpt_resv(ckp, sizeof (fcf_buf_t) * n, sizeof (uint32_t)); in fmd_ckpt_resv_module() 713 fmd_ckpt_resv(ckp, sizeof (fcf_module_t), sizeof (uint32_t)); in fmd_ckpt_resv_module()
|