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

/illumos-gate/usr/src/cmd/saf/
H A Dpmadm.c126 char *svctag = NULL; /* argument to -s */ local
219 svctag = optarg;
220 if (strlen(svctag) > SVCTAGSIZE) {
221 svctag[SVCTAGSIZE] = '\0';
222 (void) fprintf(stderr, "svctag too long, truncated to <%s>\n", svctag);
224 for (p = svctag; *p; p++) {
312 if (!sawaflag || (pmtag && type) || (!pmtag && !type) || !svctag || !id || !pmspec || (version < 0))
314 add_svc(pmtag, type, svctag, id, pmspec, flags, version, comment, script);
321 if (!pmtag || !svctag || typ
1043 find_svc(FILE *fp, char *tag, char *svctag) argument
[all...]

Completed in 56 milliseconds