Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/saf/
H A Dsacadm.c845 list_pms(pmtag, pmtype, oflag) in list_pms() argument
847 char *pmtype;
899 if ((!pmtag && !pmtype) || (pmtag && !strcmp(pmtag, tag)) || (pmtype && !strcmp(pmtype, type))) {
919 if (pmtype)
920 (void) fprintf(stderr, "Invalid request, %s does not exist\n", pmtype);
923 else if (!pmtag && !pmtype)
/illumos-gate/usr/src/cmd/nlsadmin/
H A Dnlsadmin.c95 char *pmtype; member
1249 entry->pmtype = ptr; in svc_format()
1250 if ((ptr = strchr(entry->pmtype, ':')) == NULL) in svc_format()
1255 if (strcmp(entry->pmtype, LISTENTYPE) != 0) in svc_format()