Home
last modified time | relevance | path

Searched defs:fmd_case_impl (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/cmd/fm/fmd/common/
H A Dfmd_case.h52 typedef struct fmd_case_impl { struct
54 struct fmd_case_impl *ci_next; /* next pointer for hash bucket chain */ argument
55 struct fmd_case_impl *ci_code_next; /* ci_code hash bucket chain */ argument
56 char *ci_uuid; /* uuid string for this case */
57 uint_t ci_uuidlen; /* length of ci_uuid (not incl. \0) */
81 } fmd_case_impl_t; argument