Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/saf/
H A Dsacadm.c848 list_pms(pmtag, pmtype, oflag) in list_pms() argument
850 char *pmtype;
902 if ((!pmtag && !pmtype) || (pmtag && !strcmp(pmtag, tag)) || (pmtype && !strcmp(pmtype, type))) {
922 if (pmtype)
923 (void) fprintf(stderr, "Invalid request, %s does not exist\n", pmtype);
926 else if (!pmtag && !pmtype)
/titanic_41/usr/src/cmd/nlsadmin/
H A Dnlsadmin.c98 char *pmtype; member
1252 entry->pmtype = ptr; in svc_format()
1253 if ((ptr = strchr(entry->pmtype, ':')) == NULL) in svc_format()
1258 if (strcmp(entry->pmtype, LISTENTYPE) != 0) in svc_format()