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

/illumos-gate/usr/src/cmd/saf/
H A Dsacadm.c843 * pmtype - type of port monitors to be listed (may be null)
848 list_pms(pmtag, pmtype, oflag)
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)
/illumos-gate/usr/src/cmd/nlsadmin/
H A Dnlsadmin.c98 char *pmtype; member in struct:svcfields
1252 entry->pmtype = ptr;
1253 if ((ptr = strchr(entry->pmtype, ':')) == NULL)
1258 if (strcmp(entry->pmtype, LISTENTYPE) != 0)

Completed in 48 milliseconds