Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_ckpt.c181 if (bcmp(&ckp->ckp_hdr->fcfh_ident[FCF_ID_MAG0], in fmd_ckpt_open()
185 if (ckp->ckp_hdr->fcfh_ident[FCF_ID_MODEL] != FCF_MODEL_NATIVE) in fmd_ckpt_open()
193 ckp->ckp_hdr->fcfh_ident[FCF_ID_VERSION])); in fmd_ckpt_open()
197 if (ckp->ckp_hdr->fcfh_ident[i] != 0) { in fmd_ckpt_open()
431 ckp->ckp_hdr->fcfh_ident[FCF_ID_MAG0] = FCF_MAG_MAG0; in fmd_ckpt_alloc()
432 ckp->ckp_hdr->fcfh_ident[FCF_ID_MAG1] = FCF_MAG_MAG1; in fmd_ckpt_alloc()
433 ckp->ckp_hdr->fcfh_ident[FCF_ID_MAG2] = FCF_MAG_MAG2; in fmd_ckpt_alloc()
434 ckp->ckp_hdr->fcfh_ident[FCF_ID_MAG3] = FCF_MAG_MAG3; in fmd_ckpt_alloc()
435 ckp->ckp_hdr->fcfh_ident[FCF_ID_MODEL] = FCF_MODEL_NATIVE; in fmd_ckpt_alloc()
436 ckp->ckp_hdr->fcfh_ident[FCF_ID_ENCODING] = FCF_ENCODE_NATIVE; in fmd_ckpt_alloc()
[all …]
H A Dfmd_mdb.c1142 h.fcfh_ident[FCF_ID_MAG0], h.fcfh_ident[FCF_ID_MAG1], in fcf_hdr()
1143 h.fcfh_ident[FCF_ID_MAG2], h.fcfh_ident[FCF_ID_MAG3]); in fcf_hdr()
1145 switch (h.fcfh_ident[FCF_ID_MODEL]) { in fcf_hdr()
1154 h.fcfh_ident[FCF_ID_MODEL]); in fcf_hdr()
1157 switch (h.fcfh_ident[FCF_ID_ENCODING]) { in fcf_hdr()
1166 h.fcfh_ident[FCF_ID_ENCODING]); in fcf_hdr()
1170 h.fcfh_ident[FCF_ID_VERSION]); in fcf_hdr()
H A Dfmd_ckpt.h77 uint8_t fcfh_ident[FCF_ID_SIZE]; /* identification bytes (see below) */ member