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

/freebsd-12-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-12-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-12-stable/usr.sbin/vidcontrol/
H A Dvidcontrol.c759 int cur_mode; local
764 if (ioctl(0, CONS_GET, &cur_mode) < 0)
859 if (cur_mode >= M_VESA_BASE)
861 _IO('V', cur_mode - M_VESA_BASE),
864 ioctl(0, _IO('S', cur_mode), NULL);
/freebsd-12-stable/sys/dev/axgbe/
H A Dxgbe-mdio.c369 enum xgbe_mode cur_mode; local
371 xgbe_cur_mode(pdata, &cur_mode);
372 if (mode != cur_mode)
/freebsd-12-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 198 milliseconds