Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/librsm/common/
H A Drsmlib.c553 char *cntr_type; in rsm_get_controller() local
571 cntr_type = LOOPBACK; in rsm_get_controller()
582 cntr_type = (char *)cntr_name; in rsm_get_controller()
585 cntr_type, unit)); in rsm_get_controller()
592 if (!strcasecmp(p->cntr_name, cntr_type) && in rsm_get_controller()
593 !strcasecmp(cntr_type, LOOPBACK)) { in rsm_get_controller()
600 } else if (!strcasecmp(p->cntr_name, cntr_type) && in rsm_get_controller()
612 if (!strcasecmp(cntr_type, LOOPBACK)) { in rsm_get_controller()
613 e = _rsm_loopbackload(cntr_type, unit, in rsm_get_controller()
616 e = _rsm_modload(cntr_type, unit, chdl); in rsm_get_controller()