Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dfmtmsg.c217 struct sevstr { struct
221 struct sevstr *sevnext; argument
249 static struct sevstr *paugsevs = (struct sevstr *)NULL;
250 static struct sevstr *penvsevs = (struct sevstr *)NULL;
396 static struct sevstr *
416 return ((struct sevstr *)NULL); in getauxsevs()
427 rtnval = (struct sevstr *)NULL; in getauxsevs()
479 (struct sevstr *)NULL; in getauxsevs()
625 struct sevstr *plast; in sevstrset()
626 struct sevstr *psev; in sevstrset()
[all …]
/illumos-gate/usr/src/cmd/fmtmsg/
H A Dmain.c149 struct sevstr { struct
153 struct sevstr *sevnext; argument
353 static struct sevstr *
367 struct sevstr *rtnval; /* Value to return */
376 return ((struct sevstr *) NULL);
387 rtnval = (struct sevstr *) NULL;
423 if (rtnval = (struct sevstr *) malloc(sizeof(struct sevstr))) {
429 rtnval->sevnext = (struct sevstr *) NULL;
537 struct sevstr *penvsev; /* Ptr to SEV_LEVEL values */ in main()
767 if (penvsev != (struct sevstr *) NULL) do { in main()
[all …]