Searched refs:atomicio6 (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/crypto/openssh/
H A Datomicio.h36 atomicio6(ssize_t (*f) (int, void *, size_t), int fd, void *_s, size_t n,
H A Datomicio.c52 atomicio6(ssize_t (*f) (int, void *, size_t), int fd, void *_s, size_t n, function
94 return atomicio6(f, fd, _s, n, NULL, NULL);
H A Dscp.c552 /* Callback from atomicio6 to update progress meter and limit bandwidth */
846 if (atomicio6(vwrite, remout, bp->buf, amt, scpio,
1122 j = atomicio6(read, remin, cp, amt,
H A Dsftp-client.c134 if (atomicio6(read, conn->fd_in, p, 4,
149 if (atomicio6(read, conn->fd_in, p, msg_len,
H A Dssh_namespace.h47 #define atomicio6 Fssh_atomicio6 macro

Completed in 82 milliseconds