Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/saf/
H A Dmisc.c111 (void) sprintf(Scratch, "Got AC_START for <%s>", ap->ac_tag); in sigpoll()
114 if ((sp = findpm(ap->ac_tag)) == NULL) { in sigpoll()
164 (void) sprintf(Scratch, "Got AC_KILL for <%s>", ap->ac_tag); in sigpoll()
167 if ((sp = findpm(ap->ac_tag)) == NULL) { in sigpoll()
228 (void) sprintf(Scratch, "Got AC_ENABLE for <%s>", ap->ac_tag); in sigpoll()
231 if ((sp = findpm(ap->ac_tag)) == NULL) { in sigpoll()
280 (void) sprintf(Scratch, "Got AC_DISABLE for <%s>", ap->ac_tag); in sigpoll()
283 if ((sp = findpm(ap->ac_tag)) == NULL) { in sigpoll()
406 (void) sprintf(Scratch, "Got AC_PMREAD for <%s>", ap->ac_tag); in sigpoll()
409 if ((sp = findpm(ap->ac_tag)) == NULL) { in sigpoll()
[all …]
H A Dsacadm.c742 (void) strcpy(ap->ac_tag, tag);
763 (void) strcpy(ap->ac_tag, tag);
784 (void) strcpy(ap->ac_tag, tag);
805 (void) strcpy(ap->ac_tag, tag);
828 (void) strcpy(ap->ac_tag, tag);
871 ap->ac_tag[0] = '\0';
H A Dadm.h36 char ac_tag[PMTAGSIZE + 1]; /* PM tag */ member