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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_ckpt.c71 size_t ckp_strn; /* string table size */ member in struct:fmd_ckpt
111 ckp->ckp_strn = 1; /* for \0 */
296 ckp->ckp_strn = sp->fcfs_size;
298 if (ckp->ckp_strs[ckp->ckp_strn - 1] != '\0') {
421 ckp->ckp_size += ckp->ckp_strn;
448 ckp->ckp_strs = (char *)ckp->ckp_buf + ckp->ckp_size - ckp->ckp_strn;
460 size_t stroff = ckp->ckp_size - ckp->ckp_strn;
469 (void) fmd_ckpt_section(ckp, NULL, FCF_SECT_STRTAB, ckp->ckp_strn);
470 ckp->ckp_ptr += ckp->ckp_strn; /* string table is already filled in */
497 ckp->ckp_strn
[all...]

Completed in 46 milliseconds