Searched refs:pmmsg (Results 1 – 4 of 4) sorted by relevance
163 struct pmmsg pmmsg; in sacpoll() local206 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()
62 struct pmmsg { struct
937 struct pmmsg pmmsg; /* incoming message */ in readpipe() local938 struct pmmsg *pp = &pmmsg; /* and a pointer to it */ in readpipe()967 if (read(Sfd, pp, sizeof (pmmsg)) < 0) { in readpipe()
145 struct pmmsg Pmmsg; /* to respond to SAC */