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

/freebsd-10.0-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.c51 atomicio6(ssize_t (*f) (int, void *, size_t), int fd, void *_s, size_t n, function
89 return atomicio6(f, fd, _s, n, NULL, NULL);
H A Dscp.c541 /* Callback from atomicio6 to update progress meter and limit bandwidth */
831 if (atomicio6(vwrite, remout, bp->buf, amt, scpio,
1107 j = atomicio6(read, remin, cp, amt,
H A Dssh_namespace.h22 #define atomicio6 ssh_atomicio6 macro
H A Dsftp-client.c128 if (atomicio6(read, conn->fd_in, buffer_ptr(m), 4,
141 if (atomicio6(read, conn->fd_in, buffer_ptr(m), msg_len,

Completed in 95 milliseconds