| /src/external/public-domain/xz/dist/src/xz/ |
| file_io.h | 40 } io_buf; typedef in typeref:union:__anon414 135 extern size_t io_read(file_pair *pair, io_buf *buf, size_t size); 177 extern bool io_pread(file_pair *pair, io_buf *buf, size_t size, uint64_t pos); 188 extern bool io_write(file_pair *pair, const io_buf *buf, size_t size);
|
| file_io.c | 1243 io_read(file_pair *pair, io_buf *buf, size_t size) 1337 io_pread(file_pair *pair, io_buf *buf, size_t size, uint64_t pos) 1359 is_sparse(const io_buf *buf) 1437 io_write(file_pair *pair, const io_buf *buf, size_t size)
|
| list.c | 361 io_buf buf; 455 io_buf buf; 627 io_buf buf;
|
| coder.c | 56 static io_buf in_buf; 57 static io_buf out_buf;
|
| /src/sys/arch/vax/boot/boot/ |
| rom.c | 51 static char io_buf[DEV_BSIZE]; variable 69 err = romstrategy(0, F_READ, LABELSECTOR, DEV_BSIZE, io_buf, &i); 74 msg = getdisklabel(io_buf+LABELOFFSET, lp);
|
| hp.c | 56 static char io_buf[DEV_BSIZE]; variable 95 err = hpstrategy(0, F_READ, LABELSECTOR, DEV_BSIZE, io_buf, &i); 101 msg = getdisklabel(io_buf + LABELOFFSET, &hplabel);
|
| ra.c | 67 static char io_buf[DEV_BSIZE]; variable 201 err = rastrategy(0, F_READ, LABELSECTOR, DEV_BSIZE, io_buf, &i); 210 msg = getdisklabel(io_buf+LABELOFFSET, &ralabel);
|
| mfm.c | 69 static char io_buf[DEV_BSIZE]; variable 374 err = mfmstrategy(msc, F_READ, LABELSECTOR, DEV_BSIZE, io_buf, &i); 379 msg = getdisklabel(io_buf + LABELOFFSET, lp); 392 /* mfmstrategy(msc, F_READ, -16, 8192, io_buf, &i); */ 393 mfmstrategy(msc, F_READ, -16, 512, io_buf, &i); 396 ucp = io_buf; 408 xp = (void *) io_buf; 423 unsigned short *usp = (void *) io_buf;
|
| /src/external/bsd/dhcpcd/dist/src/ |
| privsep-control.c | 204 void *n = realloc(ctx->io_buf, msglen); 210 ctx->io_buf = n; 214 iov[0].iov_base = ctx->io_buf; 236 if (control_queuef(fdl, ctx->io_buf, (size_t)msglen, 0) == -1)
|
| dhcpcd.h | 173 void *io_buf; member in struct:dhcpcd_ctx
|
| dhcp-common.c | 1270 bytes = dhcp_readfile(ctx, file, &ctx->io_buf, &ctx->io_buflen); 1273 len = hwaddr_aton(NULL, ctx->io_buf); 1279 hwaddr_aton(*data, ctx->io_buf);
|
| if-options.c | 2855 nread = dhcp_readfile(ctx, EMBEDDED_CONFIG, &ctx->io_buf, 2865 void *nbuf = realloc(ctx->io_buf, buflen); 2870 ctx->io_buf = nbuf; 2873 buflen = strlcpy(ctx->io_buf, dhcpcd_embedded_conf, 2876 bp = ctx->io_buf; 2933 nread = dhcp_readfile(ctx, ctx->cffile, &ctx->io_buf, &ctx->io_buflen); 2946 bp = ctx->io_buf;
|
| dhcpcd.c | 2879 free(ctx.io_buf);
|
| /src/sys/arch/hp300/stand/common/ |
| sd.c | 136 char io_buf[MAXBSIZE]; variable 154 lp->d_secsize ? lp->d_secsize : DEV_BSIZE, io_buf, &i); 162 msg = getdisklabel(io_buf, lp);
|
| rd.c | 213 static char io_buf[MAXBSIZE]; variable 231 lp->d_secsize ? lp->d_secsize : DEV_BSIZE, io_buf, &i); 239 msg = getdisklabel(io_buf, lp);
|
| /src/sys/arch/next68k/stand/boot/ |
| sd.c | 122 char io_buf[NEXT68K_LABEL_SIZE+NEXT68K_LABEL_OFFSET]; local 143 NEXT68K_LABEL_SIZE+NEXT68K_LABEL_OFFSET, io_buf, (unsigned int *)&i); 148 label = (struct next68k_disklabel *)(io_buf+NEXT68K_LABEL_OFFSET);
|
| /src/usr.bin/gzip/ |
| unxz.c | 175 } io_buf; typedef in typeref:union:__anon8252 179 io_pread(int fd, io_buf *buf, size_t size, off_t pos) 264 io_buf buf;
|