Searched defs:ckp_buf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_ckpt.c62 uchar_t *ckp_buf; /* data buffer base address */ member in struct:fmd_ckpt
133 fmd_free(ckp->ckp_buf, ckp->ckp_size);
160 ckp->ckp_buf = fmd_alloc(st.st_size, FMD_SLEEP);
161 ckp->ckp_hdr = (void *)ckp->ckp_buf;
162 ckp->ckp_size = read(ckp->ckp_fd, ckp->ckp_buf, st.st_size);
167 fmd_free(ckp->ckp_buf, st.st_size);
233 ckp->ckp_secp = (void *)(ckp->ckp_buf + ckp->ckp_hdr->fcfh_secoff);
237 fcf_sec_t *sp = (void *)(ckp->ckp_buf +
295 ckp->ckp_strs = (char *)ckp->ckp_buf + sp->fcfs_offset;
335 if (ckp->ckp_buf !
[all...]

Completed in 83 milliseconds