Searched refs:atomicio6 (Results 1 – 4 of 4) sorted by relevance
/external/openssh/ |
D | atomicio.c | 52 atomicio6(ssize_t (*f) (int, void *, size_t), int fd, void *_s, size_t n, in atomicio6() function 99 return atomicio6(f, fd, _s, n, NULL, NULL); in atomicio()
|
D | atomicio.h | 38 atomicio6(ssize_t (*f) (int, void *, size_t), int fd, void *_s, size_t n,
|
D | scp.c | 1155 if (atomicio6(vwrite, remout, bp->buf, amt, scpio, in source() 1466 j = atomicio6(read, remin, cp, amt,
|
D | sftp-client.c | 144 if (atomicio6(read, conn->fd_in, p, 4, sftpio, in get_msg_extended() 163 if (atomicio6(read, conn->fd_in, p, msg_len, sftpio, in get_msg_extended()
|