Searched defs:write (Results 26 - 50 of 186) sorted by relevance

12345678

/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_dumbclock.c28 #undef write macro
29 #define write(fd, data, octets) async_write(fd, data, octets) macro
H A Drefclock_hopfser.c51 #undef write macro
52 #define write(fd, data, octets) async_write(fd, data, octets) macro
/freebsd-11-stable/contrib/gdb/gdb/
H A Dfbsd-proc.c82 int read, write, exec; local
H A Dgcore.c310 gcore_create_callback(CORE_ADDR vaddr, unsigned long size, int read, int write, int exec, void *data) argument
H A Dinfptrace.c506 child_xfer_memory(CORE_ADDR memaddr, char *myaddr, int len, int write, struct mem_attrib *attrib, struct target_ops *target) argument
H A Dproc-service.c69 ps_xfer_memory(const struct ps_prochandle *ph, paddr_t addr, char *buf, size_t len, int write) argument
H A Dserial.h212 int (*write) (struct serial *, const char *str, int len); member in struct:serial_ops
/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui-file.c145 tui_file_put(struct ui_file *file, ui_file_put_method_ftype *write, void *dest) argument
/freebsd-11-stable/sys/sys/
H A Dmpt_ioctl.h82 uint8_t write; member in struct:mpt_raid_action
121 uint8_t write; member in struct:mpt_raid_action32
/freebsd-11-stable/sys/dev/sound/pcm/
H A Dfeeder_format.c56 intpcm_write_t *write; local
88 intpcm_write_t *write; member in struct:__anon11703
/freebsd-11-stable/sys/mips/mediatek/
H A Dmtk_spi_v1.c203 mtk_spi_txrx(struct mtk_spi_softc *sc, uint8_t *data, int write) argument
228 int i, sz, error = 0, write = 0; local
H A Dmtk_spi_v2.c202 mtk_spi_txrx(struct mtk_spi_softc *sc, uint8_t *data, int write) argument
233 int i, sz, error, write = 0; local
/freebsd-11-stable/sys/mips/rt305x/
H A Drt305x_spi.c196 rt305x_spi_txrx(struct rt305x_spi_softc *sc, uint8_t *data, int write) argument
223 int i, sz, error = 0, write = 0; local
/freebsd-11-stable/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5fpga_cmd.c45 mlx5_fpga_access_reg(struct mlx5_core_dev *dev, u8 size, u64 addr, void *buf, bool write) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp215 std::error_code ProfileSymbolList::write(raw_ostream &OS) { function in class:ProfileSymbolList
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/COFF/
H A DWriter.cpp365 Error COFFWriter::write(bool IsBigObj) { function in class:llvm::objcopy::coff::COFFWriter
422 Error COFFWriter::write() { function in class:llvm::objcopy::coff::COFFWriter
/freebsd-11-stable/contrib/groff/src/include/
H A Dnonposix.h63 # define write(f,b,s) _write(f,b,s) macro
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinflate.h93 unsigned write; /* window write index */ member in struct:inflate_state
/freebsd-11-stable/sys/arm/arm/
H A Dpl310.c135 pl310_set_ram_latency(struct pl310_softc *sc, uint32_t which_reg, uint32_t read, uint32_t write, uint32_t setup) argument
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dvc_vchi_audioserv_defs.h150 VC_AUDIO_WRITE_T write; member in union:__anon7260::__anon7261
/freebsd-11-stable/sys/dev/ata/
H A Data-lowlevel.c105 int write = (request->flags & ATA_R_WRITE); local
[all...]
/freebsd-11-stable/gnu/usr.bin/gdb/kgdb/
H A Dtrgt.c261 kgdb_trgt_xfer_memory(CORE_ADDR memaddr, char *myaddr, int len, int write, argument
/freebsd-11-stable/contrib/ntp/sntp/libopts/compat/
H A Dwindows-config.h96 #define write _write macro
/freebsd-11-stable/sys/xen/interface/
H A Ddom0_ops.h70 uint32_t write; member in struct:dom0_msr
/freebsd-11-stable/usr.sbin/mptutil/
H A Dmpt_cmd.c496 mpt_raid_action(int fd, U8 Action, U8 VolumeBus, U8 VolumeID, U8 PhysDiskNum, U32 ActionDataWord, void *buf, int len, RAID_VOL0_STATUS *VolumeStatus, U32 *ActionData, int datalen, U16 *IOCStatus, U16 *ActionStatus, int write) argument

Completed in 296 milliseconds

12345678