Lines Matching refs:bfhead
501 struct bfhead *flink; /* Forward link */
502 struct bfhead *blink; /* Backward link */
527 struct bfhead { struct
531 #define BFH(p) ((struct bfhead *) (p)) argument
535 struct bfhead freelist;
580 static bufsize buf_get_pos(struct bfhead *bf, bufsize align, bufsize hdr_size, in buf_get_pos()
608 struct bfhead *b = poolset->freelist.ql.flink; in get_free2_sum()
661 struct bfhead *b;
663 struct bfhead *best;
826 if (size > exp_incr - sizeof(struct bfhead) - align) {
973 struct bfhead *b, *bn;
1066 wipe_start = (char *)b + sizeof(struct bfhead);
1067 wipe_size = b->bh.bsize - sizeof(struct bfhead);
1101 wipe_size += sizeof(struct bfhead);
1165 struct bfhead *b = BFH(buf);
1217 V memset_unchecked(((char *) b) + sizeof(struct bfhead), 0x55,
1218 (MemSize) (len - sizeof(struct bfhead)));
1236 struct bfhead *b = poolset->freelist.ql.flink;
1282 struct bfhead *b;
1292 bdump = (unsigned char *) (((char *) b) + sizeof(struct bfhead));
1293 bdlen = b->bh.bsize - sizeof(struct bfhead);
1344 struct bfhead *b = BFH(buf);
1366 lerr = ((char *) b) + sizeof(struct bfhead);
1367 if ((bs > sizeof(struct bfhead)) && ((*lerr != 0x55) ||
1369 (MemSize) (bs - (sizeof(struct bfhead) + 1))) != 0))) {
1392 struct bfhead *b = BFH(buf);
1414 lerr = ((char *) b) + sizeof(struct bfhead);
1415 if ((bs > sizeof(struct bfhead)) && ((*lerr != 0x55) ||
1417 (MemSize) (bs - (sizeof(struct bfhead) + 1))) != 0))) {