Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/saf/
H A Dpmadm.c479 if (find_svc(fp, tp->t_tag, svctag)) {
579 if ((line = find_svc(fp, pmtag, svctag)) == 0) {
671 if ((line = find_svc(fp, pmtag, svctag)) == 0) {
827 if (!find_svc(fp, tp->t_tag, svctag)) {
1038 find_svc(FILE *fp, char *tag, char *svctag) in find_svc() function