Searched defs:cntr_type (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/librsm/common/
H A Drsmlib.c554 char cntr_name[MAXNAMELEN]; /* cntr_name=<cntr_type><unit> */
555 char *cntr_type; local
573 cntr_type = LOOPBACK;
583 cntr_name[i] = '\0'; /* null terminate the cntr_type part */
584 cntr_type = (char *)cntr_name;
586 "cntr_type=%s, instance=%d\n",
587 cntr_type, unit));
594 if (!strcasecmp(p->cntr_name, cntr_type) &&
595 !strcasecmp(cntr_type, LOOPBACK)) {
602 } else if (!strcasecmp(p->cntr_name, cntr_type)
[all...]

Completed in 330 milliseconds