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

/freebsd-13-stable/contrib/dma/
H A Dcrypto.c128 if (read_remote(fd, 0, NULL) == 2) {
130 if (read_remote(fd, 0, NULL) != 2) {
278 if (read_remote(fd, sizeof(buffer), buffer) != 3) {
311 if (read_remote(fd, 0, NULL) != 2) {
H A Dnet.c122 read_remote(int fd, int extbufsize, char *extbuf) function
271 if (read_remote(fd, 0, NULL) != 3) {
287 res = read_remote(fd, 0, NULL);
300 res = read_remote(fd, 0, NULL);
370 res = read_remote(fd, 0, NULL); \
485 if (read_remote(fd, 0, NULL) != 2)
H A Ddma.h197 int read_remote(int, int, char *);

Completed in 44 milliseconds