Home
last modified time | relevance | path

Searched refs:pmmsg (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/ttymon/
H A Dtmsac.c152 struct pmmsg pmmsg; in sacpoll() local
193 pmmsg.pm_size = 0; in sacpoll()
194 (void) strcpy(pmmsg.pm_tag, Tag); in sacpoll()
195 pmmsg.pm_maxclass = TM_MAXCLASS; in sacpoll()
196 pmmsg.pm_type = PM_STATUS; in sacpoll()
228 pmmsg.pm_type = PM_UNKNOWN; in sacpoll()
231 pmmsg.pm_state = State; in sacpoll()
233 while (write(Sfd, &pmmsg, sizeof (pmmsg)) != in sacpoll()
234 sizeof (pmmsg)) { in sacpoll()
/illumos-gate/usr/src/head/
H A Dsac.h62 struct pmmsg { struct
/illumos-gate/usr/src/cmd/saf/
H A Dsac.c935 struct pmmsg pmmsg; /* incoming message */ in readpipe() local
936 struct pmmsg *pp = &pmmsg; /* and a pointer to it */ in readpipe()
965 if (read(Sfd, pp, sizeof (pmmsg)) < 0) { in readpipe()
/illumos-gate/usr/src/cmd/listen/
H A Dlisten.c145 struct pmmsg Pmmsg; /* to respond to SAC */