Searched refs:P_TYPE (Results 1 – 12 of 12) sorted by relevance
| /src/crypto/krb5/src/plugins/kdb/db2/libdb2/btree/ |
| H A D | bt_conv.c | 86 if ((h->flags & P_TYPE) == P_BINTERNAL) in __bt_pgin() 101 else if ((h->flags & P_TYPE) == P_BLEAF) in __bt_pgin() 145 if ((h->flags & P_TYPE) == P_BINTERNAL) in __bt_pgout() 160 else if ((h->flags & P_TYPE) == P_BLEAF) in __bt_pgout()
|
| H A D | bt_split.c | 177 switch (rchild->flags & P_TYPE) { in __bt_split() 231 switch (rchild->flags & P_TYPE) { in __bt_split() 359 r->flags = h->flags & P_TYPE; in bt_page() 396 l->flags = h->flags & P_TYPE; in bt_page() 464 l->flags = r->flags = h->flags & P_TYPE; in bt_root() 505 h->flags &= ~P_TYPE; in bt_rroot() 545 switch (h->flags & P_TYPE) { in bt_broot() 581 h->flags &= ~P_TYPE; in bt_broot() 632 switch (h->flags & P_TYPE) { in bt_psplit() 729 switch (h->flags & P_TYPE) { in bt_psplit()
|
| H A D | bt_debug.c | 239 switch (h->flags & P_TYPE) { 348 switch (h->flags & P_TYPE) {
|
| H A D | btree.h | 77 #define P_TYPE 0x1f /* type mask */ macro
|
| /src/lib/libc/db/btree/ |
| H A D | bt_conv.c | 78 if ((h->flags & P_TYPE) == P_BINTERNAL) in __bt_pgin() 93 else if ((h->flags & P_TYPE) == P_BLEAF) in __bt_pgin() 136 if ((h->flags & P_TYPE) == P_BINTERNAL) in __bt_pgout() 151 else if ((h->flags & P_TYPE) == P_BLEAF) in __bt_pgout()
|
| H A D | bt_split.c | 168 switch (rchild->flags & P_TYPE) { in __bt_split() 221 switch (rchild->flags & P_TYPE) { in __bt_split() 349 r->flags = h->flags & P_TYPE; in bt_page() 383 l->flags = h->flags & P_TYPE; in bt_page() 451 l->flags = r->flags = h->flags & P_TYPE; in bt_root() 492 h->flags &= ~P_TYPE; in bt_rroot() 532 switch (h->flags & P_TYPE) { in bt_broot() 568 h->flags &= ~P_TYPE; in bt_broot() 618 switch (h->flags & P_TYPE) { in bt_psplit() 715 switch (h->flags & P_TYPE) { in bt_psplit()
|
| H A D | bt_debug.c | 179 switch (h->flags & P_TYPE) { in __bt_dpage() 255 switch (h->flags & P_TYPE) { in __bt_stat()
|
| H A D | btree.h | 73 #define P_TYPE 0x1f /* type mask */ macro
|
| /src/lib/libc/db/recno/ |
| H A D | rec_open.c | 192 if ((h->flags & P_TYPE) == P_BLEAF) { in __rec_open() 193 F_CLR(h, P_TYPE); in __rec_open()
|
| /src/crypto/krb5/src/plugins/kdb/db2/libdb2/recno/ |
| H A D | rec_open.c | 203 if ((h->flags & P_TYPE) == P_BLEAF) { in __rec_open() 204 F_CLR(h, P_TYPE); in __rec_open()
|
| /src/usr.bin/elfdump/ |
| H A D | elfdump.c | 75 P_TYPE, P_OFFSET, P_VADDR, P_PADDR, P_FILESZ, P_MEMSZ, P_FLAGS, enumerator 644 type = elf_get_word(e, v, P_TYPE); in main() 788 type = elf_get_word(e, v, P_TYPE); in elf_print_phdr()
|
| /src/usr.sbin/freebsd-update/ |
| H A D | freebsd-update.sh | 3396 while read FPATH TYPE OWNER GROUP PERM HASH LINK P_TYPE P_OWNER P_GROUP P_PERM P_HASH P_LINK; do 3398 if ! [ "${TYPE}" = "${P_TYPE}" ]; then 3400 case "${P_TYPE}" in
|