Searched refs:atomicio6 (Results 1 – 5 of 5) sorted by relevance
| /freebsd-11-stable/crypto/openssh/ |
| HD | atomicio.c | 52 atomicio6(ssize_t (*f) (int, void *, size_t), int fd, void *_s, size_t n, in atomicio6() function 94 return atomicio6(f, fd, _s, n, NULL, NULL); in atomicio()
|
| HD | atomicio.h | 36 atomicio6(ssize_t (*f) (int, void *, size_t), int fd, void *_s, size_t n,
|
| HD | scp.c | 848 if (atomicio6(vwrite, remout, bp->buf, amt, scpio, in source() 1128 j = atomicio6(read, remin, cp, amt,
|
| HD | sftp-client.c | 141 if (atomicio6(read, conn->fd_in, p, 4, in get_msg() 156 if (atomicio6(read, conn->fd_in, p, msg_len, in get_msg()
|
| HD | ssh_namespace.h | 46 #define atomicio6 Fssh_atomicio6 macro
|