Searched defs:sev_info (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fmtmsg/
H A Dmain.c122 struct sev_info {
202 static struct sev_info severities[] = {
540 struct sev_info *sev_info; /* Ptr to severity info struct */
746 for (sev_info = severities ;
747 (sev_info->keyword != (char *) NULL) &&
748 (strcmp(sstr, sev_info->keyword)) ;
749 sev_info++) ;
758 if (sev_info->keyword != (char *) NULL) severity = sev_info
121 struct sev_info { struct
535 struct sev_info *sev_info; /* Ptr to severity info struct */ local
[all...]

Completed in 72 milliseconds