Searched defs:fmd_case_impl (Results 1 – 1 of 1) sorted by relevance
52 typedef struct fmd_case_impl { struct54 struct fmd_case_impl *ci_next; /* next pointer for hash bucket chain */ argument55 struct fmd_case_impl *ci_code_next; /* ci_code hash bucket chain */ argument56 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