Searched refs:rmtread (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/include/
H A Drmt.h40 ssize_t rmtread(int, void *, size_t);
58 #define read rmtread
/netbsd-6-1-5-RELEASE/sbin/restore/
H A Dextern.h114 int rmtread(char *, int);
H A Dtape.c1044 i = rmtread(&tapebuf[rd], cnt);
1151 i = rmtread(tapebuf, ntrec * TP_BSIZE);
/netbsd-6-1-5-RELEASE/sbin/dump/
H A Ddumprmt.c82 int rmtread(char *, int);
196 rmtread(char *buf, int count) function
/netbsd-6-1-5-RELEASE/lib/librmt/
H A Drmtlib.c581 * # define read rmtread
684 rmtread(int fildes, void *buf, size_t nbyte) function
/netbsd-6-1-5-RELEASE/bin/pax/
H A Dar_io.c115 #define rmtread_with_restart(a, b, c) rmtread((a), (b), (c))
596 * Equivalent to rmtread() but does retry on signals.
606 while (((r = rmtread(fd, buf, bsz)) < 0) && errno == EINTR)

Completed in 137 milliseconds