Searched refs:read_block (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/usr.bin/vndcompress/
H A Dutils.h44 ssize_t read_block(int, void *, size_t);
H A Dvnduncompress.c79 const ssize_t h_read = read_block(cloop2_fd, &header, sizeof(header));
190 const ssize_t n_read = read_block(cloop2_fd, compbuf,
H A Dutils.c62 read_block(int fd, void *buf, size_t len) function
H A Dvndcompress.c576 const ssize_t h_read = read_block(S->cloop2_fd, &header,
726 const ssize_t n_read = read_block(S->image_fd, buffer,
770 const ssize_t n_read = read_block(in_fd, uncompbuf, readsize);
H A Dofftab.c133 : read_block(offtab->ot_fd, offtab->ot_window, window_bytes));
/netbsd-current/sys/arch/atari/stand/tostools/chg_pid/
H A Dchg_pid.c89 int read_block PROTO((void *, int, int));
197 if (read_block(buf, 0, drive) == 0)
218 if (read_block(buf, new_root, drive) == 0)
248 if (read_block(buf, 0, drive) == 0)
278 int read_block(buf, blkno, drive) function
/netbsd-current/external/bsd/pdisk/dist/
H A Dpartition_map.c107 int read_block(partition_map_header *map, uint32_t num, char *buf);
252 if (read_block(map, 1, (char *)data) == 0) {
261 if (read_block(map, 1, (char *)data) == 0) {
301 if (read_block(map, ix, (char *)data) == 0) {
355 if (read_block(map, i, block)) {
916 while (read_block(map, r, data) != 0) {
931 if ((valid = read_block(map, x, data)) != 0) {
1423 read_block(partition_map_header *map, uint32_t num, char *buf) function
/netbsd-current/external/bsd/libpcap/dist/
H A Dsf-pcapng.c281 read_block(FILE *fp, pcap_t *p, struct block_cursor *cursor, char *errbuf) function
1004 status = read_block(fp, p, &cursor, errbuf);
1125 status = read_block(fp, p, &cursor, p->errbuf);
/netbsd-current/external/mit/isl/dist/
H A Disl_ast.c3311 static __isl_give isl_ast_node *read_block(__isl_keep isl_stream *s) function
3516 return read_block(s);
/netbsd-current/sys/crypto/adiantum/
H A Dadiantum.c1969 read_block(int fd, void *buf, size_t len)
2021 while (read_block(STDIN_FILENO, buf, sizeof buf) == 0) {
1958 read_block(int fd, void *buf, size_t len) function

Completed in 218 milliseconds