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

/illumos-gate/usr/src/cmd/saf/
H A Dstructs.h59 char *sc_comment; /* comment associated with entry */ member in struct:sactab
H A Dutil.c233 if ((sp->sc_comment = malloc((unsigned) (strlen(Comment) + 1))) == NULL) {
241 (void) strcpy(sp->sc_comment, Comment);
H A Dreadtab.c310 free(tsp->sc_comment);
359 size = strlen(sp->sc_tag) + strlen(sp->sc_type) + strlen(sp->sc_cmd) + strlen(sp->sc_comment) + SLOP;
365 sp->sc_flags, sp->sc_rsmax, sp->sc_pstate, sp->sc_cmd, sp->sc_comment);
H A Dsacadm.c1013 sp->sc_flags, sp->sc_rsmax, SSTATE, sp->sc_cmd, sp->sc_comment);
1016 free(sp->sc_comment);

Completed in 57 milliseconds