Home
last modified time | relevance | path

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

/freebsd/lib/libc/tests/stdio/
H A Dfreopen_test.c36 runtest(const char *fname1, const char *mode1, const char *fname2, in runtest() argument
43 fp1 = fopen(fname1, mode1); in runtest()
45 "fopen(\"%s\", \"%s\") failed; errno=%d", fname1, mode1, errno); in runtest()
50 "unexpectedly", fname2_print, mode2, fname1, mode1); in runtest()
55 fname2_print, mode2, fname1, mode1, errno); in runtest()
/freebsd/sys/dev/drm2/
H A Ddrm_modes.c753 bool drm_mode_equal(const struct drm_display_mode *mode1, const struct drm_display_mode *mode2) in drm_mode_equal() argument
757 if (mode1->clock && mode2->clock) { in drm_mode_equal()
758 if (KHZ2PICOS(mode1->clock) != KHZ2PICOS(mode2->clock)) in drm_mode_equal()
760 } else if (mode1->clock != mode2->clock) in drm_mode_equal()
763 if (mode1->hdisplay == mode2->hdisplay && in drm_mode_equal()
764 mode1->hsync_start == mode2->hsync_start && in drm_mode_equal()
765 mode1->hsync_end == mode2->hsync_end && in drm_mode_equal()
766 mode1->htotal == mode2->htotal && in drm_mode_equal()
767 mode1->hskew == mode2->hskew && in drm_mode_equal()
768 mode1->vdisplay == mode2->vdisplay && in drm_mode_equal()
[all …]
H A Ddrm_crtc.h897 extern bool drm_mode_equal(const struct drm_display_mode *mode1, const struct drm_display_mode *mod…
/freebsd/contrib/ntp/sntp/libevent/
H A Devthread-internal.h314 #define EVLOCK_LOCK2(lock1,lock2,mode1,mode2) EVUTIL_NIL_STMT_ argument
315 #define EVLOCK_UNLOCK2(lock1,lock2,mode1,mode2) EVUTIL_NIL_STMT_ argument
350 #define EVLOCK_LOCK2(lock1,lock2,mode1,mode2) \ argument
355 EVLOCK_LOCK(lock1_tmplock_,mode1); \
360 #define EVLOCK_UNLOCK2(lock1,lock2,mode1,mode2) \ argument
367 EVLOCK_UNLOCK(lock1_tmplock_,mode1); \
/freebsd/contrib/libevent/
H A Devthread-internal.h314 #define EVLOCK_LOCK2(lock1,lock2,mode1,mode2) EVUTIL_NIL_STMT_ argument
315 #define EVLOCK_UNLOCK2(lock1,lock2,mode1,mode2) EVUTIL_NIL_STMT_ argument
350 #define EVLOCK_LOCK2(lock1,lock2,mode1,mode2) \ argument
355 EVLOCK_LOCK(lock1_tmplock_,mode1); \
360 #define EVLOCK_UNLOCK2(lock1,lock2,mode1,mode2) \ argument
367 EVLOCK_UNLOCK(lock1_tmplock_,mode1); \
/freebsd/sys/dev/sec/
H A Dsec.h76 u_int mode1 : 8; member
105 #define shd_mode1 shd_control.request.mode1
/freebsd/sys/contrib/device-tree/src/arm/aspeed/
H A Daspeed-bmc-ampere-mtjade.dts785 /*H0-H7*/ "uart1-mode1","uart2-mode1","uart3-mode1","uart4-mode1",
H A Daspeed-bmc-ampere-mtmitchell.dts1041 /*18C0-18C7*/ "uart1-mode0","uart1-mode1","uart2-mode0","uart2-mode1",
1042 "uart3-mode0","uart3-mode1","uart4-mode0","uart4-mode1",
/freebsd/sys/contrib/device-tree/src/arm64/ti/
H A Dk3-am6548-iot2050-advanced-sm.dts133 "wkup_gpio0-base", "", "", "", "UART0-mode1", "UART0-mode0",
H A Dk3-am65-iot2050-arduino-connector.dtsi693 "wkup_gpio0-base", "", "", "", "UART0-mode1", "UART0-mode0",
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8mq-zii-ultra.dtsi251 usb-mode1-hog {
255 line-name = "usb-mode1";
/freebsd/contrib/ntp/ntpd/
H A Drefclock_oncore.c852 int cap, mode, mode1; in oncore_ppsapi() local
872 mode1 = PPS_OFFSETASSERT; in oncore_ppsapi()
876 mode1 = PPS_OFFSETCLEAR; in oncore_ppsapi()
887 if (!(mode1 & cap)) { in oncore_ppsapi()
891 mode1 = 0; in oncore_ppsapi()
896 instance->pps_p.mode = (mode | mode1 | PPS_TSFMT_TSPEC) & cap; in oncore_ppsapi()
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx6qdl-zii-rdu2.dtsi340 usb-mode1-hog {
344 line-name = "usb-mode1";
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Dmotorola-mapphone-common.dtsi
/freebsd/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.c6469 enum hostapd_hw_mode mode1, mode2; in wpas_same_band() local
6472 mode1 = ieee80211_freq_to_chan(freq1, &chan1); in wpas_same_band()
6474 if (mode1 == NUM_HOSTAPD_MODES) in wpas_same_band()
6476 return mode1 == mode2; in wpas_same_band()