Home
last modified time | relevance | path

Searched defs:_write (Results 1 – 6 of 6) sorted by relevance

/freebsd/tools/build/libc-bootstrap/
H A Dnamespace.h42 #define _write(a, b, c) write(a, b, c) macro
/freebsd/libexec/rtld-elf/rtld-libc/
H A Drtld_libc.h83 #define _write(fd, buf, nbytes) __sys_write(fd, buf, nbytes) macro
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dsysfs.h84 #define __BIN_ATTR(_name, _mode, _read, _write, _size) { \ argument
101 #define BIN_ATTR(_name, _mode, _read, _write, _size) \ argument
/freebsd/sys/arm64/vmm/
H A Dvmm.c655 #define SPECIAL_REG(_reg, _read, _write) \ argument
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h477 uptr (*_write)(void *, const void *, uptr); member
/freebsd/stand/libsa/zfs/
H A Dzfsimpl.c2001 vdev_probe(vdev_phys_read_t *_read, vdev_phys_write_t *_write, void *priv, in vdev_probe()