Searched refs:fcfh_ident (Results 1 – 3 of 3) sorted by relevance
181 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()188 if (ckp->ckp_hdr->fcfh_ident[FCF_ID_ENCODING] != FCF_ENCODE_NATIVE) in fmd_ckpt_open()191 if (ckp->ckp_hdr->fcfh_ident[FCF_ID_VERSION] != FCF_VERSION_1) { 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()[all …]
1135 h.fcfh_ident[FCF_ID_MAG0], h.fcfh_ident[FCF_ID_MAG1], in fcf_hdr()1136 h.fcfh_ident[FCF_ID_MAG2], h.fcfh_ident[FCF_ID_MAG3]); in fcf_hdr()1138 switch (h.fcfh_ident[FCF_ID_MODEL]) { in fcf_hdr()1147 h.fcfh_ident[FCF_ID_MODEL]); in fcf_hdr()1150 switch (h.fcfh_ident[FCF_ID_ENCODING]) { in fcf_hdr()1159 h.fcfh_ident[FCF_ID_ENCODING]); in fcf_hdr()1163 h.fcfh_ident[FCF_ID_VERSION]); in fcf_hdr()
79 uint8_t fcfh_ident[FCF_ID_SIZE]; /* identification bytes (see below) */ member