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

/illumos-gate/usr/src/cmd/ttymon/
H A Dtmsac.c163 struct pmmsg pmmsg; local
206 pmmsg.pm_size = 0;
207 (void) strcpy(pmmsg.pm_tag, Tag);
208 pmmsg.pm_maxclass = TM_MAXCLASS;
209 pmmsg.pm_type = PM_STATUS;
241 pmmsg.pm_type = PM_UNKNOWN;
244 pmmsg.pm_state = State;
246 while (write(Sfd, &pmmsg, sizeof(pmmsg)) !
[all...]
/illumos-gate/usr/src/head/
H A Dsac.h62 struct pmmsg { struct
/illumos-gate/usr/src/cmd/saf/
H A Dsac.c937 struct pmmsg pmmsg; /* incoming message */ local
938 struct pmmsg *pp = &pmmsg; /* and a pointer to it */
967 if (read(Sfd, pp, sizeof (pmmsg)) < 0) {
/illumos-gate/usr/src/cmd/listen/
H A Dlisten.c145 struct pmmsg Pmmsg; /* to respond to SAC */

Completed in 63 milliseconds