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

/illumos-gate/usr/src/cmd/saf/
H A Dreadtab.c162 ret = strcmp(sp->sc_tag, tsp->sc_tag);
164 (void) sprintf(Scratch, "sp->sc_tag <%s> tsp->sc_tag <%s>, ret is %d", sp->sc_tag, tsp->sc_tag, ret);
182 (void) sprintf(Scratch, "Ignoring duplicate entry for <%s>", tsp->sc_tag);
190 (void) sprintf(Scratch, "replacing <%s>", sp->sc_tag);
212 (void) sprintf(Scratch, "adding <%s>", sp->sc_tag);
234 (void) sprintf(Scratch, "adding <%s>", sp->sc_tag);
[all...]
H A Dsac.c244 (void) sprintf(Scratch, "%s/_pmpipe", sp->sc_tag);
258 sp->sc_tag);
333 if (strncmp(uxp->ut_user, sp->sc_tag,
340 sp->sc_tag);
382 "could not start <%s> - _pid file locked", sp->sc_tag);
387 (void) sprintf(Scratch, "%s/_pmpipe", sp->sc_tag);
394 sp->sc_tag, errno);
403 sp->sc_tag, errno);
415 "Could not fork port monitor <%s>", sp->sc_tag);
541 (void) strncpy(up->ut_user, sp->sc_tag, sizeo
[all...]
H A Dstructs.h73 char sc_tag[PMTAGSIZE + 1]; /* port monitor tag */ member in struct:sactab
H A Dmisc.c63 if (!strcmp(tag, sp->sc_tag))
201 (void) sprintf(Scratch, "could not send SIGTERM to <%s>", sp->sc_tag);
218 (void) sprintf(Scratch, "terminating <%s>", sp->sc_tag);
505 (void) sprintf(buf, "message to <%s> failed", sp->sc_tag);
525 (void) sprintf(Scratch, "in sendsig - sending signo %d to %s", signo, sp->sc_tag);
566 (void) sprintf(Scratch, "%s/%s/_pid", HOME, sp->sc_tag);
569 (void) sprintf(Scratch, "can not open _pid file for <%s>", sp->sc_tag);
H A Dadmutil.c249 if (!(strcmp(stab.sc_tag, pmtag)))
H A Dutil.c131 (void) strcpy(sp->sc_tag, p);
H A Dpmadm.c1322 (void) strcpy(temp->t_tag, sp->sc_tag);
H A Dsacadm.c1012 (void) sprintf(buf, "%s:%s:%d:%d:%d:%s:%s\n", sp->sc_tag, sp->sc_type,

Completed in 90 milliseconds