Searched refs:sacmsg (Results 1 – 5 of 5) sorted by relevance
82 struct sacmsg sacmsg; /* message to port monitor */ in sigpoll() local255 sacmsg.sc_type = SC_ENABLE; in sigpoll()256 sacmsg.sc_size = 0; in sigpoll()259 sendpmmsg(sp, &sacmsg); in sigpoll()307 sacmsg.sc_type = SC_DISABLE; in sigpoll()308 sacmsg.sc_size = 0; in sigpoll()311 sendpmmsg(sp, &sacmsg); in sigpoll()434 sacmsg.sc_type = SC_READDB; in sigpoll()435 sacmsg.sc_size = 0; in sigpoll()436 sendpmmsg(sp, &sacmsg); in sigpoll()[all …]
768 struct sacmsg sacmsg; /* message to send to PM */ in pollpms() local790 sacmsg.sc_type = SC_STATUS; in pollpms()791 sacmsg.sc_size = 0; in pollpms()795 sacmsg.sc_type = SC_ENABLE; in pollpms()796 sacmsg.sc_size = 0; in pollpms()799 sacmsg.sc_type = SC_DISABLE; in pollpms()800 sacmsg.sc_size = 0; in pollpms()812 sacmsg.sc_type = SC_STATUS; in pollpms()813 sacmsg.sc_size = 0; in pollpms()821 sendpmmsg(sp, &sacmsg); in pollpms()
151 struct sacmsg sacmsg; in sacpoll() local174 ret = read(Pfd, &sacmsg, sizeof (sacmsg)); in sacpoll()197 switch (sacmsg.sc_type) { in sacpoll()227 log("Got unknown message %d", sacmsg.sc_type); in sacpoll()
97 struct sacmsg { struct
1012 struct sacmsg sacmsg; in check_sac_mesg() local1017 while ((length = read(Pmpipefd, &sacmsg, sizeof(sacmsg))) != 0) { in check_sac_mesg()1025 switch (sacmsg.sc_type) { in check_sac_mesg()