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

/illumos-gate/usr/src/cmd/fmtmsg/
H A Dmain.c146 * sevnext Pointer to the next value in the list.
153 struct sevstr *sevnext;
432 rtnval->sevnext = (struct sevstr *) NULL;
152 struct sevstr *sevnext; member in struct:sevstr
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dfmtmsg.c207 * sevnext Pointer to the next value in the list.
223 struct sevstr *sevnext; member in struct:sevstr
480 rtnval->sevnext =
646 plast->sevnext = psev;
708 p = p->sevnext) {
713 paugsevs = p->sevnext;
715 q->sevnext = p->sevnext;
742 p->sevnext = paugsevs;
881 psev = psev->sevnext;
[all...]

Completed in 46 milliseconds