Searched refs:ckp_strs (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_ckpt.c69 char *ckp_strs; /* string table base pointer */ member in struct:fmd_ckpt
290 if (ckp->ckp_strs != NULL) {
295 ckp->ckp_strs = (char *)ckp->ckp_buf + sp->fcfs_offset;
298 if (ckp->ckp_strs[ckp->ckp_strn - 1] != '\0') {
400 fcf_stridx_t idx = (fcf_stridx_t)(ckp->ckp_strp - ckp->ckp_strs);
448 ckp->ckp_strs = (char *)ckp->ckp_buf + ckp->ckp_size - ckp->ckp_strn;
449 ckp->ckp_strp = ckp->ckp_strs + 1; /* use first byte as \0 */
892 return (sid < ckp->ckp_strn ? ckp->ckp_strs + sid : defstr);

Completed in 56 milliseconds