Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fm/fmd/common/
H A Dfmd_ckpt.h133 typedef uint32_t fcf_stridx_t; /* string table index type */ typedef
163 fcf_stridx_t fcfm_name; /* module basename */
164 fcf_stridx_t fcfm_path; /* module path */
165 fcf_stridx_t fcfm_desc; /* description */
166 fcf_stridx_t fcfm_vers; /* version */
171 fcf_stridx_t fcfc_uuid; /* case uuid */
184 fcf_stridx_t fcfb_name; /* buffer name */
189 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()