Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/saf/
H A Dreadtab.c160 ret = strcmp(sp->sc_tag, tsp->sc_tag);
162 …(void) sprintf(Scratch, "sp->sc_tag <%s> tsp->sc_tag <%s>, ret is %d", sp->sc_tag, tsp->sc_tag, re…
180 (void) sprintf(Scratch, "Ignoring duplicate entry for <%s>", tsp->sc_tag);
188 (void) sprintf(Scratch, "replacing <%s>", sp->sc_tag);
210 (void) sprintf(Scratch, "adding <%s>", sp->sc_tag);
232 (void) sprintf(Scratch, "adding <%s>", sp->sc_tag);
282 (void) sprintf(Scratch, "could not send SIGTERM to <%s>", sp->sc_tag); in purge()
284 (void) sprintf(Scratch, "terminating <%s>", sp->sc_tag); in purge()
303 (void) sprintf(Scratch, "purging <%s>", sp->sc_tag); in purge()
357 …size = strlen(sp->sc_tag) + strlen(sp->sc_type) + strlen(sp->sc_cmd) + strlen(sp->sc_comment) + SL… in dump_table()
[all …]
H A Dsac.c242 (void) sprintf(Scratch, "%s/_pmpipe", sp->sc_tag); in startpms()
256 sp->sc_tag); in startpms()
331 if (strncmp(uxp->ut_user, sp->sc_tag, in readutmpx()
338 "<%.8s>", sp->sc_tag); in readutmpx()
380 "could not start <%s> - _pid file locked", sp->sc_tag); in startpm()
385 (void) sprintf(Scratch, "%s/_pmpipe", sp->sc_tag); in startpm()
392 sp->sc_tag, errno); in startpm()
400 "monitor <%s>, errno is %d", sp->sc_tag, errno); in startpm()
412 "Could not fork port monitor <%s>", sp->sc_tag); in startpm()
537 (void) strncpy(up->ut_user, sp->sc_tag, sizeof (up->ut_user)); in account()
[all …]
H A Dmisc.c60 if (!strcmp(tag, sp->sc_tag))
198 (void) sprintf(Scratch, "could not send SIGTERM to <%s>", sp->sc_tag); in sigpoll()
215 (void) sprintf(Scratch, "terminating <%s>", sp->sc_tag); in sigpoll()
502 (void) sprintf(buf, "message to <%s> failed", sp->sc_tag);
522 (void) sprintf(Scratch, "in sendsig - sending signo %d to %s", signo, sp->sc_tag); in sendsig()
563 (void) sprintf(Scratch, "%s/%s/_pid", HOME, sp->sc_tag);
566 (void) sprintf(Scratch, "can not open _pid file for <%s>", sp->sc_tag);
H A Dstructs.h73 char sc_tag[PMTAGSIZE + 1]; /* port monitor tag */ member
H A Dutil.c128 (void) strcpy(sp->sc_tag, p);
H A Dadmutil.c246 if (!(strcmp(stab.sc_tag, pmtag))) in find_pm()
H A Dsacadm.c1009 (void) sprintf(buf, "%s:%s:%d:%d:%d:%s:%s\n", sp->sc_tag, sp->sc_type,
H A Dpmadm.c1317 (void) strcpy(temp->t_tag, sp->sc_tag);