Searched refs:READ (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-current/usr.bin/tip/tip/
H A Dvars.c42 { "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|WRIT
[all...]
H A Dvalue.c158 if (vaccess(p->v_access, READ))
195 if ((p = vlookup(s)) && vaccess(p->v_access, READ)) {
H A Dtip.h116 #define READ 02 /* read access */ macro
/freebsd-current/contrib/libcxxrt/
H A Ddwarf_eh.h224 #define READ(dwarf, type) \ macro
232 READ(DW_EH_PE_udata2, uint16_t)
233 READ(DW_EH_PE_udata4, uint32_t)
234 READ(DW_EH_PE_udata8, uint64_t)
235 READ(DW_EH_PE_sdata2, int16_t)
236 READ(DW_EH_PE_sdata4, int32_t)
237 READ(DW_EH_PE_sdata8, int64_t)
238 READ(DW_EH_PE_absptr, intptr_t)
239 #undef READ macro
/freebsd-current/contrib/llvm-project/lldb/source/Host/posix/
H A DPipePosix.cpp30 enum PIPES { READ, WRITE }; // Constants 0 and 1 for READ and WRITE enumerator in enum:PIPES
73 m_fds[READ] = pipe_posix.ReleaseReadFileDescriptorUnlocked();
105 m_fds[READ] = PipePosix::kInvalidDescriptor;
161 m_fds[READ] = fd;
214 return m_fds[READ];
232 const int fd = m_fds[READ];
233 m_fds[READ] = PipePosix::kInvalidDescriptor;
268 return m_fds[READ] != PipePosix::kInvalidDescriptor;
286 close(m_fds[READ]);
[all...]
/freebsd-current/usr.bin/tcopy/
H A Dtcopy.c67 enum {READ, VERIFY, COPY, COPYVERIFY} op = READ; enumerator in enum:__anon928
109 if (op != READ)
114 if (op != READ)
119 if (op == READ)
/freebsd-current/sys/arm/allwinner/
H A Daw_ts.c44 #define READ(_sc, _r) bus_read_4((_sc)->res[0], (_r)) macro
126 val = READ(sc, TP_FIFOS);
129 sc->temp_data = (READ(sc, TEMP_DATA) * sc->temp_step - sc->temp_offset)
H A Daw_cir.c49 #define READ(_sc, _r) bus_read_4((_sc)->res[0], (_r)) macro
203 return (unsigned char)(READ(sc, AW_IR_RXFIFO) & 0xff);
336 val = READ(sc, AW_IR_RXSTA);
511 val = READ(sc, AW_IR_CTL);
H A Daw_wdog.c49 #define READ(_sc, _r) bus_read_4((_sc)->res, (_r)) macro
/freebsd-current/usr.bin/mail/
H A Dpopen.c39 #define READ 0 macro
106 (void)fcntl(p[READ], F_SETFD, 1);
109 myside = p[READ];
113 hisside = fd0 = p[READ];
119 (void)close(p[READ]);
/freebsd-current/sys/dev/sound/midi/
H A Dmpu401.c70 #define READ(m) MPUFOI_READ(m, m->cookie, MPU_DATAPORT) macro
139 b[i] = READ(m);
229 if (READ(m) == MPU_ACK)
/freebsd-current/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);
219 (READ(bcmwd_lsc, BCM2835_RSTC_REG) & BCM2835_RSTC_WRCFG_CLR) |
/freebsd-current/sys/contrib/openzfs/scripts/
H A Dcstyle.pl123 READ-ONLY\ VARIABLES:|
124 READ-ONLY\ MEMBERS:|
131 READ\ LOCK\ HELD\ ON\ ENTRY:|
134 READ\ LOCK\ ACQUIRED\ AS\ SIDE\ EFFECT:|
/freebsd-current/contrib/jemalloc/src/
H A Dctl.c1438 #define READ(v, t) do { \ macro
1488 READ(oldval, t); \
1511 READ(oldval, t); \
1529 READ(oldval, t); \
1553 READ(oldval, t); \
1569 READ(oldval, t); \
1588 READ(oldval, t); \
1604 READ(oldval, t); \
1626 READ(ctl_arenas->epoch, uint64_t);
1650 READ(oldva
[all...]
/freebsd-current/tools/tools/nvmf/nvmfdd/
H A Dnvmfdd.c28 enum rw { READ, WRITE }; enumerator in enum:rw
284 "WRITE" : "READ", status);
339 if (command == READ)
419 command = READ;
/freebsd-current/sys/dev/vkbd/
H A Dvkbd.c126 #define READ (1 << 4) /* read pending */ macro
314 if (state->ks_flags & READ) {
319 state->ks_flags |= READ;
345 state->ks_flags &= ~READ;
/freebsd-current/sys/cam/ctl/
H A Dctl_nvme_all.c62 OPC_ENTRY(READ),
/freebsd-current/contrib/libfido2/src/
H A Dnetlink.c23 # define READ fuzz_read macro
26 # define READ read macro
370 if ((r = READ(fd, ptr, len)) == -1) {
/freebsd-current/sys/kern/
H A Dsubr_acl_nfs4.c366 const int READ = 04; local
540 if (amode & READ)
581 if (extramode & READ) {
/freebsd-current/sbin/bsdlabel/
H A Dbsdlabel.c121 UNSPEC, EDIT, READ, RESTORE, WRITE, WRITEBOOT enumerator in enum:__anon1
228 op = READ;
243 case READ:
/freebsd-current/sys/contrib/openzfs/include/os/linux/kernel/linux/
H A Dblkdev_compat.h167 * BUG_ON(!lo || (rw != READ && rw != WRITE));
717 return (READ);
/freebsd-current/sys/dev/mpt/
H A Dmpt_debug.c549 MPI_PRINT_FIELD(READ);
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp984 enum PIPES { READ, WRITE }; // Indexes for the read and write fds enumerator in enum:PIPES
1012 FILE *commands_file = fdopen(fds[READ], "rb");
1016 fds[READ], errno);
1017 llvm::sys::Process::SafelyCloseFileDescriptor(fds[READ]);
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzvol_os.c462 start_time = blk_generic_start_io_acct(q, disk, READ,
495 blk_generic_end_io_acct(q, disk, READ, bio, start_time);
647 * The SCST driver, and possibly others, may issue READ I/Os
H A Dvdev_disk.c726 WRITE : READ, vbio->vbio_flags);
1111 int rw = zio->io_type == ZIO_TYPE_READ ? READ : WRITE;

Completed in 376 milliseconds

12