Searched refs:sc_tag (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/cmd/saf/ |
H A D | readtab.c | 162 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, re… 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); 284 (void) sprintf(Scratch, "could not send SIGTERM to <%s>", sp->sc_tag); in purge() 286 (void) sprintf(Scratch, "terminating <%s>", sp->sc_tag); in purge() 305 (void) sprintf(Scratch, "purging <%s>", sp->sc_tag); in purge() 359 …size = strlen(sp->sc_tag) + strlen(sp->sc_type) + strlen(sp->sc_cmd) + strlen(sp->sc_comment) + SL… in dump_table() [all …]
|
H A D | sac.c | 244 (void) sprintf(Scratch, "%s/_pmpipe", sp->sc_tag); in startpms() 258 sp->sc_tag); in startpms() 333 if (strncmp(uxp->ut_user, sp->sc_tag, in readutmpx() 340 sp->sc_tag); in readutmpx() 382 "could not start <%s> - _pid file locked", sp->sc_tag); in startpm() 387 (void) sprintf(Scratch, "%s/_pmpipe", sp->sc_tag); in startpm() 394 sp->sc_tag, errno); in startpm() 403 sp->sc_tag, errno); in startpm() 415 "Could not fork port monitor <%s>", sp->sc_tag); in startpm() 541 (void) strncpy(up->ut_user, sp->sc_tag, sizeof (up->ut_user)); in account() [all …]
|
H A D | misc.c | 63 if (!strcmp(tag, sp->sc_tag)) 201 (void) sprintf(Scratch, "could not send SIGTERM to <%s>", sp->sc_tag); in sigpoll() 218 (void) sprintf(Scratch, "terminating <%s>", sp->sc_tag); in sigpoll() 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); in sendsig() 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 D | structs.h | 73 char sc_tag[PMTAGSIZE + 1]; /* port monitor tag */ member
|
H A D | util.c | 131 (void) strcpy(sp->sc_tag, p);
|
H A D | admutil.c | 249 if (!(strcmp(stab.sc_tag, pmtag))) in find_pm()
|
H A D | sacadm.c | 1012 (void) sprintf(buf, "%s:%s:%d:%d:%d:%s:%s\n", sp->sc_tag, sp->sc_type,
|
H A D | pmadm.c | 1322 (void) strcpy(temp->t_tag, sp->sc_tag);
|