Searched refs:cur_mode (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/tests/sys/cddl/zfs/tests/acl/nontrivial/
H A Dzfs_acl_chmod_rwx_002_pos.ksh173 typeset cur_mode=$(get_mode $node)
174 cur_mode=$(get_substr $cur_mode 2 9)
176 if [[ $cur_mode == $u_bits$g_bits$o_bits ]]; then
177 log_note "SUCCESS: Current map($cur_mode) ==" \
180 log_fail "FAIL: Current map($cur_mode) != " \
/freebsd-13-stable/sys/dev/axgbe/
H A Dxgbe-phy-v1.c536 enum xgbe_mode cur_mode; local
538 cur_mode = xgbe_phy_get_mode(pdata, pdata->phy.speed);
539 if (cur_mode == mode)
694 phy_impl->cur_mode = xgbe_phy_cur_mode;
H A Dxgbe-phy-v2.c332 enum xgbe_mode cur_mode; member in struct:xgbe_phy_data
2078 phy_data->cur_mode = XGBE_MODE_UNKNOWN;
2105 phy_data->cur_mode = XGBE_MODE_SFI;
2120 phy_data->cur_mode = XGBE_MODE_X;
2135 phy_data->cur_mode = XGBE_MODE_SGMII_1000;
2150 phy_data->cur_mode = XGBE_MODE_SGMII_100;
2165 phy_data->cur_mode = XGBE_MODE_KR;
2180 phy_data->cur_mode = XGBE_MODE_KX_2500;
2195 phy_data->cur_mode = XGBE_MODE_KX_1000;
2205 return (phy_data->cur_mode);
2460 enum xgbe_mode cur_mode; local
3385 enum xgbe_mode cur_mode; local
[all...]
H A Dxgbe.h870 enum xgbe_mode (*cur_mode)(struct xgbe_prv_data *); member in struct:xgbe_phy_impl_if
H A Dxgbe-mdio.c279 return (pdata->phy_if.phy_impl.cur_mode(pdata));
H A Dif_axgbe_pci.c2407 pdata->phy_if.phy_impl.cur_mode(pdata));
/freebsd-13-stable/sys/dev/drm2/
H A Ddrm_edid.c501 struct drm_display_mode *t, *cur_mode, *preferred_mode; local
515 list_for_each_entry_safe(cur_mode, t, &connector->probed_modes, head) {
516 cur_mode->type &= ~DRM_MODE_TYPE_PREFERRED;
518 if (cur_mode == preferred_mode)
522 if (MODE_SIZE(cur_mode) > MODE_SIZE(preferred_mode))
523 preferred_mode = cur_mode;
526 if ((MODE_SIZE(cur_mode) == MODE_SIZE(preferred_mode)) &&
527 MODE_REFRESH_DIFF(cur_mode, target_refresh) <
529 preferred_mode = cur_mode;
/freebsd-13-stable/usr.sbin/vidcontrol/
H A Dvidcontrol.c749 int cur_mode; local
754 if (ioctl(0, CONS_GET, &cur_mode) < 0)
849 if (cur_mode >= M_VESA_BASE)
851 _IO('V', cur_mode - M_VESA_BASE),
854 ioctl(0, _IO('S', cur_mode), NULL);
/freebsd-13-stable/sys/dev/bxe/
H A Dbxe_elink.c2203 uint32_t new_mode, cur_mode; local
2208 cur_mode = REG_RD(sc, emac_base + EMAC_REG_EMAC_MDIO_MODE);
2215 if (((cur_mode & EMAC_MDIO_MODE_CLOCK_CNT) == clc_cnt) &&
2216 (cur_mode & (EMAC_MDIO_MODE_CLAUSE_45)))
2219 new_mode = cur_mode &
2225 cur_mode, new_mode);

Completed in 168 milliseconds