/netbsd-src/external/public-domain/xz/dist/src/xz/ |
H A D | file_io.h | 28 } io_buf; typedef 116 extern size_t io_read(file_pair *pair, io_buf *buf, size_t size); 145 extern bool io_pread(file_pair *pair, io_buf *buf, size_t size, off_t pos); 156 extern bool io_write(file_pair *pair, const io_buf *buf, size_t size);
|
H A D | file_io.c | 1112 io_read(file_pair *pair, io_buf *buf_union, size_t size) in io_read() 1172 io_pread(file_pair *pair, io_buf *buf, size_t size, off_t pos) in io_pread() 1197 is_sparse(const io_buf *buf) in is_sparse() 1261 io_write(file_pair *pair, const io_buf *buf, size_t size) in io_write()
|
H A D | list.c | 163 io_buf buf; in parse_indexes() 418 io_buf buf; in parse_block_header() 558 io_buf buf; in parse_check_value()
|
H A D | coder.c | 39 static io_buf in_buf; 40 static io_buf out_buf;
|
/netbsd-src/sys/arch/vax/boot/boot/ |
H A D | rom.c | 51 static char io_buf[DEV_BSIZE]; variable 69 err = romstrategy(0, F_READ, LABELSECTOR, DEV_BSIZE, io_buf, &i); in romopen() 74 msg = getdisklabel(io_buf+LABELOFFSET, lp); in romopen()
|
H A D | hp.c | 56 static char io_buf[DEV_BSIZE]; variable 95 err = hpstrategy(0, F_READ, LABELSECTOR, DEV_BSIZE, io_buf, &i); in hpopen() 101 msg = getdisklabel(io_buf + LABELOFFSET, &hplabel); in hpopen()
|
H A D | mfm.c | 69 static char io_buf[DEV_BSIZE]; variable 374 err = mfmstrategy(msc, F_READ, LABELSECTOR, DEV_BSIZE, io_buf, &i); in mfmopen() 379 msg = getdisklabel(io_buf + LABELOFFSET, lp); in mfmopen() 393 mfmstrategy(msc, F_READ, -16, 512, io_buf, &i); in mfmopen() 396 ucp = io_buf; in mfmopen() 408 xp = (void *) io_buf; in mfmopen() 423 unsigned short *usp = (void *) io_buf; in mfmopen()
|
H A D | ra.c | 67 static char io_buf[DEV_BSIZE]; variable 201 err = rastrategy(0, F_READ, LABELSECTOR, DEV_BSIZE, io_buf, &i); in raopen() 210 msg = getdisklabel(io_buf+LABELOFFSET, &ralabel); in raopen()
|
/netbsd-src/sys/arch/hp300/stand/common/ |
H A D | sd.c | 136 char io_buf[MAXBSIZE]; variable 154 lp->d_secsize ? lp->d_secsize : DEV_BSIZE, io_buf, &i); in sdgetinfo() 162 msg = getdisklabel(io_buf, lp); in sdgetinfo()
|
H A D | rd.c | 213 static char io_buf[MAXBSIZE]; variable 231 lp->d_secsize ? lp->d_secsize : DEV_BSIZE, io_buf, &i); in rdgetinfo() 239 msg = getdisklabel(io_buf, lp); in rdgetinfo()
|
/netbsd-src/sys/arch/next68k/stand/boot/ |
H A D | sd.c | 122 char io_buf[NEXT68K_LABEL_SIZE+NEXT68K_LABEL_OFFSET]; in sdgetinfo() local 143 NEXT68K_LABEL_SIZE+NEXT68K_LABEL_OFFSET, io_buf, (unsigned int *)&i); in sdgetinfo() 148 label = (struct next68k_disklabel *)(io_buf+NEXT68K_LABEL_OFFSET); in sdgetinfo()
|
/netbsd-src/usr.bin/gzip/ |
H A D | unxz.c | 182 } io_buf; typedef 186 io_pread(int fd, io_buf *buf, size_t size, off_t pos) in io_pread() 271 io_buf buf; in parse_indexes()
|