/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors_ioctl.inc | 18 // FIXME: support read+write arguments. Currently READWRITE and WRITE do the 20 // XXX: The declarations below may use WRITE instead of READWRITE, unless 25 WRITE, 53 _(FIOGETOWN, WRITE, sizeof(int)); 57 _(SIOCATMARK, WRITE, sizeof(int)); 59 _(SIOCGPGRP, WRITE, sizeof(int)); 65 _(TIOCGETD, WRITE, sizeof(int)); 66 _(TIOCGPGRP, WRITE, pid_t_sz); 67 _(TIOCGWINSZ, WRITE, struct_winsize_sz); 70 _(TIOCMGET, WRITE, sizeof(int)); [all …]
|
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 18 // FIXME: support read+write arguments. Currently READWRITE and WRITE do the 20 // XXX: The declarations below may use WRITE instead of READWRITE, unless 22 enum { NONE, READ, WRITE, READWRITE, CUSTOM } type : 3; 128 _(CIOCASYMFEAT, WRITE, sizeof(u32)); 131 _(OAPM_IOC_GETPOWER, WRITE, struct_apm_power_info_sz); 133 _(APM_IOC_NEXTEVENT, WRITE, struct_apm_event_info_sz); 148 _(DMX_GET_CAPS, WRITE, struct_dmx_caps_sz); 151 _(FE_READ_STATUS, WRITE, enum_fe_status_sz); 152 _(FE_READ_BER, WRITE, sizeof(u32)); 153 _(FE_READ_SNR, WRITE, sizeof(u16)); [all …]
|
/freebsd/usr.bin/tip/tip/ |
H A D | vars.c | 42 { "beautify", BOOL, (READ|WRITE)<<PUBLIC, 44 { "baudrate", NUMBER|IREMOTE|INIT, (READ<<PUBLIC)|(WRITE<<ROOT), 46 { "dialtimeout",NUMBER, (READ<<PUBLIC)|(WRITE<<ROOT), 48 { "eofread", STRING|IREMOTE|INIT, (READ|WRITE)<<PUBLIC, 50 { "eofwrite", STRING|IREMOTE|INIT, (READ|WRITE)<<PUBLIC, 52 { "eol", STRING|IREMOTE|INIT, (READ|WRITE)<<PUBLIC, 54 { "escape", CHAR, (READ|WRITE)<<PUBLIC, 56 { "exceptions", STRING|INIT|IREMOTE, (READ|WRITE)<<PUBLIC, 58 { "force", CHAR, (READ|WRITE)<<PUBLIC, 60 { "framesize", NUMBER|IREMOTE|INIT, (READ|WRITE)<<PUBLIC, [all …]
|
H A D | value.c | 108 vtable[EXCEPTIONS].v_access &= ~(WRITE<<PUBLIC); in vinit() 115 if (!vaccess(p->v_access, WRITE)) { in vassign()
|
/freebsd/crypto/openssl/VMS/ |
H A D | msg_staging.com | 19 $ WRITE SYS$OUTPUT "Staging installation complete" 20 $ WRITE SYS$OUTPUT "" 21 $ WRITE SYS$OUTPUT "Finish or package in such a way that the contents of the following direct… 22 $ WRITE SYS$OUTPUT "trees end up being copied:" 23 $ WRITE SYS$OUTPUT "" 24 $ WRITE SYS$OUTPUT "- from ", staging_instdir 25 $ WRITE SYS$OUTPUT " to ", final_instdir 26 $ WRITE SYS$OUTPUT "- from ", staging_datadir 27 $ WRITE SYS$OUTPUT " to ", final_datadir 28 $ WRITE SYS$OUTPUT "" [all …]
|
H A D | msg_install.com | 10 $ WRITE SYS$OUTPUT "Installation complete" 11 $ WRITE SYS$OUTPUT "" 12 $ WRITE SYS$OUTPUT "The following commands need to be executed to enable you to use OpenSSL:" 13 $ WRITE SYS$OUTPUT "" 14 $ WRITE SYS$OUTPUT "- to set up OpenSSL logical names:" 15 $ WRITE SYS$OUTPUT " @''systartup'openssl_startup''osslver'" 16 $ WRITE SYS$OUTPUT "" 17 $ WRITE SYS$OUTPUT "- to define the OpenSSL command" 18 $ WRITE SYS$OUTPUT " @''systartup'openssl_utils''osslver'" 19 $ WRITE SYS$OUTPUT ""
|
H A D | openssl_ivp.com.in | 31 $ WRITE SYS$ERROR "Installation inconsistent" 50 $ WRITE SYS$ERROR "OpenSSL IVP passed" 55 $ WRITE SYS$ERROR "OpenSSL IVP failed"
|
H A D | openssl_utils.com.in | 13 $ WRITE SYS$ERROR "NOTE: no perl => no C_REHASH"
|
/freebsd/sys/arm64/apple/ |
H A D | apple_wdog.c | 70 #define WRITE(_sc, _r, _v) bus_space_write_4((_sc)->bst, (_sc)->bsh, (_r), (_v)) macro 146 WRITE(sc, APPLE_WDOG_WD0_CNTL, 0); in apple_wdog_attach() 147 WRITE(sc, APPLE_WDOG_WD1_CNTL, 0); in apple_wdog_attach() 181 WRITE(sc, APPLE_WDOG_WD1_CNTL, 0); in apple_wdog_watchdog_fn() 188 WRITE(sc, APPLE_WDOG_WD1_TIMER, 0); in apple_wdog_watchdog_fn() 189 WRITE(sc, APPLE_WDOG_WD1_RESET, ticks); in apple_wdog_watchdog_fn() 190 WRITE(sc, APPLE_WDOG_WD1_CNTL, APPLE_WDOG_CNTL_RSTENABLE); in apple_wdog_watchdog_fn() 194 WRITE(sc, APPLE_WDOG_WD1_CNTL, 0); in apple_wdog_watchdog_fn() 210 WRITE(sc, APPLE_WDOG_WD1_CNTL, APPLE_WDOG_CNTL_RSTENABLE); in apple_wdog_reboot_system() 211 WRITE(sc, APPLE_WDOG_WD1_RESET, 1); in apple_wdog_reboot_system() [all …]
|
/freebsd/sys/arm/allwinner/ |
H A D | aw_wdog.c | 50 #define WRITE(_sc, _r, _v) bus_write_4((_sc)->res, (_r), (_v)) macro 206 WRITE(sc, sc->wdog_mode, sc->wdog_mode_key); in aw_wdog_attach() 230 WRITE(sc, sc->wdog_mode, sc->wdog_mode_key | in aw_wdog_watchdog_fn() 233 WRITE(sc, sc->wdog_ctrl, in aw_wdog_watchdog_fn() 236 WRITE(sc, sc->wdog_config, in aw_wdog_watchdog_fn() 248 WRITE(sc, sc->wdog_mode, sc->wdog_mode_key); in aw_wdog_watchdog_fn() 253 WRITE(sc, sc->wdog_mode, sc->wdog_mode_key); in aw_wdog_watchdog_fn() 274 WRITE(aw_wdog_sc, aw_wdog_sc->wdog_mode, aw_wdog_sc->wdog_mode_key | in aw_wdog_watchdog_reset() 278 WRITE(aw_wdog_sc, aw_wdog_sc->wdog_config, in aw_wdog_watchdog_reset() 280 WRITE(aw_wdog_sc, aw_wdog_sc->wdog_ctrl, in aw_wdog_watchdog_reset()
|
H A D | aw_ts.c | 45 #define WRITE(_sc, _r, _v) bus_write_4((_sc)->res[0], (_r), (_v)) macro 133 WRITE(sc, TP_FIFOS, val); in aw_ts_intr() 187 WRITE(sc, TP_CTRL0, TP_CTRL0_CLK_SELECT(0) | in aw_ts_attach() 193 WRITE(sc, TP_CTRL1, TP_CTRL1_MODE_EN); in aw_ts_attach() 196 WRITE(sc, TP_TPR, TP_TPR_TEMP_EN | TP_TPR_TEMP_PERIOD(1953)); in aw_ts_attach() 199 WRITE(sc, TP_FIFOC, TP_FIFOC_TEMP_IRQ_ENABLE); in aw_ts_attach()
|
H A D | aw_cir.c | 50 #define WRITE(_sc, _r, _v) bus_write_4((_sc)->res[0], (_r), (_v)) macro 341 WRITE(sc, AW_IR_RXSTA, val | AW_IR_RXSTA_CLEARALL); in aw_ir_intr() 485 WRITE(sc, AW_IR_CTL, AW_IR_CTL_MD); in aw_ir_attach() 494 WRITE(sc, AW_IR_CIR, val); in aw_ir_attach() 497 WRITE(sc, AW_IR_RXCTL, AW_IR_RXCTL_RPPI); in aw_ir_attach() 500 WRITE(sc, AW_IR_RXSTA, AW_IR_RXSTA_CLEARALL); in aw_ir_attach() 507 WRITE(sc, AW_IR_RXINT, AW_IR_RXINT_ROI_EN | AW_IR_RXINT_RPEI_EN | in aw_ir_attach() 512 WRITE(sc, AW_IR_CTL, val | AW_IR_CTL_GEN | AW_IR_CTL_RXEN); in aw_ir_attach()
|
/freebsd/tests/sys/kern/pipe/ |
H A D | pipe_fstat_bug_test.c | 88 #define WRITE(s) do { \ in main() macro 97 WRITE(145); in main() 101 WRITE(2048); in main() 105 WRITE(4096); in main() 109 WRITE(8191); in main() 114 WRITE(8192); in main()
|
H A D | pipe_wraparound_test.c | 90 #define WRITE(s) do { \ in main() macro 98 WRITE(4096); in main() 99 WRITE(4096); in main() 100 WRITE(4000); in main() 104 WRITE(3000); in main() 105 WRITE(3000); in main()
|
H A D | pipe_reverse_test.c | 92 #define WRITE(s) do { \ in main() macro 102 WRITE(4096); in main() 108 WRITE(4096); in main()
|
/freebsd/sys/arm/broadcom/bcm2835/ |
H A D | bcm2835_wdog.c | 59 #define WRITE(_sc, _r, _v) bus_space_write_4((_sc)->bst, (_sc)->bsh, (_r) + (_sc)->regs_offset, (_v… macro 180 WRITE(sc, BCM2835_RSTC_REG, in bcmwd_watchdog_fn() 190 WRITE(sc, BCM2835_WDOG_REG, reg); in bcmwd_watchdog_fn() 196 WRITE(sc, BCM2835_RSTC_REG, reg); in bcmwd_watchdog_fn() 201 WRITE(sc, BCM2835_RSTC_REG, in bcmwd_watchdog_fn() 215 WRITE(bcmwd_lsc, BCM2835_WDOG_REG, in bcmwd_watchdog_reset() 218 WRITE(bcmwd_lsc, BCM2835_RSTC_REG, in bcmwd_watchdog_reset()
|
/freebsd/contrib/llvm-project/lldb/source/Host/posix/ |
H A D | PipePosix.cpp | 30 enum PIPES { READ, WRITE }; // Constants 0 and 1 for READ and WRITE enumerator 74 m_fds[WRITE] = pipe_posix.ReleaseWriteFileDescriptorUnlocked(); in operator =() 106 m_fds[WRITE] = PipePosix::kInvalidDescriptor; in CreateNew() 201 m_fds[WRITE] = fd; in OpenAsWriterWithTimeout() 223 return m_fds[WRITE]; in GetWriteFileDescriptorUnlocked() 243 const int fd = m_fds[WRITE]; in ReleaseWriteFileDescriptorUnlocked() 244 m_fds[WRITE] = PipePosix::kInvalidDescriptor; in ReleaseWriteFileDescriptorUnlocked() 277 return m_fds[WRITE] != PipePosix::kInvalidDescriptor; in CanWriteUnlocked() 298 close(m_fds[WRITE]); in CloseWriteFileDescriptorUnlocked() 299 m_fds[WRITE] = PipePosix::kInvalidDescriptor; in CloseWriteFileDescriptorUnlocked()
|
/freebsd/crypto/openssl/Configurations/ |
H A D | descrip.mms.tmpl | 473 @ WRITE SYS$OUTPUT "Warning: consider configuring with no-makedepend, because if" 474 @ WRITE SYS$OUTPUT " target system doesn't have $(PERL)," 475 @ WRITE SYS$OUTPUT " then make will fail..." 494 @ WRITE SYS$OUTPUT "Tests are not supported with your chosen Configure options" 503 @ WRITE SYS$OUTPUT "Tests are not supported with your chosen Configure options" 509 @ WRITE SYS$OUTPUT "" 510 @ WRITE SYS$OUTPUT "######################################################################" 511 @ WRITE SYS$OUTPUT "" 572 @ WRITE SYS$OUTPUT "*** Installing FIPS module" 577 @ WRITE SYS$OUTPUT "*** Installing FIPS module configuration" [all …]
|
/freebsd/usr.bin/mail/ |
H A D | popen.c | 40 #define WRITE 1 macro 107 (void)fcntl(p[WRITE], F_SETFD, 1); in Popen() 110 hisside = fd0 = fd1 = p[WRITE]; in Popen() 112 myside = p[WRITE]; in Popen() 120 (void)close(p[WRITE]); in Popen()
|
/freebsd/contrib/nvi/ex/ |
H A D | ex_write.c | 28 enum which {WN, WQ, WRITE, XIT}; enumerator 86 return (exwr(sp, cmdp, WRITE)); in ex_write() 145 if (cmdp->argc != 0 && cmd == WRITE && *p == '!') { in exwr()
|
/freebsd/sys/dev/sdio/ |
H A D | sdio_if.m | 45 # WRITE DIRECT (1byte) 67 # WRITE EXTENDED
|
/freebsd/sys/dev/sound/midi/ |
H A D | mpu401.c | 71 #define WRITE(m,d) MPUFOI_WRITE(m, m->cookie, MPU_DATAPORT,d) macro 155 WRITE(m, *b); in mpu401_intr()
|
/freebsd/usr.bin/procstat/ |
H A D | procstat_kqueue.c | 54 FILT_ELEM(WRITE) 158 PK_NAME_ELEM(NOTE_, WRITE),
|
/freebsd/contrib/jemalloc/src/ |
H A D | ctl.c | 1451 #define WRITE(v, t) do { \ macro 1622 WRITE(newval, uint64_t); in CTL_RO_NL_GEN() 1814 WRITE(newind, unsigned); in CTL_RO_CONFIG_GEN() 1999 WRITE(tcache_ind, unsigned); in tcache_flush_ctl() 2019 WRITE(tcache_ind, unsigned); in tcache_destroy_ctl() 2257 WRITE(dss, const char *); in arena_i_dss_ctl() 2394 WRITE(new_extent_hooks, extent_hooks_t *); in arena_i_extent_hooks_ctl() 2406 WRITE(new_extent_hooks, extent_hooks_t *); in arena_i_extent_hooks_ctl() 2444 WRITE(new_limit, size_t); in arena_i_retain_grow_limit_ctl() 2591 WRITE(extent_hooks, extent_hooks_t *); in arenas_create_ctl() [all …]
|
/freebsd/tools/test/stress2/misc/ |
H A D | all.exclude | 4 backingstore.sh g_vfs_done():md6a[WRITE(offset=...)]error = 28 20111220 6 backingstore3.sh g_vfs_done():md6a[WRITE(offset=...)]error = 28 20111230
|