Home
last modified time | relevance | path

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

/freebsd-src/tools/build/libc-bootstrap/
H A Dnamespace.h42 #define _write(a, b, c) write(a, b, c) macro
/freebsd-src/libexec/rtld-elf/rtld-libc/
H A Drtld_libc.h83 #define _write(fd, buf, nbytes) __sys_write(fd, buf, nbytes) macro
/freebsd-src/sys/arm64/vmm/
H A Dvmm.c927 SPECIAL_REG(_reg,_read,_write) global() argument
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h477 uptr (*_write)(void *, const void *, uptr); member
/freebsd-src/stand/libsa/zfs/
H A Dzfsimpl.c2001 vdev_probe(vdev_phys_read_t *_read, vdev_phys_write_t *_write, void *priv, in vdev_probe()