Home
last modified time | relevance | path

Searched refs:B_TYPE (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_pr.c533 switch (B_TYPE(bi->type)) {
543 (u_long)B_TYPE(bi->type));
557 switch (B_TYPE(bk->type)) {
568 (u_long)B_TYPE(bk->type));
636 if (B_TYPE(bi->type) != B_KEYDATA &&
638 B_TYPE(bi->type) != B_OVERFLOW) {
640 (u_long)B_TYPE(bi->type));
650 if (B_TYPE(bk->type) != B_KEYDATA &&
652 B_TYPE(bk->type) != B_OVERFLOW) {
655 (u_long)B_TYPE(bk->type));
[all …]
H A Ddb_conv.c182 switch (B_TYPE(bk->type)) {
208 switch (B_TYPE(bi->type)) {
H A Ddb_dup.c124 if (B_TYPE(GET_BKEYDATA(pagep, indx)->type) == B_OVERFLOW) {
264 if (B_TYPE(GET_BKEYDATA(h, i)->type) == B_KEYDATA)
308 if (B_TYPE(bk->type) == B_KEYDATA)
324 if (B_TYPE(bk->type) == B_KEYDATA)
H A Ddb_ret.c64 if (B_TYPE(bk->type) == B_OVERFLOW) {
/illumos-gate/usr/src/cmd/sendmail/db/btree/
H A Dbt_split.c462 if (B_TYPE(child_bi->type) == B_OVERFLOW)
470 switch (B_TYPE(child_bk->type)) {
505 if (B_TYPE(child_bk->type) == B_OVERFLOW)
641 if (B_TYPE(child_bi->type) == B_OVERFLOW)
648 switch (B_TYPE(child_bk->type)) {
657 if (B_TYPE(tmp_bk->type) != B_KEYDATA)
712 if (B_TYPE(child_bk->type) == B_OVERFLOW)
826 if (B_TYPE(GET_BINTERNAL(pp, off)->type) == B_KEYDATA)
833 if (B_TYPE(GET_BKEYDATA(pp, off)->type) == B_KEYDATA)
840 if (B_TYPE(GET_BKEYDATA(pp, off)->type) == B_KEYDATA)
[all …]
H A Dbt_put.c119 switch (B_TYPE(bk->type)) {
177 if (B_TYPE(bk->type) == B_KEYDATA)
295 if (bigdata || B_TYPE(bk->type) != B_KEYDATA) {
393 B_TYPE(bk->type) == B_OVERFLOW ? ((BOVERFLOW *)bk)->tlen : bk->len;
588 sz += B_TYPE(bk->type) == B_KEYDATA ?
591 sz += B_TYPE(bk->type) == B_KEYDATA ?
617 hdr.size = B_TYPE(bk->type) == B_KEYDATA ?
771 if (B_TYPE(bk->type) == B_OVERFLOW) {
H A Dbt_compare.c99 if (B_TYPE(bk->type) == B_OVERFLOW)
118 if (B_TYPE(bi->type) == B_OVERFLOW)
H A Dbt_delete.c158 switch (B_TYPE(bi->type)) {
207 switch (B_TYPE(bk->type)) {
214 if (B_TYPE(bo->type) == B_DUPLICATE) {
H A Dbt_cursor.c1600 if (B_TYPE(bo->type) != B_DUPLICATE)
/illumos-gate/usr/src/boot/sys/i386/include/
H A Dbootinfo.h104 #define B_TYPE(val) (((val) >> B_TYPESHIFT) & B_TYPEMASK) macro
/illumos-gate/usr/src/boot/i386/loader/
H A Dmain.c288 if ((biosdev == 0) && (B_TYPE(initial_bootdev) != 2)) { in extract_currdev()
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Ddb_page.h393 #define B_TYPE(t) ((t) & ~B_DELETE) macro