Home
last modified time | relevance | path

Searched refs:read_block (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/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) in read_block() function
/netbsd-src/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) { in read_partition_map()
261 if (read_block(map, 1, (char *)data) == 0) { in read_partition_map()
301 if (read_block(map, ix, (char *)data) == 0) { in read_partition_map()
355 if (read_block(map, i, block)) { in write_partition_map()
916 while (read_block(map, r, data) != 0) { in compute_device_size()
931 if ((valid = read_block(map, x, data)) != 0) { in compute_device_size()
1423 read_block(partition_map_header *map, uint32_t num, char *buf) in read_block() function
/netbsd-src/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)); in vnduncompress()
190 const ssize_t n_read = read_block(cloop2_fd, compbuf, in vnduncompress()
H A Dutils.c62 read_block(int fd, void *buf, size_t len) in read_block() function
H A Dvndcompress.c576 const ssize_t h_read = read_block(S->cloop2_fd, &header, in compress_restart()
726 const ssize_t n_read = read_block(S->image_fd, buffer, in compress_restart()
770 const ssize_t n_read = read_block(in_fd, uncompbuf, readsize); in compress_block()
H A Dofftab.c133 : read_block(offtab->ot_fd, offtab->ot_window, window_bytes)); in offtab_read_window()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog-2006253 (read_block): Cleanup.
557 * io/transfer.c (read_block): Use read_sf for formatted stream I/O.
727 * transfer.c (read_block),(read_block_direct),(write_block)
776 (read_block): Handle formatted stream reads.
1084 * io/transfer.c (read_block): Return NULL instead of nothing.
1089 * io/transfer.c (read_block): Add check for end file condition.
1130 * io/transfer.c (read_block): Reset bytes_left and skip error if unit
1212 (read_block): Likewise.
1243 (read_block): Update call to read_sf.
1245 * io/read.c (read_x): Use the modified read_sf instead of read_block.
H A DChangeLog-20081139 * io/io.h (read_block): Remove.
1168 (read_block): Rename to read_block_form, change prototype, use sread.
1659 pad_status instead of flags.pad. (read_block): Likewise.
H A DChangeLog-2005304 read_block, write_block, next_record, convert_real,
403 read_sf, read_block, read_block_direct, write_block,
692 * io/transfer.c (read_block): Change the order of execution to not read
H A DChangeLog-2007110 * io/transfer.c (read_block, read_block_direct, write_block, write_buf):
415 * io/transfer.c (read_sf, read_block, read_block_direct,
/netbsd-src/sys/crypto/adiantum/
H A Dadiantum.c1958 read_block(int fd, void *buf, size_t len) in read_block() function
2010 while (read_block(STDIN_FILENO, buf, sizeof buf) == 0) { in process()
/netbsd-src/external/mit/isl/dist/
H A Disl_ast.c3311 static __isl_give isl_ast_node *read_block(__isl_keep isl_stream *s) in read_block() function
3516 return read_block(s); in isl_stream_read_ast_node()