Lines Matching refs:curr_lower
735 char curr_lower[DLADM_PROP_VAL_MAX];
743 curr_lower, sizeof (curr_lower));
750 if (strcmp(netdev_name, curr_lower) == 0) {
758 netdev_name, netdev->brname, curr_lower);
799 char curr_lower[DLADM_PROP_VAL_MAX];
816 curr_lower, sizeof (curr_lower));
817 VLOG_DBG("netdev_solaris_configure_uplink lower-link:%s", curr_lower);
855 if (strcmp(curr_lower, new_uplink) == 0) {
857 "already correctly set. (%s)", curr_lower, new_uplink);
862 if (strcmp(curr_lower, NETDEV_IMPL_ETHERSTUB) == 0) {
868 brname, curr_lower, new_uplink);
885 i_netdev = netdev_from_name(curr_lower);
888 "in fetching lower-link netdev for %s", curr_lower);