Home
last modified time | relevance | path

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

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