Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_ckpt.h204 uint64_t fcfn_size; /* size of packed nvlist after this header */ member
H A Dfmd_ckpt.c538 fcfn->fcfn_size = (uint64_t)nvsize; in fmd_ckpt_save_nvlist()
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()