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

/freebsd-10-stable/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.c556 /* Callback from atomicio6 to update progress meter and limit bandwidth */
849 if (atomicio6(vwrite, remout, bp->buf, amt, scpio,
1129 j = atomicio6(read, remin, cp, amt,
H A Dsftp-client.c135 if (atomicio6(read, conn->fd_in, p, 4,
150 if (atomicio6(read, conn->fd_in, p, msg_len,
H A Dssh_namespace.h47 #define atomicio6 Fssh_atomicio6 macro

Completed in 228 milliseconds