Searched refs:sacmsg (Results 1 – 5 of 5) sorted by relevance
85 struct sacmsg sacmsg; /* message to port monitor */ in sigpoll() local258 sacmsg.sc_type = SC_ENABLE; in sigpoll()259 sacmsg.sc_size = 0; in sigpoll()262 sendpmmsg(sp, &sacmsg); in sigpoll()310 sacmsg.sc_type = SC_DISABLE; in sigpoll()311 sacmsg.sc_size = 0; in sigpoll()314 sendpmmsg(sp, &sacmsg); in sigpoll()437 sacmsg.sc_type = SC_READDB; in sigpoll()438 sacmsg.sc_size = 0; in sigpoll()439 sendpmmsg(sp, &sacmsg); in sigpoll()[all …]
770 struct sacmsg sacmsg; /* message to send to PM */ in pollpms() local792 sacmsg.sc_type = SC_STATUS; in pollpms()793 sacmsg.sc_size = 0; in pollpms()797 sacmsg.sc_type = SC_ENABLE; in pollpms()798 sacmsg.sc_size = 0; in pollpms()801 sacmsg.sc_type = SC_DISABLE; in pollpms()802 sacmsg.sc_size = 0; in pollpms()814 sacmsg.sc_type = SC_STATUS; in pollpms()815 sacmsg.sc_size = 0; in pollpms()823 sendpmmsg(sp, &sacmsg); in pollpms()
162 struct sacmsg sacmsg; in sacpoll() local185 ret = read(Pfd, &sacmsg, sizeof(sacmsg)); in sacpoll()210 switch(sacmsg.sc_type) { in sacpoll()240 log("Got unknown message %d", sacmsg.sc_type); in sacpoll()
97 struct sacmsg { struct
1007 struct sacmsg sacmsg; in check_sac_mesg() local1012 while ((length = read(Pmpipefd, &sacmsg, sizeof(sacmsg))) != 0) { in check_sac_mesg()1020 switch (sacmsg.sc_type) { in check_sac_mesg()