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

/illumos-gate/usr/src/cmd/fmtmsg/
H A Dmain.c534 char *sevval; /* Ptr to temp SEV_LEVEL arg */
769 sevval = (char *) malloc((unsigned int) strlen(sevstrval)+1);
770 penvsev = getauxsevs(strcpy(sevval, sevstrval));
783 free(sevval);
529 char *sevval; /* Ptr to temp SEV_LEVEL arg */ local

Completed in 45 milliseconds