Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/saf/
H A Dpmadm.c481 if (find_svc(fp, tp->t_tag, svctag)) {
581 if ((line = find_svc(fp, pmtag, svctag)) == 0) {
673 if ((line = find_svc(fp, pmtag, svctag)) == 0) {
829 if (!find_svc(fp, tp->t_tag, svctag)) {
1043 find_svc(FILE *fp, char *tag, char *svctag) in find_svc() function