Home
last modified time | relevance | path

Searched refs:fcf_stridx_t (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_ckpt.h131 typedef uint32_t fcf_stridx_t; /* string table index type */ typedef
161 fcf_stridx_t fcfm_name; /* module basename */
162 fcf_stridx_t fcfm_path; /* module path */
163 fcf_stridx_t fcfm_desc; /* description */
164 fcf_stridx_t fcfm_vers; /* version */
169 fcf_stridx_t fcfc_uuid; /* case uuid */
182 fcf_stridx_t fcfb_name; /* buffer name */
187 fcf_stridx_t fcfd_name; /* engine name */
H A Dfmd_ckpt.c397 static fcf_stridx_t
400 fcf_stridx_t idx = (fcf_stridx_t)(ckp->ckp_strp - ckp->ckp_strs); in fmd_ckpt_string()
890 fmd_ckpt_strptr(fmd_ckpt_t *ckp, fcf_stridx_t sid, const char *defstr) in fmd_ckpt_strptr()