Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/saf/
H A Dmisc.c114 (void) sprintf(Scratch, "Got AC_START for <%s>", ap->ac_tag); in sigpoll()
117 if ((sp = findpm(ap->ac_tag)) == NULL) { in sigpoll()
167 (void) sprintf(Scratch, "Got AC_KILL for <%s>", ap->ac_tag); in sigpoll()
170 if ((sp = findpm(ap->ac_tag)) == NULL) { in sigpoll()
231 (void) sprintf(Scratch, "Got AC_ENABLE for <%s>", ap->ac_tag); in sigpoll()
234 if ((sp = findpm(ap->ac_tag)) == NULL) { in sigpoll()
283 (void) sprintf(Scratch, "Got AC_DISABLE for <%s>", ap->ac_tag); in sigpoll()
286 if ((sp = findpm(ap->ac_tag)) == NULL) { in sigpoll()
409 (void) sprintf(Scratch, "Got AC_PMREAD for <%s>", ap->ac_tag); in sigpoll()
412 if ((sp = findpm(ap->ac_tag)) == NULL) { in sigpoll()
[all …]
H A Dadm.h36 char ac_tag[PMTAGSIZE + 1]; /* PM tag */ member
H A Dsacadm.c745 (void) strcpy(ap->ac_tag, tag);
766 (void) strcpy(ap->ac_tag, tag);
787 (void) strcpy(ap->ac_tag, tag);
808 (void) strcpy(ap->ac_tag, tag);
831 (void) strcpy(ap->ac_tag, tag);
874 ap->ac_tag[0] = '\0';