Searched defs:write (Results 1 - 25 of 136) sorted by relevance

123456

/freebsd-10-stable/lib/libc/sys/
H A Dwrite.c43 #pragma weak write macro
45 write(int fd, const void *buf, size_t nbytes) function
/freebsd-10-stable/lib/libstand/
H A Dwrite.c70 write(fd, dest, bcount) function
/freebsd-10-stable/usr.bin/mkimg/
H A Dformat.h38 int (*write)(int); member in struct:mkimg_format
H A Dscheme.h72 int (*write)(lba_t, void *); member in struct:mkimg_scheme
/freebsd-10-stable/contrib/gdb/gdb/
H A Dproc-utils.h78 #define write(X,Y,Z) write_with_trace (X, Y, Z, __FILE__, __LINE__) macro
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-10-stable/contrib/ntp/libntp/
H A Dicom.c21 #undef write /* ports/winnt/include/config.h: #define write _write */ macro
23 #define write(fd, data, octets) async_write(fd, data, octets) macro
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Utility/
H A DKQueue.cpp63 KQueue::AddFDEvent (int fd, bool read, bool write, bool vnode) argument
/freebsd-10-stable/sys/dev/sfxge/
H A Dsfxge_nvram.c56 sfxge_nvram_rw(struct sfxge_softc *sc, sfxge_ioc_t *ip, efx_nvram_type_t type, boolean_t write) argument
/freebsd-10-stable/lib/libkse/thread/
H A Dthr_rtld.c155 int write; member in struct:rtld_kse_lock
/freebsd-10-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_zone.c154 zone_dataset_visible(const char *dataset, int *write) argument
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinffast.c84 unsigned write; /* window write index */ local
[all...]
/freebsd-10-stable/sys/powerpc/powermac/
H A Data_dbdma.c59 int write; member in struct:ata_dbdma_dmaload_args
/freebsd-10-stable/usr.bin/dtc/
H A Ddtb.cc232 header::write(output_writer &out) function in class:dtc::dtb::header
297 string_table::write(dtb::output_writer &writer) function in class:dtc::dtb::string_table
/freebsd-10-stable/sys/amd64/vmm/amd/
H A Dvmcb.c114 vmcb_access(struct svm_softc *softc, int vcpu, int write, int ident, argument
/freebsd-10-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-10-stable/contrib/jemalloc/include/jemalloc/
H A Djemalloc_FreeBSD.h99 #define write _write macro
/freebsd-10-stable/sys/dev/ata/
H A Data-lowlevel.c98 int write = (request->flags & ATA_R_WRITE); local
[all...]
/freebsd-10-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-10-stable/contrib/ntp/ntpd/
H A Drefclock_arbiter.c22 #undef write macro
23 #define write(fd, data, octets) async_write(fd, data, octets) macro
[all...]
H A Drefclock_dumbclock.c28 #undef write macro
29 #define write(fd, data, octets) async_write(fd, data, octets) macro

Completed in 146 milliseconds

123456