Searched defs:_write (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/tools/build/libc-bootstrap/ |
H A D | namespace.h | 42 #define _write(a, b, c) write(a, b, c) macro
|
/freebsd-src/libexec/rtld-elf/rtld-libc/ |
H A D | rtld_libc.h | 83 #define _write(fd, buf, nbytes) __sys_write(fd, buf, nbytes) macro
|
/freebsd-src/sys/arm64/vmm/ |
H A D | vmm.c | 927 SPECIAL_REG(_reg,_read,_write) global() argument
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.h | 477 uptr (*_write)(void *, const void *, uptr); member
|
/freebsd-src/stand/libsa/zfs/ |
H A D | zfsimpl.c | 2001 vdev_probe(vdev_phys_read_t *_read, vdev_phys_write_t *_write, void *priv, in vdev_probe()
|