Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/listen/
H A Dlisten.c145 struct pmmsg Pmmsg; /* to respond to SAC */ variable
335 Pmmsg.pm_maxclass = MAXCLASS; in main()
336 strcpy(Pmmsg.pm_tag, Mytag_p); in main()
337 Pmmsg.pm_size = 0; in main()
901 DEBUG((9,"in listen, tag %s", Pmmsg.pm_tag)); in listen()
1023 Pmmsg.pm_type = PM_STATUS; in check_sac_mesg()
1024 Pmmsg.pm_state = State; in check_sac_mesg()
1030 Pmmsg.pm_type = PM_STATUS; in check_sac_mesg()
1032 Pmmsg.pm_state = PM_ENABLED; in check_sac_mesg()
1038 Pmmsg.pm_type = PM_STATUS; in check_sac_mesg()
[all …]