Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/librsm/common/
H A Drsmlib.c555 char *cntr_type; in rsm_get_controller() local
573 cntr_type = LOOPBACK; in rsm_get_controller()
584 cntr_type = (char *)cntr_name; in rsm_get_controller()
587 cntr_type, unit)); in rsm_get_controller()
594 if (!strcasecmp(p->cntr_name, cntr_type) && in rsm_get_controller()
595 !strcasecmp(cntr_type, LOOPBACK)) { in rsm_get_controller()
602 } else if (!strcasecmp(p->cntr_name, cntr_type) && in rsm_get_controller()
614 if (!strcasecmp(cntr_type, LOOPBACK)) { in rsm_get_controller()
615 e = _rsm_loopbackload(cntr_type, unit, in rsm_get_controller()
618 e = _rsm_modload(cntr_type, unit, chdl); in rsm_get_controller()