Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_ckpt.c257 if (sp->fcfs_entsize != 0 && in fmd_ckpt_open()
258 (sp->fcfs_entsize & (sp->fcfs_align - 1)) != 0) { in fmd_ckpt_open()
260 "entsize %u\n", i, sp->fcfs_entsize)); in fmd_ckpt_open()
283 sp->fcfs_entsize < dp->secd_entsize) { in fmd_ckpt_open()
380 ckp->ckp_secp->fcfs_entsize = dp->secd_entsize; in fmd_ckpt_section()
916 n = sp->fcfs_size / sp->fcfs_entsize; in fmd_ckpt_restore_events()
971 char *data = (char *)fcfn + sp->fcfs_entsize; in fmd_ckpt_restore_suspects()
987 size = sp->fcfs_entsize + fcfn->fcfn_size; in fmd_ckpt_restore_suspects()
1012 n = sp->fcfs_size / sp->fcfs_entsize; in fmd_ckpt_restore_bufs()
1026 fcfb = (fcf_buf_t *)((uintptr_t)fcfb + sp->fcfs_entsize); in fmd_ckpt_restore_bufs()
[all …]
H A Dfmd_ckpt.h140 uint32_t fcfs_entsize; /* size of section entry (if table) */ member
H A Dfmd_mdb.c1245 s.fcfs_flags, s.fcfs_entsize, s.fcfs_offset, s.fcfs_size); in fcf_sec()