Searched refs:read_remote (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/dma/
H A Dcrypto.c122 if (read_remote(fd, 0, NULL) == 2) {
124 if (read_remote(fd, 0, NULL) != 2) {
272 if (read_remote(fd, sizeof(buffer), buffer) != 3) {
305 if (read_remote(fd, 0, NULL) != 2) {
H A Dnet.c121 read_remote(int fd, int extbufsize, char *extbuf) function
270 if (read_remote(fd, 0, NULL) != 3) {
286 res = read_remote(fd, 0, NULL);
299 res = read_remote(fd, 0, NULL);
369 res = read_remote(fd, 0, NULL); \
484 if (read_remote(fd, 0, NULL) != 2)
H A Ddma.h197 int read_remote(int, int, char *);

Completed in 170 milliseconds