Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/saf/
H A Dadm.h35 char ac_mtype; /* type of message */ member
H A Dsacadm.c744 ap->ac_mtype = AC_START;
765 ap->ac_mtype = AC_KILL;
786 ap->ac_mtype = AC_ENABLE;
807 ap->ac_mtype = AC_DISABLE;
829 ap->ac_mtype = (tag) ? AC_PMREAD : AC_SACREAD;
873 ap->ac_mtype = AC_STATUS;
H A Dmisc.c106 switch (ap->ac_mtype) { in sigpoll()