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

/illumos-gate/usr/src/cmd/fmtmsg/
H A Dmain.c142 * struct sevstr
149 struct sevstr {
153 struct sevstr *sevnext;
332 * struct sevstr *getauxsevs(ptr)
336 * definition, or (struct sevstr *) NULL if none was parsed.
344 * Returns: struct sevstr *
346 * parsed from string, or (struct sevstr *) NULL if none.
356 static struct sevstr *
370 struct sevstr *rtnval; /* Value to return */
379 return ((struct sevstr *) NUL
148 struct sevstr { struct
[all...]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dfmtmsg.c203 * struct sevstr
219 struct sevstr { struct
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 *)NUL
[all...]

Completed in 45 milliseconds