/freebsd/lib/libc/tests/stdio/ |
H A D | freopen_test.c | 36 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 D | drm_modes.c | 753 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 D | drm_crtc.h | 897 extern bool drm_mode_equal(const struct drm_display_mode *mode1, const struct drm_display_mode *mod…
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | evthread-internal.h | 314 #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 D | evthread-internal.h | 314 #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 D | sec.h | 76 u_int mode1 : 8; member 105 #define shd_mode1 shd_control.request.mode1
|
/freebsd/sys/contrib/device-tree/src/arm/aspeed/ |
H A D | aspeed-bmc-ampere-mtjade.dts | 785 /*H0-H7*/ "uart1-mode1","uart2-mode1","uart3-mode1","uart4-mode1",
|
H A D | aspeed-bmc-ampere-mtmitchell.dts | 1041 /*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 D | k3-am6548-iot2050-advanced-sm.dts | 133 "wkup_gpio0-base", "", "", "", "UART0-mode1", "UART0-mode0",
|
H A D | k3-am65-iot2050-arduino-connector.dtsi | 693 "wkup_gpio0-base", "", "", "", "UART0-mode1", "UART0-mode0",
|
/freebsd/sys/contrib/device-tree/src/arm64/freescale/ |
H A D | imx8mq-zii-ultra.dtsi | 251 usb-mode1-hog { 255 line-name = "usb-mode1";
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_oncore.c | 852 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 D | imx6qdl-zii-rdu2.dtsi | 340 usb-mode1-hog { 344 line-name = "usb-mode1";
|
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | motorola-mapphone-common.dtsi |
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | p2p_supplicant.c | 6469 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()
|