Home
last modified time | relevance | path

Searched refs:READ (Results 1 – 25 of 70) sorted by relevance

123

/freebsd-14.2/usr.bin/tip/tip/
H A Dvars.c50 { "beautify", BOOL, (READ|WRITE)<<PUBLIC,
62 { "escape", CHAR, (READ|WRITE)<<PUBLIC,
66 { "force", CHAR, (READ|WRITE)<<PUBLIC,
70 { "host", STRING|IREMOTE|INIT, READ<<PUBLIC,
72 { "log", STRING|INIT, (READ|WRITE)<<ROOT,
76 { "prompt", CHAR, (READ|WRITE)<<PUBLIC,
78 { "raise", BOOL, (READ|WRITE)<<PUBLIC,
86 { "script", BOOL, (READ|WRITE)<<PUBLIC,
90 { "verbose", BOOL, (READ|WRITE)<<PUBLIC,
100 { "tandem", BOOL, (READ|WRITE)<<PUBLIC,
[all …]
H A Dvalue.c166 if (vaccess(p->v_access, READ)) in vlex()
203 if ((p = vlookup(s)) && vaccess(p->v_access, READ)) { in vtoken()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_interceptors_ioctl_netbsd.inc427 _(KIOCTRANS, READ, sizeof(int));
431 _(KIOCCMD, READ, sizeof(int));
436 _(KIOCSLED, READ, sizeof(char));
962 _(DIOCWDINFO, READ, 0);
972 _(DIOCLOCK, READ, sizeof(int));
1025 _(FIONBIO, READ, sizeof(int));
1051 _(TIOCSETN, READ, 0);
1234 _(TIOCSETAW, READ, 0);
1235 _(TIOCSETAF, READ, 0);
1249 _(TIOCPKT, READ, sizeof(int));
[all …]
H A Dsanitizer_common_interceptors_ioctl.inc24 READ,
51 _(FIOASYNC, READ, sizeof(int));
54 _(FIONBIO, READ, sizeof(int));
68 _(TIOCMBIC, READ, sizeof(int));
69 _(TIOCMBIS, READ, sizeof(int));
71 _(TIOCMSET, READ, sizeof(int));
75 _(TIOCPKT, READ, sizeof(int));
77 _(TIOCSETD, READ, sizeof(int));
78 _(TIOCSPGRP, READ, pid_t_sz);
79 _(TIOCSTI, READ, sizeof(char));
[all …]
/freebsd-14.2/contrib/libcxxrt/
H A Ddwarf_eh.h224 #define READ(dwarf, type) \ in read_value() macro
232 READ(DW_EH_PE_udata2, uint16_t) in read_value()
233 READ(DW_EH_PE_udata4, uint32_t) in read_value()
234 READ(DW_EH_PE_udata8, uint64_t) in read_value()
235 READ(DW_EH_PE_sdata2, int16_t) in read_value()
236 READ(DW_EH_PE_sdata4, int32_t) in read_value()
237 READ(DW_EH_PE_sdata8, int64_t) in read_value()
238 READ(DW_EH_PE_absptr, intptr_t) in read_value()
239 #undef READ in read_value()
/freebsd-14.2/contrib/llvm-project/lldb/source/Host/posix/
H A DPipePosix.cpp30 enum PIPES { READ, WRITE }; // Constants 0 and 1 for READ and WRITE enumerator
73 m_fds[READ] = pipe_posix.ReleaseReadFileDescriptorUnlocked(); in operator =()
105 m_fds[READ] = PipePosix::kInvalidDescriptor; in CreateNew()
161 m_fds[READ] = fd; in OpenAsReader()
214 return m_fds[READ]; in GetReadFileDescriptorUnlocked()
232 const int fd = m_fds[READ]; in ReleaseReadFileDescriptorUnlocked()
233 m_fds[READ] = PipePosix::kInvalidDescriptor; in ReleaseReadFileDescriptorUnlocked()
268 return m_fds[READ] != PipePosix::kInvalidDescriptor; in CanReadUnlocked()
286 close(m_fds[READ]); in CloseReadFileDescriptorUnlocked()
287 m_fds[READ] = PipePosix::kInvalidDescriptor; in CloseReadFileDescriptorUnlocked()
/freebsd-14.2/usr.bin/tcopy/
H A Dtcopy.c78 enum {READ, VERIFY, COPY, COPYVERIFY} op = READ; in main() enumerator
120 if (op != READ) in main()
125 if (op != READ) in main()
130 if (op == READ) in main()
/freebsd-14.2/sys/arm/allwinner/
H A Daw_ts.c45 #define READ(_sc, _r) bus_read_4((_sc)->res[0], (_r)) macro
127 val = READ(sc, TP_FIFOS); in aw_ts_intr()
130 sc->temp_data = (READ(sc, TEMP_DATA) * sc->temp_step - sc->temp_offset) in aw_ts_intr()
H A Daw_cir.c50 #define READ(_sc, _r) bus_read_4((_sc)->res[0], (_r)) macro
204 return (unsigned char)(READ(sc, AW_IR_RXFIFO) & 0xff); in aw_ir_read_data()
337 val = READ(sc, AW_IR_RXSTA); in aw_ir_intr()
512 val = READ(sc, AW_IR_CTL); in aw_ir_attach()
/freebsd-14.2/usr.bin/mail/
H A Dpopen.c45 #define READ 0 macro
112 (void)fcntl(p[READ], F_SETFD, 1); in Popen()
115 myside = p[READ]; in Popen()
119 hisside = fd0 = p[READ]; in Popen()
125 (void)close(p[READ]); in Popen()
/freebsd-14.2/sys/contrib/device-tree/Bindings/memory-controllers/ddr/
H A Djedec,lpddr3-timings.yaml57 Additional READ-to-READ delay in chip-to-chip cases in pico seconds.
97 Internal READ to PRECHARGE command delay in pico seconds.
112 Internal WRITE-to-READ command delay in pico seconds.
H A Djedec,lpddr3.yaml78 Additional READ-to-READ delay in chip-to-chip cases in terms of number
109 READ data latency in terms of number of clock cycles.
133 Internal READ to PRECHARGE command delay in terms of number of clock
159 Internal WRITE-to-READ command delay in terms of number of clock cycles.
H A Djedec,lpddr2-timings.yaml75 Internal READ to PRECHARGE command delay in pico seconds.
85 Internal WRITE-to-READ command delay in pico seconds.
H A Djedec,lpddr2.yaml60 Internal WRITE-to-READ command delay in terms of number of clock cycles.
74 Internal READ to PRECHARGE command delay in terms of number of clock
/freebsd-14.2/sys/arm/broadcom/bcm2835/
H A Dbcm2835_wdog.c58 #define READ(_sc, _r) bus_space_read_4((_sc)->bst, (_sc)->bsh, (_r) + (_sc)->regs_offset) macro
192 reg = READ(sc, BCM2835_RSTC_REG); in bcmwd_watchdog_fn()
219 (READ(bcmwd_lsc, BCM2835_RSTC_REG) & BCM2835_RSTC_WRCFG_CLR) | in bcmwd_watchdog_reset()
/freebsd-14.2/contrib/jemalloc/src/
H A Dctl.c1488 READ(oldval, t); \
1650 READ(oldval, bool); in background_thread_ctl()
1657 READ(oldval, bool); in background_thread_ctl()
1702 READ(oldval, size_t); in max_background_threads_ctl()
1709 READ(oldval, size_t); in max_background_threads_ctl()
1882 READ(oldval, bool); in CTL_TSD_RO_NL_CGEN()
1964 READ(oldval, bool); in thread_prof_active_ctl()
2658 READ(oldval, bool); in prof_thread_active_init_ctl()
2684 READ(oldval, bool); in prof_active_ctl()
2733 READ(oldval, bool); in prof_gdump_ctl()
[all …]
/freebsd-14.2/sys/dev/sound/midi/
H A Dmpu401.c71 #define READ(m) MPUFOI_READ(m, m->cookie, MPU_DATAPORT) macro
140 b[i] = READ(m); in mpu401_intr()
230 if (READ(m) == MPU_ACK) in mpu401_minit()
/freebsd-14.2/sys/dev/sdio/
H A Dsdio_if.m35 # READ DIRECT (1byte)
55 # READ EXTENDED
/freebsd-14.2/sys/contrib/device-tree/Bindings/mtd/
H A Djedec,spi-nor.txt10 be identified by the JEDEC READ ID opcode (0x9F).
52 JEDEC READ ID opcode (0x9F):
/freebsd-14.2/contrib/libpcap/
H A Dcmake_uninstall.cmake.in5 file(READ "@CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt" files)
/freebsd-14.2/contrib/tcpdump/
H A Dcmake_uninstall.cmake.in5 file(READ "@CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt" files)
/freebsd-14.2/contrib/ntp/sntp/libevent/cmake/
H A DUninstall.cmake.in7 file(READ "@CMAKE_BINARY_DIR@/install_manifest.txt" files)
/freebsd-14.2/contrib/libevent/cmake/
H A DUninstall.cmake.in7 file(READ "@CMAKE_BINARY_DIR@/install_manifest.txt" files)
/freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dzpool_script.shlib30 /NAME +STATE +READ +WRITE +CKSUM/ {print $6}')"
/freebsd-14.2/contrib/file/magic/Magdir/
H A Dsendmail10 # READ.ME.FIRST.AWP Sendmail frozen configuration

123