Searched refs:mode1 (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/lib/libc/tests/stdio/
H A Dfreopen_test.c39 runtest(const char *fname1, const char *mode1, const char *fname2, argument
46 fp1 = fopen(fname1, mode1);
48 "fopen(\"%s\", \"%s\") failed; errno=%d", fname1, mode1, errno);
53 "unexpectedly", fname2_print, mode2, fname1, mode1);
58 fname2_print, mode2, fname1, mode1, errno);
/freebsd-13-stable/contrib/libevent/
H A Devthread-internal.h302 #define EVLOCK_LOCK2(lock1,lock2,mode1,mode2) EVUTIL_NIL_STMT_
303 #define EVLOCK_UNLOCK2(lock1,lock2,mode1,mode2) EVUTIL_NIL_STMT_
338 #define EVLOCK_LOCK2(lock1,lock2,mode1,mode2) \
343 EVLOCK_LOCK(lock1_tmplock_,mode1); \
348 #define EVLOCK_UNLOCK2(lock1,lock2,mode1,mode2) \
355 EVLOCK_UNLOCK(lock1_tmplock_,mode1); \
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Devthread-internal.h302 #define EVLOCK_LOCK2(lock1,lock2,mode1,mode2) EVUTIL_NIL_STMT_
303 #define EVLOCK_UNLOCK2(lock1,lock2,mode1,mode2) EVUTIL_NIL_STMT_
338 #define EVLOCK_LOCK2(lock1,lock2,mode1,mode2) \
343 EVLOCK_LOCK(lock1_tmplock_,mode1); \
348 #define EVLOCK_UNLOCK2(lock1,lock2,mode1,mode2) \
355 EVLOCK_UNLOCK(lock1_tmplock_,mode1); \
/freebsd-13-stable/sys/dev/drm2/
H A Ddrm_modes.c760 * @mode1: first mode
766 * Check to see if @mode1 and @mode2 are equivalent.
771 bool drm_mode_equal(const struct drm_display_mode *mode1, const struct drm_display_mode *mode2) argument
775 if (mode1->clock && mode2->clock) {
776 if (KHZ2PICOS(mode1->clock) != KHZ2PICOS(mode2->clock))
778 } else if (mode1->clock != mode2->clock)
781 if (mode1->hdisplay == mode2->hdisplay &&
782 mode1->hsync_start == mode2->hsync_start &&
783 mode1->hsync_end == mode2->hsync_end &&
784 mode1
[all...]
H A Ddrm_crtc.h899 extern bool drm_mode_equal(const struct drm_display_mode *mode1, const struct drm_display_mode *mode2);
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-helper-util.c465 pko_mode.s.mode1 = 4;
467 pko_mode.s.mode1 = 3;
469 pko_mode.s.mode1 = 2;
471 pko_mode.s.mode1 = 1;
473 pko_mode.s.mode1 = 0;
H A Dcvmx-helper.c900 cvmx_helper_interface_mode_t mode1 = cvmx_helper_interface_get_mode(1); local
919 if (mode1 != CVMX_HELPER_INTERFACE_MODE_DISABLED)
955 switch (mode1)
985 if (mode1 != CVMX_HELPER_INTERFACE_MODE_DISABLED)
H A Dcvmx-pko-defs.h3491 uint64_t mode1 : 3; /**< # of GM1 ports = 16 >> MODE0, 0 <= MODE0 <= 4 */ member in struct:cvmx_pko_reg_gmx_port_mode::cvmx_pko_reg_gmx_port_mode_s
3495 uint64_t mode1 : 3;
/freebsd-13-stable/sys/dev/sec/
H A Dsec.h78 u_int mode1 : 8; member in struct:sec_hw_desc::__packed__::__packed__
107 #define shd_mode1 shd_control.request.mode1
/freebsd-13-stable/contrib/ntp/ntpd/
H A Drefclock_oncore.c852 int cap, mode, mode1; local
872 mode1 = PPS_OFFSETASSERT;
876 mode1 = PPS_OFFSETCLEAR;
887 if (!(mode1 & cap)) {
891 mode1 = 0;
896 instance->pps_p.mode = (mode | mode1 | PPS_TSFMT_TSPEC) & cap;
/freebsd-13-stable/sys/dev/mn/
H A Dif_mn.c80 u_int32_t mode1, mode2, ccba, txpoll; member in struct:m32xreg
887 sc->m32x->mode1 = 0x81048000 + 1600; /* XXX: temp */
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.c5948 enum hostapd_hw_mode mode1, mode2; local
5951 mode1 = ieee80211_freq_to_chan(freq1, &chan1);
5953 if (mode1 == NUM_HOSTAPD_MODES)
5955 return mode1 == mode2;

Completed in 197 milliseconds