Searched refs:SEV_LEVEL (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/head/
H A Dfmtmsg.h148 * SEV_LEVEL Names the env variable that defines severities
158 #define SEV_LEVEL "SEV_LEVEL" macro
/opensolaris-onvv-gate/usr/src/cmd/fmtmsg/
H A Dmain.c199 * User may supply more through the SEV_LEVEL environment variable.
492 * SEV_LEVEL Defines a list of auxiliary severity keywords, values,
533 char *sevstrval; /* Ptr to SEV_LEVEL argument */
534 char *sevval; /* Ptr to temp SEV_LEVEL arg */
541 struct sevstr *penvsev; /* Ptr to SEV_LEVEL values */
753 * remember it for fmtmsg(). Otherwise, look at the SEV_LEVEL
766 /* Get the value of the SEV_LEVEL environment variable */
768 if ((sevstrval = getenv(SEV_LEVEL)) != (char *) NULL) {
/opensolaris-onvv-gate/usr/src/lib/libc/port/gen/
H A Dfmtmsg.c214 * 2) is the list of severity-levels defined by SEV_LEVEL
231 * sevlook TRUE if fmtmsg() has to look at SEV_LEVEL the
240 * as defined by SEV_LEVEL.
632 /* Look for SEV_LEVEL definition */
633 if ((value = getenv(SEV_LEVEL)) != (char *)NULL) {
635 /* Allocate space and make a copy of the value of SEV_LEVEL */
674 * SEV_LEVEL environment variable.
693 /* Make sure we've interpreted SEV_LEVEL */
1111 * Extract the severity definitions from the SEV_LEVEL

Completed in 51 milliseconds