Symbol: B_TYPE
usr/src/boot/i386/loader/main.c
288
if ((biosdev == 0) && (B_TYPE(initial_bootdev) != 2)) {
usr/src/cmd/sendmail/db/btree/bt_compare.c
118
if (B_TYPE(bi->type) == B_OVERFLOW)
usr/src/cmd/sendmail/db/btree/bt_compare.c
99
if (B_TYPE(bk->type) == B_OVERFLOW)
usr/src/cmd/sendmail/db/btree/bt_cursor.c
1600
if (B_TYPE(bo->type) != B_DUPLICATE)
usr/src/cmd/sendmail/db/btree/bt_delete.c
158
switch (B_TYPE(bi->type)) {
usr/src/cmd/sendmail/db/btree/bt_delete.c
207
switch (B_TYPE(bk->type)) {
usr/src/cmd/sendmail/db/btree/bt_delete.c
214
if (B_TYPE(bo->type) == B_DUPLICATE) {
usr/src/cmd/sendmail/db/btree/bt_put.c
119
switch (B_TYPE(bk->type)) {
usr/src/cmd/sendmail/db/btree/bt_put.c
177
if (B_TYPE(bk->type) == B_KEYDATA)
usr/src/cmd/sendmail/db/btree/bt_put.c
295
if (bigdata || B_TYPE(bk->type) != B_KEYDATA) {
usr/src/cmd/sendmail/db/btree/bt_put.c
393
B_TYPE(bk->type) == B_OVERFLOW ? ((BOVERFLOW *)bk)->tlen : bk->len;
usr/src/cmd/sendmail/db/btree/bt_put.c
588
sz += B_TYPE(bk->type) == B_KEYDATA ?
usr/src/cmd/sendmail/db/btree/bt_put.c
591
sz += B_TYPE(bk->type) == B_KEYDATA ?
usr/src/cmd/sendmail/db/btree/bt_put.c
617
hdr.size = B_TYPE(bk->type) == B_KEYDATA ?
usr/src/cmd/sendmail/db/btree/bt_put.c
771
if (B_TYPE(bk->type) == B_OVERFLOW) {
usr/src/cmd/sendmail/db/btree/bt_split.c
462
if (B_TYPE(child_bi->type) == B_OVERFLOW)
usr/src/cmd/sendmail/db/btree/bt_split.c
470
switch (B_TYPE(child_bk->type)) {
usr/src/cmd/sendmail/db/btree/bt_split.c
505
if (B_TYPE(child_bk->type) == B_OVERFLOW)
usr/src/cmd/sendmail/db/btree/bt_split.c
641
if (B_TYPE(child_bi->type) == B_OVERFLOW)
usr/src/cmd/sendmail/db/btree/bt_split.c
648
switch (B_TYPE(child_bk->type)) {
usr/src/cmd/sendmail/db/btree/bt_split.c
657
if (B_TYPE(tmp_bk->type) != B_KEYDATA)
usr/src/cmd/sendmail/db/btree/bt_split.c
712
if (B_TYPE(child_bk->type) == B_OVERFLOW)
usr/src/cmd/sendmail/db/btree/bt_split.c
826
if (B_TYPE(GET_BINTERNAL(pp, off)->type) == B_KEYDATA)
usr/src/cmd/sendmail/db/btree/bt_split.c
833
if (B_TYPE(GET_BKEYDATA(pp, off)->type) == B_KEYDATA)
usr/src/cmd/sendmail/db/btree/bt_split.c
840
if (B_TYPE(GET_BKEYDATA(pp, off)->type) == B_KEYDATA)
usr/src/cmd/sendmail/db/btree/bt_split.c
862
isbigkey = B_TYPE(GET_BINTERNAL(pp, off)->type) != B_KEYDATA;
usr/src/cmd/sendmail/db/btree/bt_split.c
864
isbigkey = B_TYPE(GET_BKEYDATA(pp, off)->type) != B_KEYDATA;
usr/src/cmd/sendmail/db/btree/bt_split.c
872
B_TYPE(GET_BINTERNAL(pp,off)->type) == B_KEYDATA) ||
usr/src/cmd/sendmail/db/btree/bt_split.c
873
B_TYPE(GET_BKEYDATA(pp, off)->type) == B_KEYDATA)) {
usr/src/cmd/sendmail/db/btree/bt_split.c
881
B_TYPE(GET_BINTERNAL(pp, off)->type) == B_KEYDATA :
usr/src/cmd/sendmail/db/btree/bt_split.c
882
B_TYPE(GET_BKEYDATA(pp, off)->type) == B_KEYDATA) {
usr/src/cmd/sendmail/db/btree/bt_split.c
944
if (B_TYPE(GET_BINTERNAL(pp, nxt)->type) == B_KEYDATA)
usr/src/cmd/sendmail/db/btree/bt_split.c
962
if (B_TYPE(GET_BKEYDATA(pp, nxt)->type) == B_KEYDATA)
usr/src/cmd/sendmail/db/db/db_conv.c
182
switch (B_TYPE(bk->type)) {
usr/src/cmd/sendmail/db/db/db_conv.c
208
switch (B_TYPE(bi->type)) {
usr/src/cmd/sendmail/db/db/db_dup.c
124
if (B_TYPE(GET_BKEYDATA(pagep, indx)->type) == B_OVERFLOW) {
usr/src/cmd/sendmail/db/db/db_dup.c
264
if (B_TYPE(GET_BKEYDATA(h, i)->type) == B_KEYDATA)
usr/src/cmd/sendmail/db/db/db_dup.c
308
if (B_TYPE(bk->type) == B_KEYDATA)
usr/src/cmd/sendmail/db/db/db_dup.c
324
if (B_TYPE(bk->type) == B_KEYDATA)
usr/src/cmd/sendmail/db/db/db_pr.c
533
switch (B_TYPE(bi->type)) {
usr/src/cmd/sendmail/db/db/db_pr.c
543
(u_long)B_TYPE(bi->type));
usr/src/cmd/sendmail/db/db/db_pr.c
557
switch (B_TYPE(bk->type)) {
usr/src/cmd/sendmail/db/db/db_pr.c
568
(u_long)B_TYPE(bk->type));
usr/src/cmd/sendmail/db/db/db_pr.c
636
if (B_TYPE(bi->type) != B_KEYDATA &&
usr/src/cmd/sendmail/db/db/db_pr.c
637
B_TYPE(bi->type) != B_DUPLICATE &&
usr/src/cmd/sendmail/db/db/db_pr.c
638
B_TYPE(bi->type) != B_OVERFLOW) {
usr/src/cmd/sendmail/db/db/db_pr.c
640
(u_long)B_TYPE(bi->type));
usr/src/cmd/sendmail/db/db/db_pr.c
650
if (B_TYPE(bk->type) != B_KEYDATA &&
usr/src/cmd/sendmail/db/db/db_pr.c
651
B_TYPE(bk->type) != B_DUPLICATE &&
usr/src/cmd/sendmail/db/db/db_pr.c
652
B_TYPE(bk->type) != B_OVERFLOW) {
usr/src/cmd/sendmail/db/db/db_pr.c
655
(u_long)B_TYPE(bk->type));
usr/src/cmd/sendmail/db/db/db_pr.c
769
switch (B_TYPE(bo->type)) {
usr/src/cmd/sendmail/db/db/db_ret.c
64
if (B_TYPE(bk->type) == B_OVERFLOW) {