Searched refs:sc_tag (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/cmd/saf/ |
H A D | readtab.c | 160 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 D | sac.c | 242 (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 D | misc.c | 60 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 D | structs.h | 73 char sc_tag[PMTAGSIZE + 1]; /* port monitor tag */ member
|
H A D | util.c | 128 (void) strcpy(sp->sc_tag, p);
|
H A D | admutil.c | 246 if (!(strcmp(stab.sc_tag, pmtag))) in find_pm()
|
H A D | sacadm.c | 1009 (void) sprintf(buf, "%s:%s:%d:%d:%d:%s:%s\n", sp->sc_tag, sp->sc_type,
|
H A D | pmadm.c | 1317 (void) strcpy(temp->t_tag, sp->sc_tag);
|