Home
last modified time | relevance | path

Searched refs:io_buf (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/public-domain/xz/dist/src/xz/
H A Dfile_io.h28 } 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 Dfile_io.c1112 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 Dlist.c163 io_buf buf; in parse_indexes()
418 io_buf buf; in parse_block_header()
558 io_buf buf; in parse_check_value()
H A Dcoder.c39 static io_buf in_buf;
40 static io_buf out_buf;
/netbsd-src/sys/arch/vax/boot/boot/
H A Drom.c51 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 Dhp.c56 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 Dmfm.c69 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 Dra.c67 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 Dsd.c136 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 Drd.c213 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 Dsd.c122 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 Dunxz.c182 } 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()