BH
__P((DB_MPOOL *, MPOOLFILE *, BH *, int *, int *));
int __memp_pgread __P((DB_MPOOLFILE *, BH *, int));
int __memp_pgwrite __P((DB_MPOOLFILE *, BH *, int *, int *));
int __memp_pg __P((DB_MPOOLFILE *, BH *, int));
void __memp_bhfree __P((DB_MPOOL *, MPOOLFILE *, BH *, int));
BH *bhp;
BH *bhp;
BH *bhp;
BH *bhp;
BH *bhp;
if ((ret = __memp_alloc(dbmp, sizeof(BH) -
memset(bhp, 0, sizeof(BH));
BH *bhp;
BH *bhp, *nbhp;
BH *bhp;
bhp = (BH *)((u_int8_t *)pgaddr - SSZA(BH, buf));
BH *bhp;
bhp = (BH *)((u_int8_t *)pgaddr - SSZA(BH, buf));
BH *bhp;
BH *bhp;
static void __memp_pbh __P((DB_MPOOL *, BH *, size_t *, FILE *));
BH *bhp, *nbhp;
qsort(bharray, ar_cnt, sizeof(BH *), __bhcmp);
__os_free(bharray, nalloc * sizeof(BH *));
BH *bhp, **bharray;
if ((ret = __os_malloc(nalloc * sizeof(BH *), NULL, &bharray)) != 0)
BH *bhp, **bharray;
qsort(bharray, ar_cnt, sizeof(BH *), __bhcmp);
__os_free(bharray, nalloc * sizeof(BH *));
BH *bhp;
BH *bhp1, *bhp2;
bhp1 = *(BH * const *)p1;
bhp2 = *(BH * const *)p2;
if ((ret = __os_malloc(nalloc * sizeof(BH *), NULL, &bharray)) != 0)
AL, DL, CL, BL, AH, DH, CH, BH, // 8-bit
REGINFO( BH, "%bh", BX, EBX, ECX_EBX),
REGINFO( BX, "%bx", BL, BH, EBX, ECX_EBX),
REGINFO(EBX, "%ebx", BL, BH, BX, ECX_EBX),
REGINFO(ECX_EBX, "%ecx:%ebx", CL, CH, CX, ECX, BL, BH, BX, EBX),
REGSTORAGE(AH), REGSTORAGE(DH), REGSTORAGE(CH), REGSTORAGE(BH),
static struct regclass regclass_8 = { "8-bit", { AL, DL, CL, BL, AH, DH, CH, BH }};