Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/fm/fmd/common/
H A Dfmd_protocol.h42 #define FMD_RSRC_CLASS_LEN (sizeof (FMD_RSRC_CLASS) - 1) macro
H A Dfmd_self.c151 if (strncmp(class, FMD_RSRC_CLASS, FMD_RSRC_CLASS_LEN) == 0) in self_recv()