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

/freebsd-current/crypto/openssh/
H A Datomicio.h38 atomicio6(ssize_t (*f) (int, void *, size_t), int fd, void *_s, size_t n,
H A Datomicio.c51 atomicio6(ssize_t (*f) (int, void *, size_t), int fd, void *_s, size_t n, function
98 return atomicio6(f, fd, _s, n, NULL, NULL);
H A Dscp.c720 /* Callback from atomicio6 to update progress meter and limit bandwidth */
1479 if (atomicio6(vwrite, remout, bp->buf, amt, scpio,
1902 j = atomicio6(read, remin, cp, amt,
H A Dssh_namespace.h63 #define atomicio6 Fssh_atomicio6 macro
H A Dsftp-client.c197 if (atomicio6(read, conn->fd_in, p, 4, sftpio,
216 if (atomicio6(read, conn->fd_in, p, msg_len, sftpio,

Completed in 90 milliseconds