Home
last modified time | relevance | path

Searched refs:sc_comment (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/saf/
H A Dreadtab.c308 free(tsp->sc_comment); in purge()
357 …size = strlen(sp->sc_tag) + strlen(sp->sc_type) + strlen(sp->sc_cmd) + strlen(sp->sc_comment) + SL… in dump_table()
363 sp->sc_flags, sp->sc_rsmax, sp->sc_pstate, sp->sc_cmd, sp->sc_comment); in dump_table()
H A Dutil.c230 if ((sp->sc_comment = malloc((unsigned) (strlen(Comment) + 1))) == NULL) {
238 (void) strcpy(sp->sc_comment, Comment);
H A Dstructs.h59 char *sc_comment; /* comment associated with entry */ member
H A Dsacadm.c1010 sp->sc_flags, sp->sc_rsmax, SSTATE, sp->sc_cmd, sp->sc_comment);
1013 free(sp->sc_comment);