Searched refs:fcfn (Results 1 – 1 of 1) sorted by relevance
533 fcf_nvl_t *fcfn = (void *)ckp->ckp_ptr; in fmd_ckpt_save_nvlist() local538 fcfn->fcfn_size = (uint64_t)nvsize; in fmd_ckpt_save_nvlist()957 const fcf_nvl_t *fcfn, *endn; in fmd_ckpt_restore_suspects() local967 fcfn = fmd_ckpt_dataptr(ckp, sp); in fmd_ckpt_restore_suspects()970 for (i = 0; fcfn < endn; i++) { in fmd_ckpt_restore_suspects()971 char *data = (char *)fcfn + sp->fcfs_entsize; in fmd_ckpt_restore_suspects()972 size_t size = (size_t)fcfn->fcfn_size; in fmd_ckpt_restore_suspects()974 if (fcfn->fcfn_size > (size_t)((char *)endn - data)) { in fmd_ckpt_restore_suspects()987 size = sp->fcfs_entsize + fcfn->fcfn_size; in fmd_ckpt_restore_suspects()989 fcfn = (fcf_nvl_t *)((uintptr_t)fcfn + size); in fmd_ckpt_restore_suspects()