Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_ckpt.c504 fcf_buf_t *fcfb = ckp->ckp_arg; in fmd_ckpt_save_buf() local
506 fcfb->fcfb_name = fmd_ckpt_string(ckp, bp->buf_name); in fmd_ckpt_save_buf()
507 fcfb->fcfb_data = fmd_ckpt_section(ckp, in fmd_ckpt_save_buf()
510 ckp->ckp_arg = fcfb + 1; in fmd_ckpt_save_buf()
1000 const fcf_buf_t *fcfb; in fmd_ckpt_restore_bufs() local
1011 fcfb = fmd_ckpt_dataptr(ckp, sp); in fmd_ckpt_restore_bufs()
1015 dsp = fmd_ckpt_secptr(ckp, fcfb->fcfb_data, FCF_SECT_BUFFER); in fmd_ckpt_restore_bufs()
1019 "buffer link %u\n", sid, fcfb->fcfb_data); in fmd_ckpt_restore_bufs()
1023 fmd_ckpt_strptr(ckp, fcfb->fcfb_name, "<CORRUPT>"), in fmd_ckpt_restore_bufs()
1026 fcfb = (fcf_buf_t *)((uintptr_t)fcfb + sp->fcfs_entsize); in fmd_ckpt_restore_bufs()