Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/gen/
H A Dfmtmsg.c219 struct sevstr { struct
223 struct sevstr *sevnext; argument
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];
398 static struct sevstr *
409 struct sevstr *rtnval; /* Value to return */ in getauxsevs()
418 return ((struct sevstr *)NULL); in getauxsevs()
[all …]
/titanic_41/usr/src/cmd/fmtmsg/
H A Dmain.c148 struct sevstr { struct
152 struct sevstr *sevnext; argument
352 static struct sevstr *
366 struct sevstr *rtnval; /* Value to return */
375 return ((struct sevstr *) NULL);
386 rtnval = (struct sevstr *) NULL;
422 if (rtnval = (struct sevstr *) malloc(sizeof(struct sevstr))) {
428 rtnval->sevnext = (struct sevstr *) NULL;
536 struct sevstr *penvsev; /* Ptr to SEV_LEVEL values */ in main()
766 if (penvsev != (struct sevstr *) NULL) do { in main()
[all …]