Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/saf/
H A Dsacadm.c741 ap->ac_mtype = AC_START;
762 ap->ac_mtype = AC_KILL;
783 ap->ac_mtype = AC_ENABLE;
804 ap->ac_mtype = AC_DISABLE;
826 ap->ac_mtype = (tag) ? AC_PMREAD : AC_SACREAD;
870 ap->ac_mtype = AC_STATUS;
H A Dadm.h35 char ac_mtype; /* type of message */ member
H A Dmisc.c103 switch (ap->ac_mtype) { in sigpoll()