Home
last modified time | relevance | path

Searched refs:sacmsg (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/saf/
H A Dmisc.c85 struct sacmsg sacmsg; /* message to port monitor */ in sigpoll() local
258 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 …]
H A Dsac.c770 struct sacmsg sacmsg; /* message to send to PM */ in pollpms() local
792 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()
/titanic_41/usr/src/cmd/ttymon/
H A Dtmsac.c162 struct sacmsg sacmsg; in sacpoll() local
185 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()
/titanic_41/usr/src/head/
H A Dsac.h97 struct sacmsg { struct
/titanic_41/usr/src/cmd/listen/
H A Dlisten.c1007 struct sacmsg sacmsg; in check_sac_mesg() local
1012 while ((length = read(Pmpipefd, &sacmsg, sizeof(sacmsg))) != 0) { in check_sac_mesg()
1020 switch (sacmsg.sc_type) { in check_sac_mesg()