Symbol: BH
usr/src/cmd/sendmail/db/include/mp_ext.h
5
__P((DB_MPOOL *, MPOOLFILE *, BH *, int *, int *));
usr/src/cmd/sendmail/db/include/mp_ext.h
6
int __memp_pgread __P((DB_MPOOLFILE *, BH *, int));
usr/src/cmd/sendmail/db/include/mp_ext.h
7
int __memp_pgwrite __P((DB_MPOOLFILE *, BH *, int *, int *));
usr/src/cmd/sendmail/db/include/mp_ext.h
8
int __memp_pg __P((DB_MPOOLFILE *, BH *, int));
usr/src/cmd/sendmail/db/include/mp_ext.h
9
void __memp_bhfree __P((DB_MPOOL *, MPOOLFILE *, BH *, int));
usr/src/cmd/sendmail/db/mp/mp_bh.c
149
BH *bhp;
usr/src/cmd/sendmail/db/mp/mp_bh.c
259
BH *bhp;
usr/src/cmd/sendmail/db/mp/mp_bh.c
40
BH *bhp;
usr/src/cmd/sendmail/db/mp/mp_bh.c
462
BH *bhp;
usr/src/cmd/sendmail/db/mp/mp_bh.c
522
BH *bhp;
usr/src/cmd/sendmail/db/mp/mp_fget.c
243
if ((ret = __memp_alloc(dbmp, sizeof(BH) -
usr/src/cmd/sendmail/db/mp/mp_fget.c
256
memset(bhp, 0, sizeof(BH));
usr/src/cmd/sendmail/db/mp/mp_fget.c
37
BH *bhp;
usr/src/cmd/sendmail/db/mp/mp_fopen.c
501
BH *bhp, *nbhp;
usr/src/cmd/sendmail/db/mp/mp_fput.c
35
BH *bhp;
usr/src/cmd/sendmail/db/mp/mp_fput.c
85
bhp = (BH *)((u_int8_t *)pgaddr - SSZA(BH, buf));
usr/src/cmd/sendmail/db/mp/mp_fset.c
35
BH *bhp;
usr/src/cmd/sendmail/db/mp/mp_fset.c
64
bhp = (BH *)((u_int8_t *)pgaddr - SSZA(BH, buf));
usr/src/cmd/sendmail/db/mp/mp_pr.c
171
BH *bhp;
usr/src/cmd/sendmail/db/mp/mp_pr.c
273
BH *bhp;
usr/src/cmd/sendmail/db/mp/mp_pr.c
31
static void __memp_pbh __P((DB_MPOOL *, BH *, size_t *, FILE *));
usr/src/cmd/sendmail/db/mp/mp_region.c
58
BH *bhp, *nbhp;
usr/src/cmd/sendmail/db/mp/mp_sync.c
178
qsort(bharray, ar_cnt, sizeof(BH *), __bhcmp);
usr/src/cmd/sendmail/db/mp/mp_sync.c
242
__os_free(bharray, nalloc * sizeof(BH *));
usr/src/cmd/sendmail/db/mp/mp_sync.c
318
BH *bhp, **bharray;
usr/src/cmd/sendmail/db/mp/mp_sync.c
341
if ((ret = __os_malloc(nalloc * sizeof(BH *), NULL, &bharray)) != 0)
usr/src/cmd/sendmail/db/mp/mp_sync.c
38
BH *bhp, **bharray;
usr/src/cmd/sendmail/db/mp/mp_sync.c
380
qsort(bharray, ar_cnt, sizeof(BH *), __bhcmp);
usr/src/cmd/sendmail/db/mp/mp_sync.c
422
__os_free(bharray, nalloc * sizeof(BH *));
usr/src/cmd/sendmail/db/mp/mp_sync.c
446
BH *bhp;
usr/src/cmd/sendmail/db/mp/mp_sync.c
530
BH *bhp1, *bhp2;
usr/src/cmd/sendmail/db/mp/mp_sync.c
532
bhp1 = *(BH * const *)p1;
usr/src/cmd/sendmail/db/mp/mp_sync.c
533
bhp2 = *(BH * const *)p2;
usr/src/cmd/sendmail/db/mp/mp_sync.c
66
if ((ret = __os_malloc(nalloc * sizeof(BH *), NULL, &bharray)) != 0)
usr/src/tools/smatch/src/compile-i386.c
204
AL, DL, CL, BL, AH, DH, CH, BH, // 8-bit
usr/src/tools/smatch/src/compile-i386.c
225
REGINFO( BH, "%bh", BX, EBX, ECX_EBX),
usr/src/tools/smatch/src/compile-i386.c
229
REGINFO( BX, "%bx", BL, BH, EBX, ECX_EBX),
usr/src/tools/smatch/src/compile-i386.c
237
REGINFO(EBX, "%ebx", BL, BH, BX, ECX_EBX),
usr/src/tools/smatch/src/compile-i386.c
243
REGINFO(ECX_EBX, "%ecx:%ebx", CL, CH, CX, ECX, BL, BH, BX, EBX),
usr/src/tools/smatch/src/compile-i386.c
251
REGSTORAGE(AH), REGSTORAGE(DH), REGSTORAGE(CH), REGSTORAGE(BH),
usr/src/tools/smatch/src/compile-i386.c
312
static struct regclass regclass_8 = { "8-bit", { AL, DL, CL, BL, AH, DH, CH, BH }};