Searched refs:atomicio6 (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/crypto/external/bsd/openssh/dist/ |
H A D | atomicio.c | 47 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()
|
H A D | atomicio.h | 39 atomicio6(ssize_t (*f) (int, void *, size_t), int fd, void *_s, size_t n,
|
H A D | namespace.h | 13 #define atomicio6 ssh_atomicio6 macro
|
H A D | scp.c | 1436 if (atomicio6(vwrite, remout, bp->buf, amt, scpio, in source() 1860 j = atomicio6(read, remin, cp, amt, in sink()
|
H A D | sftp-client.c | 183 if (atomicio6(read, conn->fd_in, p, 4, sftpio, in get_msg_extended() 202 if (atomicio6(read, conn->fd_in, p, msg_len, sftpio, in get_msg_extended()
|