HomeSort by: relevance | last modified time | path
    Searched defs:write (Results 1 - 25 of 97) sorted by relevancy

1 2 3 4

  /src/sys/lib/libsa/
write.c 1 /* $NetBSD: write.c,v 1.15 2007/12/02 04:59:26 tsutsui Exp $ */
34 * @(#)write.c 8.1 (Berkeley) 6/11/93
67 write(int fd, const void *destp, size_t bcount) function in typeref:typename:ssize_t
  /src/lib/libc/rpc/
svc_fdset.h 13 # undef write
14 # define write(a, b, c) rump_sys_write(a, b, c) macro
  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_util.h 46 int write; member in struct:__anonff0253f90108
  /src/sys/rump/librump/rumpvfs/
vm_vfs.c 40 uvm_aio_aiodone_pages(struct vm_page **pgs, int npages, bool write, int error)
53 KASSERT(!write);
77 bool write; local in function:uvm_aio_aiodone
80 write = BUF_ISWRITE(bp);
97 uvm_aio_aiodone_pages(pgs, npages, write, error);
99 if (write && (bp->b_cflags & BC_AGE) != 0) {
  /src/sys/dev/fdt/
fdt_gpio.h 46 void (*write)(device_t, void *, int, bool); member in struct:fdtbus_gpio_controller_func
  /src/include/
rmt.h 62 #define write rmtwrite macro
  /src/sys/arch/hpc/stand/hpcboot/
file_fat.cpp 98 FatFile::write(const void *buf, size_t bytes, off_t ofs) function in class:FatFile
file_ufs.cpp 123 UfsFile::write(const void *buf, size_t bytes, off_t ofs) function in class:UfsFile
  /src/sys/arch/sh3/sh3/
process_machdep.c 193 int write = 0, error; local in function:ptrace_machdep_dorequest
201 write = 1;
215 uio.uio_rw = write ? UIO_WRITE : UIO_READ;
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_mutexset.h 30 bool write; member in struct:__tsan::MutexSet::Desc
35 void Add(u64 id, bool write, u64 epoch);
36 void Del(u64 id, bool write);
60 void MutexSet::Add(u64 id, bool write, u64 epoch) {}
61 void MutexSet::Del(u64 id, bool write) {}
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_frontbuffer.h 48 struct i915_active write; member in struct:intel_frontbuffer
  /src/tests/net/net/
t_socket_afinet.c 53 #define write rump_sys_write macro
163 /* Server can write, sees only POLLOUT. */
225 /* Server can write, so sees POLLOUT. */
233 rc = write(cs, "xx", 2);
  /src/tests/compat/linux/
h_linux.h 64 #define write(fd, buf, count) (ssize_t)syscall(LINUX_SYS_write, fd, \ macro
  /src/lib/librefuse/refuse/
v11.h 67 int (*write) (const char *, const char *, size_t, off_t); member in struct:fuse_operations_v11
v21.h 63 int (*write) (const char *, const char *, size_t, off_t); member in struct:fuse_operations_v21
v22.h 67 int (*write) (const char *, const char *, size_t, off_t, struct fuse_file_info *); member in struct:fuse_operations_v22
  /src/share/misc/
NetBSD.el 95 (defun netbsd-knf-write-contents-hook ()
102 (error (concat "Abort write due to whitespaces in "
104 (remove-hook 'write-contents-hook 'netbsd-knf-write-contents-hook))
120 (add-hook 'write-contents-hooks 'netbsd-knf-write-contents-hook))
  /src/sys/dev/ic/
mcp23xxxgpiovar.h 71 int (*write)(struct mcpgpio_softc *, member in struct:mcpgpio_accessops
  /src/sys/external/bsd/drm2/dist/drm/amd/display/include/
i2caux_interface.h 39 /* set following flag to read/write I2C data,
40 * reset it to read/write DPCD data */
42 /* set following flag to write data,
44 bool write; member in struct:aux_payload
  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
mmio.h 69 gvt_mmio_func write; member in struct:intel_gvt_mmio_info
  /src/sys/arch/amd64/amd64/
process_machdep.c 323 bool write = false; local in function:ptrace_machdep_dorequest
327 write = true;
331 /* write = false done above. */
363 uio.uio_rw = write ? UIO_WRITE : UIO_READ;
370 write = true;
374 /* write = false done above. */
378 (l, *lt, addr, write), EINVAL, error);
  /src/sys/arch/i386/i386/
process_machdep.c 289 int write = 0; local in function:ptrace_machdep_dorequest
293 write = 1;
297 /* write = 0 done above. */
312 uio.uio_rw = write ? UIO_WRITE : UIO_READ;
319 write = 1;
323 /* write = 0 done above. */
342 uio.uio_rw = write ? UIO_WRITE : UIO_READ;
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_dmabuf.c 154 bool write = (direction == DMA_BIDIRECTIONAL || direction == DMA_TO_DEVICE); local in function:i915_gem_begin_cpu_access
165 err = i915_gem_object_set_to_cpu_domain(obj, write);
297 * write-combined buffer or a delay through the chipset for GTT
  /src/sys/external/bsd/acpica/dist/include/platform/
acwin64.h 173 /* Eliminate warnings for POSIX clib function names (open, write, etc.) */
188 #define write _write macro
  /src/lib/libnvmm/
nvmm.h 83 bool write; member in struct:nvmm_mem

Completed in 20 milliseconds

1 2 3 4