Searched refs:b_buf (Results 1 - 13 of 13) sorted by relevance

/freebsd-current/usr.bin/tsort/
H A Dtsort.c84 char *b_buf; member in struct:_buf
142 b->b_buf = grow_buf(NULL, b->b_bsize = 1024);
155 b->b_buf[nused++] = c;
157 b->b_buf = grow_buf(b->b_buf, bsize *= 2);
161 b->b_buf[nused] = '\0';
164 add_arc(bufs[0].b_buf, bufs[1].b_buf);
/freebsd-current/contrib/netbsd-tests/net/if/
H A Dt_compat.c36 void *b_buf; member in struct:oifreq::__anon5245::__anon5246
/freebsd-current/sbin/fsck_ffs/
H A Dea.c77 cp = (u_char *)bp->b_un.b_buf;
H A Ddir.c222 memmove(bp->b_un.b_buf + idesc->id_loc - dsize, dbuf,
252 dp = (struct direct *)(bp->b_un.b_buf + idesc->id_loc);
273 ndp = (struct direct *)(bp->b_un.b_buf + idesc->id_loc);
824 memmove(nbp->b_un.b_buf, bp->b_un.b_buf, lastlbnsize);
825 memset(&nbp->b_un.b_buf[lastlbnsize], 0,
827 for (cp = &nbp->b_un.b_buf[lastlbnsize];
828 cp < &nbp->b_un.b_buf[sblock.fs_bsize];
846 memset(bp->b_un.b_buf, 0, sblock.fs_bsize);
847 for (cp = bp->b_un.b_buf;
[all...]
H A Dfsutil.c184 failedbuf.b_un.b_buf = NULL;
185 if ((cgblk.b_un.b_buf = Balloc((unsigned int)sblock.fs_bsize)) == NULL)
213 bp->b_un.b_buf = bufp;
293 free(cgbp->b_un.b_buf);
294 cgbp->b_un.b_buf = NULL;
408 bp->b_errs = blread(fsreadfd, bp->b_un.b_buf, dblk, size);
504 blwrite(fd, bp->b_un.b_buf, bp->b_bno, bp->b_size);
663 free(cgblk.b_un.b_buf);
664 cgblk.b_un.b_buf = NULL;
701 free(bp->b_un.b_buf);
[all...]
H A Dsetup.c297 snapblklist = (daddr_t *)bp->b_un.b_buf;
497 sblk.b_un.b_buf = Balloc(SBLOCKSIZE);
498 if (sblk.b_un.b_buf == NULL)
H A Dinode.c550 nextinop = inobuf.b_un.b_buf;
575 if (rebuiltcg && (char *)dp == inobuf.b_un.b_buf) {
638 if (inobuf.b_un.b_buf == NULL) {
642 if ((inobuf.b_un.b_buf = Balloc((unsigned)inobufsize)) == NULL)
1097 if (inobuf.b_un.b_buf != NULL)
1098 free((char *)inobuf.b_un.b_buf);
1099 inobuf.b_un.b_buf = NULL;
1106 bp->b_errs = blread(fsreadfd, bp->b_un.b_buf, bp->b_bno,
H A Dfsck.h163 char *b_buf; /* buffer space */ member in union:bufarea::__anon204
H A Dsuj.c578 dp = (struct direct *)&bp->b_un.b_buf[doff];
658 dp = (struct direct *)&bp->b_un.b_buf[dpoff];
1008 dp = (struct direct *)&bp->b_un.b_buf[0];
1010 dp = (struct direct *)&bp->b_un.b_buf[dpoff];
1404 bzero(&bp->b_un.b_buf[off], clrsize);
/freebsd-current/crypto/openssl/crypto/ec/
H A Dec_asn1.c313 unsigned char *a_buf = NULL, *b_buf = NULL; local
337 || (b_buf = OPENSSL_malloc(len)) == NULL) {
342 || BN_bn2binpad(tmp_2, b_buf, len) < 0) {
349 || !ASN1_OCTET_STRING_set(curve->b, b_buf, len)) {
377 OPENSSL_free(b_buf);
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Darc.c191 * | b_buf +------------>+-----------+ arc_buf_t
214 * the last buffer in the hdr's b_buf list, however a shared compressed buf can
232 * | b_buf +------------>+---------+ arc_buf_t
1408 for (arc_buf_t *b = hdr->b_l1hdr.b_buf; b != NULL; b = b->b_next) {
1680 for (arc_buf_t *from = hdr->b_l1hdr.b_buf; from != NULL;
2208 ASSERT3P(hdr->b_l1hdr.b_buf, ==, NULL);
2225 for (arc_buf_t *buf = hdr->b_l1hdr.b_buf; buf != NULL;
2247 ASSERT3P(hdr->b_l1hdr.b_buf, ==, NULL);
2264 for (arc_buf_t *buf = hdr->b_l1hdr.b_buf; buf != NULL;
2288 ASSERT3P(hdr->b_l1hdr.b_buf,
[all...]
/freebsd-current/tools/diag/prtblknos/
H A Dprtblknos.c171 memcpy(indir, bp->b_un.b_buf, fs->fs_bsize);
/freebsd-current/sys/contrib/openzfs/include/sys/
H A Darc_impl.h173 arc_buf_t *b_buf; member in struct:l1arc_buf_hdr

Completed in 154 milliseconds