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

/illumos-gate/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) {
689 * Note: find_svc above has already read and parsed this entry, thus
829 if (!find_svc(fp, tp->t_tag, svctag)) {
1035 * find_svc - find an entry in _pmtab for a particular service tag
1043 find_svc(FILE *fp, char *tag, char *svctag) function

Completed in 55 milliseconds