Lines Matching refs:sevstr
203 * struct sevstr
219 struct sevstr {
223 struct sevstr *sevnext;
233 * paugsevs struct sevstr *
251 static struct sevstr *paugsevs = (struct sevstr *)NULL;
252 static struct sevstr *penvsevs = (struct sevstr *)NULL;
254 static struct sevstr sevstrs[] = {
258 { MM_INFO, "", SV_INF, (struct sevstr *)NULL},
260 static struct sevstr *pstdsevs = &sevstrs[0];
375 * struct sevstr *getauxsevs(ptr)
379 * definition, or (struct sevstr *)NULL if none was parsed.
387 * Returns: struct sevstr *
389 * parsed from string, or (struct sevstr *)NULL if none.
398 static struct sevstr *
409 struct sevstr *rtnval; /* Value to return */
418 return ((struct sevstr *)NULL);
429 rtnval = (struct sevstr *)NULL;
473 sizeof (struct sevstr));
481 (struct sevstr *)NULL;
627 struct sevstr *plast;
628 struct sevstr *psev;
641 plast = (struct sevstr *)NULL;
642 if (psev != (struct sevstr *)NULL) {
680 struct sevstr *p; /* Temp ptr to severity structs */
681 struct sevstr *q; /* Temp ptr(follower) to severity */
705 q = (struct sevstr *)NULL;
707 for (p = paugsevs; !found && (p != (struct sevstr *)NULL);
712 if (q == (struct sevstr *)NULL) {
729 if ((p = libc_malloc(sizeof (struct sevstr))) == NULL) {
815 struct sevstr *psev; /* Ptr for severity str list */
878 while (psev != (struct sevstr *)NULL) {
884 if (psev == (struct sevstr *)NULL) {
890 while (psev != (struct sevstr *)NULL) {
895 if (psev == (struct sevstr *)NULL) {
901 while (psev != (struct sevstr *)NULL) {
906 if (psev == (struct sevstr *)NULL) {